summaryrefslogtreecommitdiff
path: root/RhSolutions.Api.Tests/RhSolutions.Api.Tests.csproj
diff options
context:
space:
mode:
authorSergey Chebotar <s.chebotar@gmail.com>2023-05-06 09:18:16 +0300
committerSergey Chebotar <s.chebotar@gmail.com>2023-05-06 09:18:16 +0300
commited6800e11d0636a518745b4504b47d5fe07c7592 (patch)
tree29a5620eef7944efae099e22cb8c8b09c3b0fa92 /RhSolutions.Api.Tests/RhSolutions.Api.Tests.csproj
parent402ffae02d2ee0c48e8220500c03e588a5d57f15 (diff)
Remove Tests project
Diffstat (limited to 'RhSolutions.Api.Tests/RhSolutions.Api.Tests.csproj')
-rw-r--r--RhSolutions.Api.Tests/RhSolutions.Api.Tests.csproj28
1 files changed, 0 insertions, 28 deletions
diff --git a/RhSolutions.Api.Tests/RhSolutions.Api.Tests.csproj b/RhSolutions.Api.Tests/RhSolutions.Api.Tests.csproj
deleted file mode 100644
index 263aa54..0000000
--- a/RhSolutions.Api.Tests/RhSolutions.Api.Tests.csproj
+++ /dev/null
@@ -1,28 +0,0 @@
-<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>