Description
When running benchmarks from a .net 5 RC1 console project I get the following error:
// Build Error: Standard output:
Standard error:
/home/daniel/Work/JsonSrcGen/Benchmarks/bin/Release/net5.0/f332688d-f4ca-426b-95f1-b4c8df64944f/BenchmarkDotNet.Autogenerated.csproj(20,18): error MSB4086: A numeric comparison was attempted on "$(LangVersion)" that evaluates to "preview" instead of a number, in condition "'$(LangVersion)' == '' Or '$(LangVersion)' < '7.3'".// Build Error: Standard output:
Standard error:
/home/daniel/Work/JsonSrcGen/Benchmarks/bin/Release/net5.0/f332688d-f4ca-426b-95f1-b4c8df64944f/BenchmarkDotNet.Autogenerated.csproj(20,18): error MSB4086: A numeric comparison was attempted on "$(LangVersion)" that evaluates to "preview" instead of a number, in condition "'$(LangVersion)' == '' Or '$(LangVersion)' < '7.3'".
I'm running benchmarks for a .net 5 c# source generator, this requires that the LangVersion be set to Preview