diff --git a/eng/testing/tests.wasm.targets b/eng/testing/tests.wasm.targets index 2d23e4fcf91e18..6aa83a3d8f6bf0 100644 --- a/eng/testing/tests.wasm.targets +++ b/eng/testing/tests.wasm.targets @@ -6,6 +6,7 @@ false $(BundleTestAppTargets);BundleTestWasmApp true + partial $([MSBuild]::NormalizeDirectory($(MonoProjectRoot), 'wasm', 'emsdk')) diff --git a/src/mono/wasm/build/WasmApp.props b/src/mono/wasm/build/WasmApp.props index 1b8b651d74cc95..88f479968888d5 100644 --- a/src/mono/wasm/build/WasmApp.props +++ b/src/mono/wasm/build/WasmApp.props @@ -4,7 +4,6 @@ browser browser-wasm true - partial <_WasmBuildCoreDependsOn> _InitializeCommonProperties;