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
This commit is contained in:
Pranav K 2020-06-12 16:30:28 -07:00 committed by GitHub
parent dcd1250f43
commit 350540d0af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@
<IsShippingPackage>true</IsShippingPackage>
<Description>Templates for ASP.NET Core Blazor WebAssembly projects.</Description>
<PackageTags>$(PackageTags);blazor;spa</PackageTags>
<VersionPrefix>$(ComponentsWebAssemblyVersionPrefix)</VersionPrefix>
</PropertyGroup>
<PropertyGroup>