Skip to content

Commit

Permalink
[3.1] Mark components assemblies as non shipping (#31758)
Browse files Browse the repository at this point in the history
* Update Microsoft.AspNetCore.Components.WebAssembly.csproj

* Update Microsoft.AspNetCore.Components.WebAssembly.Build.csproj

* Update Microsoft.AspNetCore.Components.WebAssembly.DebugProxy.csproj

* Update Microsoft.AspNetCore.Components.WebAssembly.DevServer.csproj

* Update Microsoft.JSInterop.WebAssembly.csproj

* Update Microsoft.AspNetCore.Components.WebAssembly.Server.csproj

* Update Microsoft.Authentication.WebAssembly.Msal.csproj

* Update Microsoft.AspNetCore.Components.WebAssembly.HttpHandler.csproj

* Update Directory.Build.props

* Update Microsoft.AspNetCore.Components.WebAssembly.Authentication.csproj

* Update Microsoft.JSInterop.WebAssembly.csproj

* Update Microsoft.Authentication.WebAssembly.Msal.csproj

* Update Microsoft.AspNetCore.Components.WebAssembly.Build.csproj

* Update Microsoft.AspNetCore.Components.WebAssembly.DebugProxy.csproj

* Update Microsoft.AspNetCore.Components.WebAssembly.DevServer.csproj

* Update Directory.Build.props

* Update Microsoft.AspNetCore.Components.WebAssembly.Server.csproj

* Update Microsoft.AspNetCore.Components.WebAssembly.Authentication.csproj

* Update Microsoft.AspNetCore.Components.WebAssembly.csproj

* Update Microsoft.AspNetCore.Components.WebAssembly.HttpHandler.csproj
  • Loading branch information
HaoK committed May 4, 2021
1 parent 6e341e5 commit 18a6f0c
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 9 deletions.
Expand Up @@ -6,6 +6,7 @@
<TargetFramework>netstandard2.1</TargetFramework>
<Description>Authenticate your Blazor webassembly applications with Azure Active Directory and Azure Active Directory B2C</Description>
<RazorLangVersion>3.0</RazorLangVersion>
<IsPackable>false</IsPackable>
</PropertyGroup>

<ItemGroup>
Expand Down
Expand Up @@ -5,7 +5,7 @@
<TargetName>Microsoft.AspNetCore.Components.WebAssembly.Build.Tasks</TargetName>
<AssemblyName>Microsoft.AspNetCore.Components.WebAssembly.Build</AssemblyName>
<Description>Build mechanism for ASP.NET Core Blazor WebAssembly applications.</Description>
<IsShippingPackage>true</IsShippingPackage>
<IsPackable>false</IsPackable>
<HasReferenceAssembly>false</HasReferenceAssembly>
<GenerateDependencyFile>false</GenerateDependencyFile>
</PropertyGroup>
Expand Down
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>$(DefaultNetCoreTargetFramework)</TargetFramework>
<OutputType>Exe</OutputType>
<PackageId>Microsoft.AspNetCore.Components.WebAssembly.DebugProxy</PackageId>
<IsShippingPackage>true</IsShippingPackage>
<IsPackable>false</IsPackable>
<HasReferenceAssembly>false</HasReferenceAssembly>
<Description>Debug proxy for use when building Blazor applications.</Description>
<!-- Set this to false because assemblies should not reference this assembly directly, (except for tests, of course). -->
Expand Down
Expand Up @@ -5,7 +5,7 @@
<OutputType>Exe</OutputType>
<AssemblyName>blazor-devserver</AssemblyName>
<PackageId>Microsoft.AspNetCore.Components.WebAssembly.DevServer</PackageId>
<IsShippingPackage>true</IsShippingPackage>
<IsPackable>false</IsPackable>
<HasReferenceAssembly>false</HasReferenceAssembly>
<StartupObject>Microsoft.AspNetCore.Components.WebAssembly.DevServer.Program</StartupObject>
<Description>Development server for use when building Blazor applications.</Description>
Expand Down
2 changes: 1 addition & 1 deletion src/Components/WebAssembly/Directory.Build.props
Expand Up @@ -7,4 +7,4 @@
<!-- Avoid source build issues with WebAssembly -->
<ExcludeFromSourceBuild>true</ExcludeFromSourceBuild>
</PropertyGroup>
</Project>
</Project>
Expand Up @@ -5,8 +5,7 @@
<Description>Abstractions and features for interop between .NET WebAssembly and JavaScript code.</Description>
<PackageTags>wasm;javascript;interop</PackageTags>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<IsPackable>true</IsPackable>
<IsShipping>true</IsShipping>
<IsPackable>false</IsPackable>
<HasReferenceAssembly>false</HasReferenceAssembly>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>
Expand Down
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>$(DefaultNetCoreTargetFramework)</TargetFramework>
<Description>Runtime server features for ASP.NET Core Blazor applications.</Description>
<IsShippingPackage>true</IsShippingPackage>
<IsPackable>false</IsPackable>
<HasReferenceAssembly>false</HasReferenceAssembly>

<!-- We're deliberately bundling assemblies as content files. Suppress the warning. -->
Expand Down
Expand Up @@ -5,7 +5,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<Description>Build client-side authentication for single-page applications (SPAs).</Description>
<IsShippingPackage>true</IsShippingPackage>
<IsPackable>false</IsPackable>
<HasReferenceAssembly>false</HasReferenceAssembly>
<RazorLangVersion>3.0</RazorLangVersion>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
Expand Down
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<Description>Build client-side single-page applications (SPAs) with Blazor running under WebAssembly.</Description>
<IsShippingPackage>true</IsShippingPackage>
<IsPackable>false</IsPackable>
<NoWarn>$(NoWarn);BL0006</NoWarn>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>
Expand Down
Expand Up @@ -8,6 +8,7 @@
<ProduceOnlyReferenceAssembly>true</ProduceOnlyReferenceAssembly>
<StrongNameKeyId>Open</StrongNameKeyId>
<IsProjectReferenceProvider>false</IsProjectReferenceProvider>
<IsPackable>false</IsPackable>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 18a6f0c

Please sign in to comment.