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 8
8
<Import Project =" $(MSBuildThisFileDirectory)\Common\dir.sdkbuild.props" Condition =" '$(UsingMicrosoftNETSdk)' == 'true'" />
9
9
<Import Project =" $(MSBuildThisFileDirectory)\Common\dir.common.props" Condition =" '$(UsingMicrosoftNETSdk)' != 'true'" />
10
10
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
-
17
11
<PropertyGroup >
18
12
<RunningOnUnix Condition =" ('$(RunningOnUnix)' == '') And ('$(MSBuildRuntimeType)' == 'Core') And ('$(OS)'!='Windows_NT')" >true</RunningOnUnix >
19
13
</PropertyGroup >
Original file line number Diff line number Diff line change 9
9
<EnableNETAnalyzers >false</EnableNETAnalyzers >
10
10
<Features >$(Features);runtime-async=on</Features >
11
11
</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
+
12
19
<ItemGroup >
13
20
<Compile Include =" $(MSBuildThisFileDirectory)RuntimeAsyncMethodGenerationAttribute.cs" />
14
21
</ItemGroup >
You can’t perform that action at this time.
0 commit comments