Files
server/util/Setup/Setup.csproj

20 lines
506 B
XML
Raw Normal View History

2017-08-07 16:31:00 -04:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.0</TargetFramework>
<NoWarn>1701;1702;1705;NU1701</NoWarn>
2017-08-07 16:31:00 -04:00
</PropertyGroup>
<ItemGroup>
<PackageReference Include="dbup" Version="3.3.5" />
2017-08-19 09:33:14 -04:00
<PackageReference Include="Newtonsoft.Json" Version="10.0.3" />
<PackageReference Include="System.Data.SqlClient" Version="4.4.0" />
</ItemGroup>
<ItemGroup>
<Folder Include="DbScripts\" />
</ItemGroup>
2017-08-07 16:31:00 -04:00
</Project>