dotnet_runner/runner.csproj

18 lines
434 B
XML
Raw Normal View History

2018-08-15 14:34:31 -04:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Npgsql" Version="4.0.3" />
2018-08-15 14:34:31 -04:00
<PackageReference Include="System.Data.Odbc" Version="4.5.0" />
</ItemGroup>
<PropertyGroup>
<RuntimeIdentifiers>win10-x64;ubuntu.18.04-x64</RuntimeIdentifiers>
2018-08-15 14:34:31 -04:00
</PropertyGroup>
</Project>