Make WASM packages stay preview releases in 3.1. (dotnet/extensions#2503)

Fixes https://github.com/aspnet/AspNetCore/issues/14623\n\nCommit migrated from b195e40af5
This commit is contained in:
Pranav K 2019-10-14 15:36:50 -07:00 committed by GitHub
parent 16af860cf5
commit fe782681b4
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
<Project>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory)..\, Directory.Build.props))\Directory.Build.props" />
<PropertyGroup>
<!-- Override prerelease label even in the final build -->
<PreReleaseVersionLabel>$(BlazorWasmPreReleaseVersionLabel)</PreReleaseVersionLabel>
<DotNetFinalVersionKind />
</PropertyGroup>
</Project>