<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
</Project>
ASP NET 5 csproj Generator
The code defines a project that uses the Microsoft.NET.Sdk.Web target platform. This platform is used to build websites that use the .NET Framework 5.0.
Shortcut: ac_csproj_5
0 Comments
Add Comment
Log in to add a comment