I have a solution that contains five C# console application projects. I would like each project to target a different version of C#.
MyLearningSolution.sln
CSharp01.csproj
CSharp02.csproj
CSharp03.csproj
CSharp04.csproj
CSharp05.csproj
Is there a way to do this either via Visual Studio or via editing each csproj file?
I have tried the following searches:
csproj target specific C# version, this talks about targeting a specific framework version
csproj choose c# version, doesn't answer the question
