aboutsummaryrefslogtreecommitdiff
path: root/DotnetPgn.Test/DotnetPgn.Test.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'DotnetPgn.Test/DotnetPgn.Test.csproj')
-rw-r--r--DotnetPgn.Test/DotnetPgn.Test.csproj26
1 files changed, 26 insertions, 0 deletions
diff --git a/DotnetPgn.Test/DotnetPgn.Test.csproj b/DotnetPgn.Test/DotnetPgn.Test.csproj
new file mode 100644
index 0000000..0e90980
--- /dev/null
+++ b/DotnetPgn.Test/DotnetPgn.Test.csproj
@@ -0,0 +1,26 @@
+<Project Sdk="Microsoft.NET.Sdk">
+
+ <PropertyGroup>
+ <TargetFramework>net5.0</TargetFramework>
+
+ <IsPackable>false</IsPackable>
+ </PropertyGroup>
+
+ <ItemGroup>
+ <PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.7.1" />
+ <PackageReference Include="xunit" Version="2.4.1" />
+ <PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
+ <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
+ <PrivateAssets>all</PrivateAssets>
+ </PackageReference>
+ <PackageReference Include="coverlet.collector" Version="1.3.0">
+ <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
+ <PrivateAssets>all</PrivateAssets>
+ </PackageReference>
+ </ItemGroup>
+
+ <ItemGroup>
+ <ProjectReference Include="..\DotnetPgn\DotnetPgn.csproj" />
+ </ItemGroup>
+
+</Project>