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/Web/Web.csproj | |
| parent | 04bbaa256698db96f252c3a798c397c8282ab4af (diff) | |
| download | DevHive-0fdc2cc1dd9777b182087cc77c8a86e3cdc75511.tar DevHive-0fdc2cc1dd9777b182087cc77c8a86e3cdc75511.tar.gz DevHive-0fdc2cc1dd9777b182087cc77c8a86e3cdc75511.zip | |
Fixed tests references
Diffstat (limited to 'src/DevHive.Tests/Web/Web.csproj')
| -rw-r--r-- | src/DevHive.Tests/Web/Web.csproj | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/DevHive.Tests/Web/Web.csproj b/src/DevHive.Tests/Web/Web.csproj new file mode 100644 index 0000000..62ba802 --- /dev/null +++ b/src/DevHive.Tests/Web/Web.csproj @@ -0,0 +1,11 @@ +<Project Sdk="Microsoft.NET.Sdk">
+
+ <ItemGroup> + <ProjectReference Include="..\..\DevHive.Web\DevHive.Web.csproj" /> + </ItemGroup>
+
+ <PropertyGroup>
+ <TargetFramework>net5.0</TargetFramework>
+ </PropertyGroup>
+
+</Project>
|
