We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3207f9 commit 03fa92bCopy full SHA for 03fa92b
src/tools/illink/test/Directory.Build.props
@@ -7,8 +7,9 @@
7
<LinkerTestDir>$(MSBuildThisFileDirectory)</LinkerTestDir>
8
</PropertyGroup>
9
10
- <ItemGroup>
+ <!-- Add this PackageReference when the toolset version supports C# 14. -->
11
+ <!-- <ItemGroup>
12
<PackageReference Include="Microsoft.Net.Compilers.Toolset" Version="$(MicrosoftNetCompilersToolsetVersion)" PrivateAssets="all" IsImplicitlyDefined="true" />
- </ItemGroup>
13
+ </ItemGroup> -->
14
15
</Project>
0 commit comments