forked from npgsql/npgsql
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNpgsql.PluginTests.csproj
More file actions
23 lines (21 loc) · 1.06 KB
/
Npgsql.PluginTests.csproj
File metadata and controls
23 lines (21 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0">
<ItemGroup>
<PackageReference Include="NetTopologySuite" />
<PackageReference Include="NodaTime" />
<PackageReference Include="NUnit" />
<PackageReference Include="Microsoft.NET.Test.Sdk" />
<PackageReference Include="NUnit.Analyzers">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="NUnit3TestAdapter" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="../../src/Npgsql/Npgsql.csproj" />
<ProjectReference Include="../../src/Npgsql.NodaTime/Npgsql.NodaTime.csproj" />
<ProjectReference Include="../../src/Npgsql.Json.NET/Npgsql.Json.NET.csproj" />
<ProjectReference Include="../Npgsql.Tests/Npgsql.Tests.csproj" />
<ProjectReference Include="../../src/Npgsql.NetTopologySuite/Npgsql.NetTopologySuite.csproj" />
<ProjectReference Include="../../src/Npgsql.GeoJSON/Npgsql.GeoJSON.csproj" />
</ItemGroup>
</Project>