You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
401 B
16 lines
401 B
<Project Sdk="Microsoft.NET.Sdk"> |
|
|
|
<ItemGroup> |
|
<EmbeddedResource Include="DbScripts\**\*.sql" /> |
|
</ItemGroup> |
|
|
|
<ItemGroup> |
|
<PackageReference Include="dbup-sqlserver" Version="4.5.0" /> |
|
<PackageReference Include="Microsoft.Extensions.Logging" Version="6.0.0" /> |
|
</ItemGroup> |
|
|
|
<ItemGroup> |
|
<ProjectReference Include="..\..\src\Core\Core.csproj" /> |
|
</ItemGroup> |
|
|
|
</Project>
|
|
|