File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 88 <Import Project =" $(MSBuildThisFileDirectory)\Common\dir.sdkbuild.props" Condition =" '$(UsingMicrosoftNETSdk)' == 'true'" />
99 <Import Project =" $(MSBuildThisFileDirectory)\Common\dir.common.props" Condition =" '$(UsingMicrosoftNETSdk)' != 'true'" />
1010
11- <PropertyGroup >
12- <!-- Override the compiler version with a private build that supports runtime-async -->
13- <MicrosoftNetCompilersToolsetVersion >5.0.0-1.25259.6</MicrosoftNetCompilersToolsetVersion >
14- <RoslynCompilerType >Custom</RoslynCompilerType >
15- </PropertyGroup >
16-
1711 <PropertyGroup >
1812 <RunningOnUnix Condition =" ('$(RunningOnUnix)' == '') And ('$(MSBuildRuntimeType)' == 'Core') And ('$(OS)'!='Windows_NT')" >true</RunningOnUnix >
1913 </PropertyGroup >
Original file line number Diff line number Diff line change 99 <EnableNETAnalyzers >false</EnableNETAnalyzers >
1010 <Features >$(Features);runtime-async=on</Features >
1111 </PropertyGroup >
12+
13+ <PropertyGroup >
14+ <!-- Override the compiler version with a private build that supports runtime-async -->
15+ <MicrosoftNetCompilersToolsetVersion >5.0.0-1.25259.6</MicrosoftNetCompilersToolsetVersion >
16+ <RoslynCompilerType >Custom</RoslynCompilerType >
17+ </PropertyGroup >
18+
1219 <ItemGroup >
1320 <Compile Include =" $(MSBuildThisFileDirectory)RuntimeAsyncMethodGenerationAttribute.cs" />
1421 </ItemGroup >
You can’t perform that action at this time.
0 commit comments