C#C
C#7d ago
MileHDev

Your project does not reference ".NETCoreApp,Version=v6.0" framework. Add a reference to...

Your project does not reference ".NETCoreApp,Version=v6.0" framework. Add a reference to ".NETCoreApp,Version=v6.0" in the "TargetFrameworks" property of your project file and then re-run NuGet restore.


Getting this for the client esproj included in a React with TypeScript ASP .Net Core app template.
Was this page helpful?