Skip to content

Commit 03fa92b

Browse files
committed
Comment out PackageReference
1 parent c3207f9 commit 03fa92b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/tools/illink/test/Directory.Build.props

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@
77
<LinkerTestDir>$(MSBuildThisFileDirectory)</LinkerTestDir>
88
</PropertyGroup>
99

10-
<ItemGroup>
10+
<!-- Add this PackageReference when the toolset version supports C# 14. -->
11+
<!-- <ItemGroup>
1112
<PackageReference Include="Microsoft.Net.Compilers.Toolset" Version="$(MicrosoftNetCompilersToolsetVersion)" PrivateAssets="all" IsImplicitlyDefined="true" />
12-
</ItemGroup>
13+
</ItemGroup> -->
1314

1415
</Project>

0 commit comments

Comments
 (0)