We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c31f51e commit 9cc3905Copy full SHA for 9cc3905
src/Components/Blazor/Directory.Build.props
@@ -4,6 +4,8 @@
4
<PropertyGroup>
5
<!-- Override prerelease label and use preview 4, even in the final build -->
6
<PreReleaseVersionLabel>$(BlazorClientPreReleaseVersionLabel)</PreReleaseVersionLabel>
7
+ <!-- These packages ship from the blazor-wasm branch -->
8
+ <IsShipping>false</IsShipping>
9
<DotNetFinalVersionKind></DotNetFinalVersionKind>
10
</PropertyGroup>
11
</Project>
0 commit comments