Add empty WebAPI project

This commit is contained in:
2022-11-29 21:25:19 +01:00
parent 48bd1e93a4
commit 7d639ba238
11 changed files with 174 additions and 2 deletions

9
WebAPI/WebAPI.csproj Normal file
View File

@@ -0,0 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
</Project>