Set PrivateAssets on transport package (#25450)

The transport package does not ship and we do not want it to appear in WebAssembly.Server's nuspec.
This commit is contained in:
Pranav K 2020-08-31 11:30:43 -07:00 committed by GitHub
parent ccce9e7753
commit e4b1950bc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
<ItemGroup>
<Reference Include="Microsoft.AspNetCore.StaticFiles" />
<Reference Include="Microsoft.NETCore.BrowserDebugHost.Transport" GeneratePathProperty="true" />
<Reference Include="Microsoft.NETCore.BrowserDebugHost.Transport" GeneratePathProperty="true" PrivateAssets="All" />
</ItemGroup>
<ItemGroup>