From fe782681b489443cfb52d9f04daf173008f495de Mon Sep 17 00:00:00 2001 From: Pranav K Date: Mon, 14 Oct 2019 15:36:50 -0700 Subject: [PATCH] Make WASM packages stay preview releases in 3.1. (dotnet/extensions#2503) Fixes https://github.com/aspnet/AspNetCore/issues/14623\n\nCommit migrated from https://github.com/dotnet/extensions/commit/b195e40af561c7505fb086e511d33ba8314a8340 --- .../Mono.WebAssembly.Interop/Directory.Build.props | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/JSInterop/Mono.WebAssembly.Interop/Directory.Build.props diff --git a/src/JSInterop/Mono.WebAssembly.Interop/Directory.Build.props b/src/JSInterop/Mono.WebAssembly.Interop/Directory.Build.props new file mode 100644 index 0000000000..ce32dcd999 --- /dev/null +++ b/src/JSInterop/Mono.WebAssembly.Interop/Directory.Build.props @@ -0,0 +1,9 @@ + + + + + + $(BlazorWasmPreReleaseVersionLabel) + + +