Skip to content

Commit 350540d

Browse files
authored
Make WebAssembly templates use the same version as the rest of the WASM product (#22896)
We've already shipped a 3.2.0 version of the package. The build's currently producing 3.1.6 version of the package. This changes the package version to 3.2.1
1 parent dcd1250 commit 350540d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ProjectTemplates/ComponentsWebAssembly.ProjectTemplates/Microsoft.AspNetCore.Components.WebAssembly.Templates.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<IsShippingPackage>true</IsShippingPackage>
99
<Description>Templates for ASP.NET Core Blazor WebAssembly projects.</Description>
1010
<PackageTags>$(PackageTags);blazor;spa</PackageTags>
11+
<VersionPrefix>$(ComponentsWebAssemblyVersionPrefix)</VersionPrefix>
1112
</PropertyGroup>
1213

1314
<PropertyGroup>

0 commit comments

Comments
 (0)