diff options
author | crupest <crupest@outlook.com> | 2022-12-01 19:19:47 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-12-02 13:35:35 +0800 |
commit | 8507c3b3802b0990c681a7c17c4e4d7ef0fa305d (patch) | |
tree | dee523de3ff29067fa0202135a322079b295df4c /docker/crupest-api/CrupestApi/CrupestApi.csproj | |
parent | 8cd7fef89d0df2742bc777e8ea1efb10aea7c81e (diff) | |
download | crupest-8507c3b3802b0990c681a7c17c4e4d7ef0fa305d.tar.gz crupest-8507c3b3802b0990c681a7c17c4e4d7ef0fa305d.tar.bz2 crupest-8507c3b3802b0990c681a7c17c4e4d7ef0fa305d.zip |
Restructure crupest-api.
Diffstat (limited to 'docker/crupest-api/CrupestApi/CrupestApi.csproj')
-rw-r--r-- | docker/crupest-api/CrupestApi/CrupestApi.csproj | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/docker/crupest-api/CrupestApi/CrupestApi.csproj b/docker/crupest-api/CrupestApi/CrupestApi.csproj deleted file mode 100644 index 4348979..0000000 --- a/docker/crupest-api/CrupestApi/CrupestApi.csproj +++ /dev/null @@ -1,8 +0,0 @@ -<Project Sdk="Microsoft.NET.Sdk.Web">
-
- <PropertyGroup>
- <TargetFramework>net7.0</TargetFramework>
- <Nullable>enable</Nullable>
- </PropertyGroup>
-
-</Project>
|