Skip to content

Commit d047a30

Browse files
authored
[release/3.0] Mark Blazor packages as nonshipping (#18358)
* Mark Blazor packages as nonshipping * Pin blazor dependency version
1 parent f9d58da commit d047a30

7 files changed

+7
-7
lines changed

eng/Version.Details.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
-->
1010
<Dependencies>
1111
<ProductDependencies>
12-
<Dependency Name="Microsoft.AspNetCore.Blazor.Mono" Version="3.0.0-preview9.19577.2">
12+
<Dependency Name="Microsoft.AspNetCore.Blazor.Mono" Version="3.0.0-preview9.19577.2" Pinned="true">
1313
<Uri>https://github.com/aspnet/Blazor</Uri>
1414
<Sha>23338158154b064321d9d5c418d0fb71264d7bf9</Sha>
1515
</Dependency>

src/Components/Blazor/Blazor/src/Microsoft.AspNetCore.Blazor.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<Description>Build client-side single-page applications (SPAs) with Blazor running under WebAssembly.</Description>
6-
<IsShippingPackage>true</IsShippingPackage>
6+
<IsShippingPackage>false</IsShippingPackage>
77
</PropertyGroup>
88

99
<ItemGroup>

src/Components/Blazor/Build/src/Microsoft.AspNetCore.Blazor.Build.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>netcoreapp3.0</TargetFramework>
55
<Description>Build mechanism for ASP.NET Core Blazor applications.</Description>
66
<OutputType>Exe</OutputType>
7-
<IsShippingPackage>true</IsShippingPackage>
7+
<IsShippingPackage>false</IsShippingPackage>
88
<HasReferenceAssembly>false</HasReferenceAssembly>
99
</PropertyGroup>
1010

src/Components/Blazor/DevServer/src/Microsoft.AspNetCore.Blazor.DevServer.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<OutputType>Exe</OutputType>
66
<AssemblyName>blazor-devserver</AssemblyName>
77
<PackageId>Microsoft.AspNetCore.Blazor.DevServer</PackageId>
8-
<IsShippingPackage>true</IsShippingPackage>
8+
<IsShippingPackage>false</IsShippingPackage>
99
<HasReferenceAssembly>false</HasReferenceAssembly>
1010
<StartupObject>Microsoft.AspNetCore.Blazor.DevServer.Program</StartupObject>
1111
<Description>Development server for use when building Blazor applications.</Description>

src/Components/Blazor/Http/src/Microsoft.AspNetCore.Blazor.HttpClient.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<Description>Provides experimental support for using System.Text.Json with HttpClient. Intended for use with Blazor running under WebAssembly.</Description>
6-
<IsShippingPackage>true</IsShippingPackage>
6+
<IsShippingPackage>false</IsShippingPackage>
77
</PropertyGroup>
88

99
<ItemGroup>

src/Components/Blazor/Server/src/Microsoft.AspNetCore.Blazor.Server.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>netcoreapp3.0</TargetFramework>
55
<Description>Runtime server features for ASP.NET Core Blazor applications.</Description>
6-
<IsShippingPackage>true</IsShippingPackage>
6+
<IsShippingPackage>false</IsShippingPackage>
77
</PropertyGroup>
88

99
<ItemGroup>

src/Components/Blazor/Templates/src/Microsoft.AspNetCore.Blazor.Templates.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<TargetFramework>netstandard2.0</TargetFramework>
44
<NuspecFile>Microsoft.AspNetCore.Blazor.Templates.nuspec</NuspecFile>
5-
<IsShippingPackage>true</IsShippingPackage>
5+
<IsShippingPackage>false</IsShippingPackage>
66
<EnableDefaultItems>False</EnableDefaultItems>
77
<GenerateAssemblyInfo>False</GenerateAssemblyInfo>
88
<IncludeBuildOutput>False</IncludeBuildOutput>

0 commit comments

Comments
 (0)