Skip to content

Commit d59ab53

Browse files
authored
Remove unneeded DiagnosticSource content (#112116)
The IL link file was getting included as unnecessary content in transitive dependent projects which caused confusion. Fixes #112110
1 parent 1b23d6f commit d59ab53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libraries/System.Diagnostics.DiagnosticSource/src/System.Diagnostics.DiagnosticSource.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ System.Diagnostics.DiagnosticSource</PackageDescription>
2525

2626
<ItemGroup>
2727
<ILLinkSubstitutionsXmls Include="ILLink/ILLink.Substitutions.Shared.xml" />
28-
<Content Include="ILLink\ILLink.Descriptors.LibraryBuild.xml" />
28+
<None Include="ILLink\ILLink.Descriptors.LibraryBuild.xml" />
2929
</ItemGroup>
3030

3131
<ItemGroup>

0 commit comments

Comments
 (0)