e1c97e5b8c
This contains the base ASP.Net Core web application running on .Net Core Version 5
8 lines
134 B
XML
8 lines
134 B
XML
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net5.0</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
</Project>
|