Skip to content

Commit 98c77e4

Browse files
Remove unneeded DiagnosticSource content (#112708)
The IL link file was getting included as unnecessary content in transitive dependent projects which caused confusion. Fixes #112110 Co-authored-by: Noah Falk <[email protected]>
1 parent ec9ce26 commit 98c77e4

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

Lines changed: 1 addition & 1 deletion
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)