From e4b1950bc0e152e587ba645e6ae9cd18f27acbb2 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Mon, 31 Aug 2020 11:30:43 -0700 Subject: [PATCH] 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. --- .../Microsoft.AspNetCore.Components.WebAssembly.Server.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Components/WebAssembly/Server/src/Microsoft.AspNetCore.Components.WebAssembly.Server.csproj b/src/Components/WebAssembly/Server/src/Microsoft.AspNetCore.Components.WebAssembly.Server.csproj index e789734fcd..f332792a19 100644 --- a/src/Components/WebAssembly/Server/src/Microsoft.AspNetCore.Components.WebAssembly.Server.csproj +++ b/src/Components/WebAssembly/Server/src/Microsoft.AspNetCore.Components.WebAssembly.Server.csproj @@ -12,7 +12,7 @@ - +