diff --git a/src/libraries/tests.proj b/src/libraries/tests.proj index 4de29857494251..3a733a0604e79f 100644 --- a/src/libraries/tests.proj +++ b/src/libraries/tests.proj @@ -185,8 +185,6 @@ - - diff --git a/src/mono/browser/build/BrowserWasmApp.CoreCLR.targets b/src/mono/browser/build/BrowserWasmApp.CoreCLR.targets index e94f759abc4f69..b83bf16ec25a33 100644 --- a/src/mono/browser/build/BrowserWasmApp.CoreCLR.targets +++ b/src/mono/browser/build/BrowserWasmApp.CoreCLR.targets @@ -178,6 +178,40 @@ '$(WasmBuildingForNestedPublish)' != 'true' and '$(UsingBrowserRuntimeWorkload)' != 'true'" /> + + + + + <_CoreCLRAppLocalAssembly Include="@(ReferenceCopyLocalPaths)" + Condition="'%(Extension)' == '.dll' and !$([System.String]::Copy('%(FullPath)').StartsWith('$(MicrosoftNetCoreAppRuntimePackDir)'))" /> + + + <_CoreCLRAppLocalAssemblyNames>;@(_CoreCLRAppLocalAssembly->'%(FileName)%(Extension)'); + + + + + + +