© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•4y ago•
4 replies
FroxerBBQ

❔ Upgrading a solution from .net core 3.1 to .net 6.0

Hi guys, I am upgrading a old solution from .net core 3.1 to 6.0 and I am facing some issues, not sure if I am going about it in the right way.

I have changed the TargetFramework in the projects of the solution to
<TargetFramework>netcoreapp6.0</TargetFramework>
and
<TargetFramework>netstandard6.0</TargetFramework>

I have about 21 errors right now in the solution similar to this:

Error NU1201 Project projectName is not compatible with net6.0 (.NETCoreApp,Version=v6.0). Project projectName supports: netstandard6.0 (.NETStandard,Version=v6.0) projectName D:\dev\projectName.FunctionalTest.csproj

Best Regards
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Access Azure Table Storage from Asp.net 6.0 core
C#CC# / help
4y ago
❔ Accessing StorageConnectionString from AppSettings.json Asp.net core 6.0
C#CC# / help
3y ago
❔ .NET CORE 6 services
C#CC# / help
4y ago