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