If you have several .NET Core projects where you want to change the C# language
version to 8.0, how you do this the fastest way?
The solution
This little script checks all csproj-files, and if the target framework supports
C# 8.0, this make sure it will be used.
Summary
OK, it might be faster to just do this manually instead of writing a script :-).
But this was fun to do.