1234567891011121314151617181920212223 |
- <!--
- Copyright Materialize, Inc. and contributors. All rights reserved.
- Use of this software is governed by the Business Source License
- included in the LICENSE file.
- As of the Change Date specified in that file, in accordance with
- the Business Source License, use of this software will be governed
- -->
- <Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <TargetFramework>net5.0</TargetFramework>
- <IsPackable>false</IsPackable>
- </PropertyGroup>
- <ItemGroup>
- <PackageReference Include="npgsql" Version="6.0.11" />
- <PackageReference Include="NUnit" Version="3.12.0" />
- <PackageReference Include="NUnit3TestAdapter" Version="3.16.1" />
- <PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.5.0" />
- </ItemGroup>
- </Project>
|