aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Tests/Services
diff options
context:
space:
mode:
authortranstrike <transtrike@gmail.com>2021-01-12 23:15:51 +0200
committertranstrike <transtrike@gmail.com>2021-01-12 23:15:51 +0200
commit8a18cdf741bed465b4b24626e15370c33365cf11 (patch)
tree14209b4fc68fc0973cf1fe9327ab5febf74f3865 /src/DevHive.Tests/Services
parent8e11fbaa79ad6fba234e8162c5b291174ed31fbb (diff)
downloadDevHive-8a18cdf741bed465b4b24626e15370c33365cf11.tar
DevHive-8a18cdf741bed465b4b24626e15370c33365cf11.tar.gz
DevHive-8a18cdf741bed465b4b24626e15370c33365cf11.zip
Removed useless projects
Diffstat (limited to 'src/DevHive.Tests/Services')
-rw-r--r--src/DevHive.Tests/Services/Services.csproj17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/DevHive.Tests/Services/Services.csproj b/src/DevHive.Tests/Services/Services.csproj
deleted file mode 100644
index af3a45d..0000000
--- a/src/DevHive.Tests/Services/Services.csproj
+++ /dev/null
@@ -1,17 +0,0 @@
-<Project Sdk="Microsoft.NET.Sdk">
-
- <ItemGroup>
- <ProjectReference Include="..\..\DevHive.Services\DevHive.Services.csproj" />
- </ItemGroup>
-
- <ItemGroup>
- <PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.8.3" />
- <PackageReference Include="NUnit" Version="3.13.0" />
- <PackageReference Include="Nunit3TestAdapter" Version="3.17.0" />
- </ItemGroup>
-
- <PropertyGroup>
- <TargetFramework>net5.0</TargetFramework>
- </PropertyGroup>
-
-</Project>