Skip to content

Commit 3373702

Browse files
Remove private assets (#8080)
1 parent d0c415a commit 3373702

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SignalR/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<Content Include="$(MSBuildThisFileDirectory)xunit.runner.json" Link="xunit.runner.json">
1717
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
1818
</Content>
19-
<Reference Include="Microsoft.Extensions.Logging.Testing" PrivateAssets="All" />
19+
<Reference Include="Microsoft.Extensions.Logging.Testing" />
2020
</ItemGroup>
2121

2222
<ItemGroup>

0 commit comments

Comments
 (0)