diff --git a/eng/liveBuilds.targets b/eng/liveBuilds.targets index 51f71f379d9a3..48a7f853f6017 100644 --- a/eng/liveBuilds.targets +++ b/eng/liveBuilds.targets @@ -221,7 +221,7 @@ $(LibrariesNativeArtifactsPath)src\*.js; $(LibrariesNativeArtifactsPath)src\emcc-default.rsp; $(LibrariesNativeArtifactsPath)src\emcc-link.rsp; - $(LibrariesNativeArtifactsPath)src\emcc-props.json;" + $(LibrariesNativeArtifactsPath)src\wasm-props.json;" NativeSubDirectory="src" IsNative="true" /> diff --git a/src/installer/pkg/sfx/Microsoft.NETCore.App/Directory.Build.props b/src/installer/pkg/sfx/Microsoft.NETCore.App/Directory.Build.props index 60cbb0eea8a34..8e55e4ac880ec 100644 --- a/src/installer/pkg/sfx/Microsoft.NETCore.App/Directory.Build.props +++ b/src/installer/pkg/sfx/Microsoft.NETCore.App/Directory.Build.props @@ -230,7 +230,7 @@ - + diff --git a/src/mono/wasi/wasi.proj b/src/mono/wasi/wasi.proj index cbc7d7f506389..8a550f7efe9c4 100644 --- a/src/mono/wasi/wasi.proj +++ b/src/mono/wasi/wasi.proj @@ -115,7 +115,7 @@ - + + + + + + + + + + + + + + + + + + + + diff --git a/src/mono/wasm/wasm.proj b/src/mono/wasm/wasm.proj index 78ee9bc3d739c..9854a64ae62f2 100644 --- a/src/mono/wasm/wasm.proj +++ b/src/mono/wasm/wasm.proj @@ -152,7 +152,7 @@ - + - <_WasmOptConfigurationFlags>@(WasmOptConfigurationFlags, '%3B ') <_EmccPropsJson> '%22%(Identity)%22', ',')], "EmccDefaultExportedFunctions": [@(EmccExportedFunction -> '%22%(Identity)%22', ',')], "EmccDefaultExportedRuntimeMethods": [@(EmccExportedRuntimeMethod -> '%22%(Identity)%22', ',')] } @@ -333,7 +330,7 @@ - @@ -471,7 +468,7 @@ $(_EmccDefaultsRspPath); $(_EmccCompileRspPath); $(_EmccLinkRspPath); - $(NativeBinDir)src\emcc-props.json" /> + $(NativeBinDir)src\wasm-props.json" />