Skip to content

Commit 9cc3905

Browse files
authored
Don't ship blazor packages from release/3.1 (#17342)
1 parent c31f51e commit 9cc3905

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Components/Blazor/Directory.Build.props

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
<PropertyGroup>
55
<!-- Override prerelease label and use preview 4, even in the final build -->
66
<PreReleaseVersionLabel>$(BlazorClientPreReleaseVersionLabel)</PreReleaseVersionLabel>
7+
<!-- These packages ship from the blazor-wasm branch -->
8+
<IsShipping>false</IsShipping>
79
<DotNetFinalVersionKind></DotNetFinalVersionKind>
810
</PropertyGroup>
911
</Project>

0 commit comments

Comments
 (0)