aboutsummaryrefslogtreecommitdiff
path: root/docker/crupest-api/CrupestApi/CrupestApi.Commons.Tests/CrupestApi.Commons.Tests.csproj
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-12-20 18:50:28 +0800
committercrupest <crupest@outlook.com>2022-12-20 20:32:53 +0800
commitea6afcf68bd10d5dbae5b99e590794dd219ea413 (patch)
treefed671901f8e25ba2ce38a3bb52f3a70d6f6801a /docker/crupest-api/CrupestApi/CrupestApi.Commons.Tests/CrupestApi.Commons.Tests.csproj
parentec16e4673a6050c1daa451c6dcfe94bdf36c27f3 (diff)
downloadcrupest-ea6afcf68bd10d5dbae5b99e590794dd219ea413.tar.gz
crupest-ea6afcf68bd10d5dbae5b99e590794dd219ea413.tar.bz2
crupest-ea6afcf68bd10d5dbae5b99e590794dd219ea413.zip
Develop secret api. v48
Diffstat (limited to 'docker/crupest-api/CrupestApi/CrupestApi.Commons.Tests/CrupestApi.Commons.Tests.csproj')
-rw-r--r--docker/crupest-api/CrupestApi/CrupestApi.Commons.Tests/CrupestApi.Commons.Tests.csproj3
1 files changed, 2 insertions, 1 deletions
diff --git a/docker/crupest-api/CrupestApi/CrupestApi.Commons.Tests/CrupestApi.Commons.Tests.csproj b/docker/crupest-api/CrupestApi/CrupestApi.Commons.Tests/CrupestApi.Commons.Tests.csproj
index 59edf0d..0360ee1 100644
--- a/docker/crupest-api/CrupestApi/CrupestApi.Commons.Tests/CrupestApi.Commons.Tests.csproj
+++ b/docker/crupest-api/CrupestApi/CrupestApi.Commons.Tests/CrupestApi.Commons.Tests.csproj
@@ -1,4 +1,4 @@
-<Project Sdk="Microsoft.NET.Sdk">
+<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
@@ -9,6 +9,7 @@
</PropertyGroup>
<ItemGroup>
+ <PackageReference Include="Microsoft.AspNetCore.TestHost" Version="7.0.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.0" />
<PackageReference Include="xunit" Version="2.4.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">