aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Tests/Services
diff options
context:
space:
mode:
Diffstat (limited to 'src/DevHive.Tests/Services')
-rw-r--r--src/DevHive.Tests/Services/Services.csproj4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/DevHive.Tests/Services/Services.csproj b/src/DevHive.Tests/Services/Services.csproj
index 563e6f9..92058fe 100644
--- a/src/DevHive.Tests/Services/Services.csproj
+++ b/src/DevHive.Tests/Services/Services.csproj
@@ -1,5 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
+ <ItemGroup>
+ <ProjectReference Include="..\..\DevHive.Services\DevHive.Services.csproj" />
+ </ItemGroup>
+
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>