diff --git a/eng/liveBuilds.targets b/eng/liveBuilds.targets
index 7c49eaeb6f3e13..982413a4ebae21 100644
--- a/eng/liveBuilds.targets
+++ b/eng/liveBuilds.targets
@@ -188,6 +188,11 @@
$(LibrariesNativeArtifactsPath)dotnet.timezones.blat;
$(LibrariesNativeArtifactsPath)*.dat;"
IsNative="true" />
+
+
-
+
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Private.CoreLib/ref/System.Private.CoreLib.csproj b/src/libraries/System.Private.CoreLib/ref/System.Private.CoreLib.csproj
index 413026393547ba..4cf77fe8bffa1c 100644
--- a/src/libraries/System.Private.CoreLib/ref/System.Private.CoreLib.csproj
+++ b/src/libraries/System.Private.CoreLib/ref/System.Private.CoreLib.csproj
@@ -10,8 +10,8 @@
$(NoWarn);0809;0618;CS8614;CS3015
SilverlightPlatform
true
- true
- true
+ true
+ true
$(DefineConstants);FEATURE_WASM_PERFTRACING
$(DefineConstants);FEATURE_WASM_THREADS
$(DefineConstants);BUILDING_CORELIB_REFERENCE
@@ -51,4 +51,4 @@
-
\ No newline at end of file
+
diff --git a/src/libraries/System.Threading.Thread/src/System.Threading.Thread.csproj b/src/libraries/System.Threading.Thread/src/System.Threading.Thread.csproj
index 57a6f7f3c4ddb0..4d133621e598d9 100644
--- a/src/libraries/System.Threading.Thread/src/System.Threading.Thread.csproj
+++ b/src/libraries/System.Threading.Thread/src/System.Threading.Thread.csproj
@@ -7,7 +7,7 @@
-
+
diff --git a/src/libraries/System.Threading.ThreadPool/src/System.Threading.ThreadPool.csproj b/src/libraries/System.Threading.ThreadPool/src/System.Threading.ThreadPool.csproj
index bda556178b9e6c..051ec503dc2450 100644
--- a/src/libraries/System.Threading.ThreadPool/src/System.Threading.ThreadPool.csproj
+++ b/src/libraries/System.Threading.ThreadPool/src/System.Threading.ThreadPool.csproj
@@ -6,10 +6,10 @@
-
+
-
\ No newline at end of file
+
diff --git a/src/mono/System.Private.CoreLib/System.Private.CoreLib.csproj b/src/mono/System.Private.CoreLib/System.Private.CoreLib.csproj
index 0c078da40064a0..9dd362f4289019 100644
--- a/src/mono/System.Private.CoreLib/System.Private.CoreLib.csproj
+++ b/src/mono/System.Private.CoreLib/System.Private.CoreLib.csproj
@@ -1,4 +1,4 @@
-
+
false
true
@@ -125,8 +125,8 @@
$(DefineConstants);MONO_FEATURE_SRE
true
- true
- true
+ true
+ true
true
true
true
diff --git a/src/mono/nuget/Microsoft.NET.Workload.Mono.Toolchain.Manifest/WorkloadManifest.targets.in b/src/mono/nuget/Microsoft.NET.Workload.Mono.Toolchain.Manifest/WorkloadManifest.targets.in
index a07122acd7b25a..f9b7e05164a033 100644
--- a/src/mono/nuget/Microsoft.NET.Workload.Mono.Toolchain.Manifest/WorkloadManifest.targets.in
+++ b/src/mono/nuget/Microsoft.NET.Workload.Mono.Toolchain.Manifest/WorkloadManifest.targets.in
@@ -89,8 +89,8 @@
**FromWorkload**
- Microsoft.NETCore.App.Runtime.Mono.multithread.**RID**
- Microsoft.NETCore.App.Runtime.Mono.perftrace.**RID**
+ Microsoft.NETCore.App.Runtime.Mono.multithread.**RID**
+ Microsoft.NETCore.App.Runtime.Mono.perftrace.**RID**
@@ -113,8 +113,8 @@
-
+
diff --git a/src/mono/wasm/templates/templates/browser/.template.config/template.json b/src/mono/wasm/templates/templates/browser/.template.config/template.json
index 4209d083adbcc5..8051e4c6aab777 100644
--- a/src/mono/wasm/templates/templates/browser/.template.config/template.json
+++ b/src/mono/wasm/templates/templates/browser/.template.config/template.json
@@ -6,6 +6,7 @@
"name": "WebAssembly Browser App",
"shortName": "wasmbrowser",
"sourceName": "browser.0",
+ "preferNameDirectory": true,
"tags": {
"language": "C#",
"type": "project"
diff --git a/src/mono/wasm/templates/templates/console/.template.config/template.json b/src/mono/wasm/templates/templates/console/.template.config/template.json
index 15f0c9041de09f..8ead39edc0f8c2 100644
--- a/src/mono/wasm/templates/templates/console/.template.config/template.json
+++ b/src/mono/wasm/templates/templates/console/.template.config/template.json
@@ -6,6 +6,7 @@
"name": "WebAssembly Console App",
"shortName": "wasmconsole",
"sourceName": "console.0",
+ "preferNameDirectory": true,
"tags": {
"language": "C#",
"type": "project"