summaryrefslogtreecommitdiff
path: root/RhSolutions.Api.Tests/RhSolutions.Api.Tests.csproj
diff options
context:
space:
mode:
authorSergey Chebotar <s.chebotar@gmail.com>2022-12-14 09:53:10 +0300
committerSergey Chebotar <s.chebotar@gmail.com>2022-12-14 09:53:10 +0300
commitda94ed6d89ac2b933718419bbe42f2d913514231 (patch)
tree4c3f9ba7f5c54c564ee28b0e3c973c374f2499ac /RhSolutions.Api.Tests/RhSolutions.Api.Tests.csproj
Init commit
Diffstat (limited to 'RhSolutions.Api.Tests/RhSolutions.Api.Tests.csproj')
-rw-r--r--RhSolutions.Api.Tests/RhSolutions.Api.Tests.csproj28
1 files changed, 28 insertions, 0 deletions
diff --git a/RhSolutions.Api.Tests/RhSolutions.Api.Tests.csproj b/RhSolutions.Api.Tests/RhSolutions.Api.Tests.csproj
new file mode 100644
index 0000000..263aa54
--- /dev/null
+++ b/RhSolutions.Api.Tests/RhSolutions.Api.Tests.csproj
@@ -0,0 +1,28 @@
+<Project Sdk="Microsoft.NET.Sdk">
+
+ <PropertyGroup>
+ <TargetFramework>net6.0</TargetFramework>
+ <ImplicitUsings>enable</ImplicitUsings>
+ <Nullable>enable</Nullable>
+
+ <IsPackable>false</IsPackable>
+ </PropertyGroup>
+
+ <ItemGroup>
+ <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.1.0" />
+ <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="3.1.2">
+ <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
+ <PrivateAssets>all</PrivateAssets>
+ </PackageReference>
+ </ItemGroup>
+
+ <ItemGroup>
+ <ProjectReference Include="..\RhSolutions.Api\RhSolutions.Api.csproj" />
+ </ItemGroup>
+
+</Project>