0
0
llucycodes42
The code says that the project should use the netcoreapp3.1 target platform.
Shortcut: ac_csproj_3.1
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
</Project>