.NET Framework 4.8 and .NET 5 Combination Solution
I have 1 Solution in VS2019, with 12 Projects within that Solution. (All C# v.9.0 targeting .NET Framework 4.8) 1 - Main Windows Forms Project And 11 Windows Class Libraries and Database Utilities (Its a legacy app that I have inherited and I don't have the heart to re-write the whole thing)
I want to utilise the wonderful features of C# 9.0 and C# 10.0 (features like immutable records), but I can't do that unless the project targets .NET 5.0
How can I make 1 or 2 projects (Class Libraries) to target .NET 5.0 and leave the rest of the projects targeting .NET Framework 4.8?
I've tried manually altering the .csproj files but VS2019 crashes after I alter the .csproj files.
BTW. I am Using Visual Studio Professional v16.11.3