diff options
| author | transtrike <transtrike@gmail.com> | 2021-01-08 23:28:06 +0200 |
|---|---|---|
| committer | transtrike <transtrike@gmail.com> | 2021-01-08 23:28:06 +0200 |
| commit | 0fdc2cc1dd9777b182087cc77c8a86e3cdc75511 (patch) | |
| tree | d3311eb193918872c83683b9060dd44fd1acca6c /src/DevHive.Tests/Data | |
| parent | 04bbaa256698db96f252c3a798c397c8282ab4af (diff) | |
| download | DevHive-0fdc2cc1dd9777b182087cc77c8a86e3cdc75511.tar DevHive-0fdc2cc1dd9777b182087cc77c8a86e3cdc75511.tar.gz DevHive-0fdc2cc1dd9777b182087cc77c8a86e3cdc75511.zip | |
Fixed tests references
Diffstat (limited to 'src/DevHive.Tests/Data')
| -rw-r--r-- | src/DevHive.Tests/Data/Data.csproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/DevHive.Tests/Data/Data.csproj b/src/DevHive.Tests/Data/Data.csproj index 563e6f9..760426f 100644 --- a/src/DevHive.Tests/Data/Data.csproj +++ b/src/DevHive.Tests/Data/Data.csproj @@ -1,5 +1,9 @@ <Project Sdk="Microsoft.NET.Sdk">
+ <ItemGroup> + <ProjectReference Include="..\..\DevHive.Data\DevHive.Data.csproj" /> + </ItemGroup>
+
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
|
