Describe the bug
There's a detailed investigation in dotnet/project-system#9012, but the gist is that since GitVersion forces a C# language it introduces bugs in F# builds.
Expected Behavior
Design-time builds work for F# projects
Actual Behavior
Design-time builds crash for F# projects
Possible Fix
Can this line be removed?
Steps to Reproduce
See the linked issue