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 16af860 commit fe78268Copy full SHA for fe78268
src/JSInterop/Mono.WebAssembly.Interop/Directory.Build.props
@@ -0,0 +1,9 @@
1
+<Project>
2
+ <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory)..\, Directory.Build.props))\Directory.Build.props" />
3
+
4
+ <PropertyGroup>
5
+ <!-- Override prerelease label even in the final build -->
6
+ <PreReleaseVersionLabel>$(BlazorWasmPreReleaseVersionLabel)</PreReleaseVersionLabel>
7
+ <DotNetFinalVersionKind />
8
+ </PropertyGroup>
9
+</Project>
0 commit comments