I have a solution containing 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 through Visual Studio or by editing each csproj ?
I tried the following searches:
The target version of C # for a specific version of C # , this means targeting a specific version of the framework
csproj select c # version does not answer the question
source share