aboutsummaryrefslogtreecommitdiff
path: root/docker/crupest-api/CrupestApi/CrupestApi.csproj
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-11-26 17:21:33 +0800
committercrupest <crupest@outlook.com>2022-11-26 17:21:33 +0800
commit80bb178ab3234fb7b883c6489ff3c5e2631e208e (patch)
tree588d8efd20f1e427a9c72ce8fadd8a5dcb0b4879 /docker/crupest-api/CrupestApi/CrupestApi.csproj
parent63e43d1a9b880c92d73b7ec97b596c38d3e758e2 (diff)
downloadcrupest-80bb178ab3234fb7b883c6489ff3c5e2631e208e.tar.gz
crupest-80bb178ab3234fb7b883c6489ff3c5e2631e208e.tar.bz2
crupest-80bb178ab3234fb7b883c6489ff3c5e2631e208e.zip
Add crupest-api.
Diffstat (limited to 'docker/crupest-api/CrupestApi/CrupestApi.csproj')
-rw-r--r--docker/crupest-api/CrupestApi/CrupestApi.csproj8
1 files changed, 8 insertions, 0 deletions
diff --git a/docker/crupest-api/CrupestApi/CrupestApi.csproj b/docker/crupest-api/CrupestApi/CrupestApi.csproj
new file mode 100644
index 0000000..4348979
--- /dev/null
+++ b/docker/crupest-api/CrupestApi/CrupestApi.csproj
@@ -0,0 +1,8 @@
+<Project Sdk="Microsoft.NET.Sdk.Web">
+
+ <PropertyGroup>
+ <TargetFramework>net7.0</TargetFramework>
+ <Nullable>enable</Nullable>
+ </PropertyGroup>
+
+</Project>