csharp-npgsql5.csproj 760 B

1234567891011121314151617181920212223
  1. <!--
  2. Copyright Materialize, Inc. and contributors. All rights reserved.
  3. Use of this software is governed by the Business Source License
  4. included in the LICENSE file.
  5. As of the Change Date specified in that file, in accordance with
  6. the Business Source License, use of this software will be governed
  7. -->
  8. <Project Sdk="Microsoft.NET.Sdk">
  9. <PropertyGroup>
  10. <TargetFramework>net5.0</TargetFramework>
  11. <IsPackable>false</IsPackable>
  12. </PropertyGroup>
  13. <ItemGroup>
  14. <PackageReference Include="npgsql" Version="5.0.18" />
  15. <PackageReference Include="NUnit" Version="3.12.0" />
  16. <PackageReference Include="NUnit3TestAdapter" Version="3.16.1" />
  17. <PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.5.0" />
  18. </ItemGroup>
  19. </Project>