diff options
Diffstat (limited to 'docker/crupest-api/CrupestApi/CrupestApi.csproj')
-rw-r--r-- | docker/crupest-api/CrupestApi/CrupestApi.csproj | 8 |
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>
|