Skip to content

Commit 2400bab

Browse files
committed
Don't override the toolset compiler for runtime tests
1 parent 4fd8b16 commit 2400bab

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

src/tests/Directory.Build.props

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@
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>

src/tests/async/Directory.Build.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<EnableNETAnalyzers>false</EnableNETAnalyzers>
1010
<Features>$(Features);runtime-async=on</Features>
1111
</PropertyGroup>
12+
1213
<ItemGroup>
1314
<Compile Include="$(MSBuildThisFileDirectory)RuntimeAsyncMethodGenerationAttribute.cs" />
1415
</ItemGroup>

0 commit comments

Comments
 (0)