Remove private assets (#8080)
This commit is contained in:
parent
d0c415a4dc
commit
337370263a
|
|
@ -16,7 +16,7 @@
|
|||
<Content Include="$(MSBuildThisFileDirectory)xunit.runner.json" Link="xunit.runner.json">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Reference Include="Microsoft.Extensions.Logging.Testing" PrivateAssets="All" />
|
||||
<Reference Include="Microsoft.Extensions.Logging.Testing" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
|
|||
Loading…
Reference in New Issue