Added web api template

This commit is contained in:
2021-10-13 09:43:00 -04:00
parent 61697bf9f7
commit 10a7dc7c71
48 changed files with 4263 additions and 0 deletions

11
WebAPI/WebAPI.csproj Normal file
View File

@@ -0,0 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Swashbuckle.AspNetCore" Version="5.6.3"/>
</ItemGroup>
</Project>