Skip to content

Instantly share code, notes, and snippets.

@manoj-choudhari-git
Created October 3, 2020 15:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save manoj-choudhari-git/a65161a0d922616ed52a9d9415610ea2 to your computer and use it in GitHub Desktop.
Save manoj-choudhari-git/a65161a0d922616ed52a9d9415610ea2 to your computer and use it in GitHub Desktop.
.NET 5: ASP .NET Core Web Application Project File
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Swashbuckle.AspNetCore" Version="5.5.1" />
</ItemGroup>
</Project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment