Skip to content

Commit 5a098b8

Browse files
authored
Fix the compiler toolset override for runtime-async (#116722)
1 parent 59eee19 commit 5a098b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tests/Directory.Build.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
<PropertyGroup>
1212
<!-- Override the compiler version with a private build that supports runtime-async -->
1313
<MicrosoftNetCompilersToolsetVersion>5.0.0-1.25259.6</MicrosoftNetCompilersToolsetVersion>
14+
<RoslynCompilerType>Custom</RoslynCompilerType>
1415
</PropertyGroup>
1516

1617
<PropertyGroup>

0 commit comments

Comments
 (0)