diff options
author | Sergey Chebotar <s.chebotar@gmail.com> | 2022-12-14 09:53:10 +0300 |
---|---|---|
committer | Sergey Chebotar <s.chebotar@gmail.com> | 2022-12-14 09:53:10 +0300 |
commit | da94ed6d89ac2b933718419bbe42f2d913514231 (patch) | |
tree | 4c3f9ba7f5c54c564ee28b0e3c973c374f2499ac /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.csproj | 28 |
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> |