File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 3333 </PropertyGroup >
3434
3535 <PropertyGroup Condition =" '$(IsVisualBasic)' != 'true' AND '$(IsFsharp)' != 'true' " >
36- <LangVersion >11 </LangVersion >
36+ <LangVersion >9.0 </LangVersion >
3737
3838 <Major >0</Major >
3939 <Minor >13</Minor >
Original file line number Diff line number Diff line change @@ -94,10 +94,7 @@ public override string OverheadImplementation
9494 {
9595 return $ "return default({ type . GetCorrectCSharpTypeName ( ) } );";
9696 }
97- return $ """
98- System.Runtime.CompilerServices.Unsafe.SkipInit(out { type . GetCorrectCSharpTypeName ( ) } value);
99- return value;
100- """ ;
97+ return $ "System.Runtime.CompilerServices.Unsafe.SkipInit(out { type . GetCorrectCSharpTypeName ( ) } value);\n return value;";
10198 }
10299 }
103100
You can’t perform that action at this time.
0 commit comments