diff --git a/eng/Versions.props b/eng/Versions.props
index 541712d6b89cd8..4ce75331093308 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -14,7 +14,7 @@
1
- $(MajorVersion).$(MinorVersion).0.0
+ 7.$(MinorVersion).0.0
false
release
diff --git a/eng/testing/ForXHarness.Directory.Build.props b/eng/testing/ForXHarness.Directory.Build.props
deleted file mode 100644
index c8359257727262..00000000000000
--- a/eng/testing/ForXHarness.Directory.Build.props
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
- $([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory)../, global.json))/
- $([MSBuild]::NormalizeDirectory($(RepositoryRoot), 'artifacts', 'obj', $(MSBuildProjectName)))
- $([MSBuild]::NormalizeDirectory($(BaseIntermediateOutputPath), $(Configuration)))
- $([MSBuild]::NormalizeDirectory($(RepositoryRoot), 'artifacts', 'bin', $(MSBuildProjectName), $(Configuration)))
-
-
diff --git a/eng/testing/ForXHarness.Directory.Build.targets b/eng/testing/ForXHarness.Directory.Build.targets
deleted file mode 100644
index b0536128f94101..00000000000000
--- a/eng/testing/ForXHarness.Directory.Build.targets
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
-
diff --git a/eng/testing/linker/SupportFiles/Directory.Build.targets b/eng/testing/linker/SupportFiles/Directory.Build.targets
index 255b943ad3f8e4..e735d71fa0f723 100644
--- a/eng/testing/linker/SupportFiles/Directory.Build.targets
+++ b/eng/testing/linker/SupportFiles/Directory.Build.targets
@@ -1,6 +1,6 @@
-
+
$([MSBuild]::NormalizeDirectory('$(MSBuildProjectDirectory)', '$(OutputPath)', 'AppBundle'))
diff --git a/src/libraries/Common/tests/System/Net/Prerequisites/LocalEchoServer.helix.targets b/src/libraries/Common/tests/System/Net/Prerequisites/LocalEchoServer.helix.targets
deleted file mode 100644
index 80f1eb750e10f1..00000000000000
--- a/src/libraries/Common/tests/System/Net/Prerequisites/LocalEchoServer.helix.targets
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
- $(HelixExtensionTargets);_AddMiddlewarePayload
- $([MSBuild]::NormalizeDirectory('$(ArtifactsDir)', 'bin', 'NetCoreServer', '$(Configuration)', '$(AspNetCoreAppCurrent)'))
- $([MSBuild]::NormalizeDirectory('$(ArtifactsDir)', 'bin', 'RemoteLoopServer', '$(Configuration)', '$(AspNetCoreAppCurrent)'))
-
-
-
-
-
-
-
-
-
diff --git a/src/libraries/Common/tests/System/Net/Prerequisites/LocalEchoServer.props b/src/libraries/Common/tests/System/Net/Prerequisites/LocalEchoServer.props
index 8d6f6da581d0d5..9b7b8670f463ad 100644
--- a/src/libraries/Common/tests/System/Net/Prerequisites/LocalEchoServer.props
+++ b/src/libraries/Common/tests/System/Net/Prerequisites/LocalEchoServer.props
@@ -1,8 +1,5 @@
- <_TargetFrameworkForXHarness>$(AspNetCoreAppCurrent)
- $(MSBuildThisFileDirectory)LocalEchoServer.helix.targets
-
<_TestEchoMiddleware Condition="'$(ContinuousIntegrationBuild)' == 'true' and '$(OS)' == 'Windows_NT'">%HELIX_CORRELATION_PAYLOAD%/xharness/TestEchoMiddleware
<_TestEchoMiddleware Condition="'$(ContinuousIntegrationBuild)' == 'true' and '$(OS)' != 'Windows_NT'">$HELIX_CORRELATION_PAYLOAD/xharness/TestEchoMiddleware
@@ -18,25 +15,6 @@
$(WasmXHarnessArgs) --web-server-middleware=$(_RemoteLoopMiddleware)/RemoteLoopServer.dll,RemoteLoopServer.GenericHandler
$(WasmXHarnessArgs) --web-server-middleware=$(_TestEchoMiddleware)/NetCoreServer.dll,NetCoreServer.GenericHandler
-
-
-
-
-
-
-
-
diff --git a/src/libraries/Common/tests/System/Net/Prerequisites/NetCoreServer/Directory.Build.props b/src/libraries/Common/tests/System/Net/Prerequisites/NetCoreServer/Directory.Build.props
deleted file mode 100644
index 65a9a7c3bf4783..00000000000000
--- a/src/libraries/Common/tests/System/Net/Prerequisites/NetCoreServer/Directory.Build.props
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
- $([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory)../, global.json))/
-
-
-
-
diff --git a/src/libraries/Common/tests/System/Net/Prerequisites/NetCoreServer/Directory.Build.targets b/src/libraries/Common/tests/System/Net/Prerequisites/NetCoreServer/Directory.Build.targets
deleted file mode 100644
index 242d10ebfa0fac..00000000000000
--- a/src/libraries/Common/tests/System/Net/Prerequisites/NetCoreServer/Directory.Build.targets
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
- $([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory)../, global.json))/
-
-
-
-
diff --git a/src/libraries/Common/tests/System/Net/Prerequisites/NetCoreServer/NetCoreServer.csproj b/src/libraries/Common/tests/System/Net/Prerequisites/NetCoreServer/NetCoreServer.csproj
index a654a21e298c06..b32c7b1153cada 100644
--- a/src/libraries/Common/tests/System/Net/Prerequisites/NetCoreServer/NetCoreServer.csproj
+++ b/src/libraries/Common/tests/System/Net/Prerequisites/NetCoreServer/NetCoreServer.csproj
@@ -1,12 +1,10 @@
- $(_TargetFrameworkForXHarness)
- $(AspNetCoreAppCurrent)
+ $(AspNetCoreAppCurrent)
InProcess
Exe
false
- false
$(DefineConstants);GENEVA_TELEMETRY
diff --git a/src/libraries/Common/tests/System/Net/Prerequisites/RemoteLoopServer/Directory.Build.props b/src/libraries/Common/tests/System/Net/Prerequisites/RemoteLoopServer/Directory.Build.props
deleted file mode 100644
index 65a9a7c3bf4783..00000000000000
--- a/src/libraries/Common/tests/System/Net/Prerequisites/RemoteLoopServer/Directory.Build.props
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
- $([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory)../, global.json))/
-
-
-
-
diff --git a/src/libraries/Common/tests/System/Net/Prerequisites/RemoteLoopServer/Directory.Build.targets b/src/libraries/Common/tests/System/Net/Prerequisites/RemoteLoopServer/Directory.Build.targets
deleted file mode 100644
index 242d10ebfa0fac..00000000000000
--- a/src/libraries/Common/tests/System/Net/Prerequisites/RemoteLoopServer/Directory.Build.targets
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
- $([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory)../, global.json))/
-
-
-
-
diff --git a/src/libraries/Common/tests/System/Net/Prerequisites/RemoteLoopServer/RemoteLoopServer.csproj b/src/libraries/Common/tests/System/Net/Prerequisites/RemoteLoopServer/RemoteLoopServer.csproj
index 7475870be37a2a..ba8a85a059c54d 100644
--- a/src/libraries/Common/tests/System/Net/Prerequisites/RemoteLoopServer/RemoteLoopServer.csproj
+++ b/src/libraries/Common/tests/System/Net/Prerequisites/RemoteLoopServer/RemoteLoopServer.csproj
@@ -1,12 +1,9 @@
- $(_TargetFrameworkForXHarness)
- $(AspNetCoreAppCurrent)
+ $(AspNetCoreAppCurrent)
InProcess
Exe
- false
- false
diff --git a/src/libraries/Microsoft.VisualBasic.Core/Directory.Build.props b/src/libraries/Microsoft.VisualBasic.Core/Directory.Build.props
index e1dd239477f25a..03812cb3386763 100644
--- a/src/libraries/Microsoft.VisualBasic.Core/Directory.Build.props
+++ b/src/libraries/Microsoft.VisualBasic.Core/Directory.Build.props
@@ -4,7 +4,8 @@
$([MSBuild]::Add($(MajorVersion), 5))
- $(MajorVersion).$(MinorVersion).0.0
+
+ 12.$(MinorVersion).0.0
Microsoft
true
diff --git a/src/libraries/System.Diagnostics.EventLog/src/CompatibilitySuppressions.xml b/src/libraries/System.Diagnostics.EventLog/src/CompatibilitySuppressions.xml
index 03b9b4ff68aeb1..1da76fc4ded031 100644
--- a/src/libraries/System.Diagnostics.EventLog/src/CompatibilitySuppressions.xml
+++ b/src/libraries/System.Diagnostics.EventLog/src/CompatibilitySuppressions.xml
@@ -2,8 +2,16 @@
CP0004
- System.Diagnostics.EventLog.Messages, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51
-
+ System.Diagnostics.EventLog.Messages, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51
+ left
+ runtimes/win/lib/net6.0/System.Diagnostics.EventLog.Messages.dll
+
+
+ CP0004
+ System.Diagnostics.EventLog.Messages, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51
+ left
+ runtimes/win/lib/net7.0/System.Diagnostics.EventLog.Messages.dll
+
CP0015
F:System.Diagnostics.Eventing.Reader.StandardEventKeywords.CorrelationHint:[T:System.ObsoleteAttribute]
diff --git a/src/libraries/System.Net.Http/tests/FunctionalTests/System.Net.Http.Functional.Tests.csproj b/src/libraries/System.Net.Http/tests/FunctionalTests/System.Net.Http.Functional.Tests.csproj
index 416a0fae6a17fc..83b3bb8da28082 100644
--- a/src/libraries/System.Net.Http/tests/FunctionalTests/System.Net.Http.Functional.Tests.csproj
+++ b/src/libraries/System.Net.Http/tests/FunctionalTests/System.Net.Http.Functional.Tests.csproj
@@ -1,6 +1,4 @@
-
-
../../src/Resources/Strings.resx
$(DefineConstants);SYSNETHTTP_NO_OPENSSL;HTTP3
@@ -40,6 +38,16 @@
+
+
+
+
+
+
+
+
+
diff --git a/src/libraries/System.Net.WebSockets.Client/tests/System.Net.WebSockets.Client.Tests.csproj b/src/libraries/System.Net.WebSockets.Client/tests/System.Net.WebSockets.Client.Tests.csproj
index f0ba87aa3c6c51..7aff0244108eed 100644
--- a/src/libraries/System.Net.WebSockets.Client/tests/System.Net.WebSockets.Client.Tests.csproj
+++ b/src/libraries/System.Net.WebSockets.Client/tests/System.Net.WebSockets.Client.Tests.csproj
@@ -1,6 +1,4 @@
-
-
../src/Resources/Strings.resx
$(NetCoreAppCurrent);$(NetCoreAppCurrent)-Browser
@@ -19,6 +17,8 @@
$(DefineConstants);TARGET_BROWSER
+
+
@@ -26,6 +26,13 @@
+
+
+
+
+
+
+
diff --git a/src/libraries/System.Net.WebSockets.Client/tests/wasm/System.Net.WebSockets.Client.Wasm.Tests.csproj b/src/libraries/System.Net.WebSockets.Client/tests/wasm/System.Net.WebSockets.Client.Wasm.Tests.csproj
index 0a27428b1d7fb5..32bdd962dfeb0c 100644
--- a/src/libraries/System.Net.WebSockets.Client/tests/wasm/System.Net.WebSockets.Client.Wasm.Tests.csproj
+++ b/src/libraries/System.Net.WebSockets.Client/tests/wasm/System.Net.WebSockets.Client.Wasm.Tests.csproj
@@ -1,6 +1,4 @@
-
-
../../src/Resources/Strings.resx
$(NetCoreAppCurrent)-Browser
@@ -15,6 +13,16 @@
$(DefineConstants);TARGET_BROWSER
+
+
+
+
+
+
+
+
+
diff --git a/src/libraries/System.Resources.Extensions/tests/System.Resources.Extensions.Tests.csproj b/src/libraries/System.Resources.Extensions/tests/System.Resources.Extensions.Tests.csproj
index f8a1aed6152a18..ad289dc63190c6 100644
--- a/src/libraries/System.Resources.Extensions/tests/System.Resources.Extensions.Tests.csproj
+++ b/src/libraries/System.Resources.Extensions/tests/System.Resources.Extensions.Tests.csproj
@@ -26,13 +26,11 @@
-
+ Important: When invoking this target, pass the target framewok in as well,
+ i.e.: dotnet build -f net7.0-windows /t:GenerateTestResourcesFile. -->
<_executor>Microsoft.DotNet.RemoteExecutor.dll
diff --git a/src/libraries/System.Resources.Extensions/tests/TestData.resources b/src/libraries/System.Resources.Extensions/tests/TestData.resources
index 00f4f0b1aff01d..9b9413df94091d 100644
Binary files a/src/libraries/System.Resources.Extensions/tests/TestData.resources and b/src/libraries/System.Resources.Extensions/tests/TestData.resources differ
diff --git a/src/libraries/System.Runtime.Serialization.Xml/tests/XsdDataContractExporterTests/ExporterTypesTests.cs b/src/libraries/System.Runtime.Serialization.Xml/tests/XsdDataContractExporterTests/ExporterTypesTests.cs
index 6c9ac368fae3f3..211d2013296590 100644
--- a/src/libraries/System.Runtime.Serialization.Xml/tests/XsdDataContractExporterTests/ExporterTypesTests.cs
+++ b/src/libraries/System.Runtime.Serialization.Xml/tests/XsdDataContractExporterTests/ExporterTypesTests.cs
@@ -69,26 +69,16 @@ public void TypesTest()
SchemaUtils.OrderedContains(@"", ref schemas);
}
- public static IEnumerable
-
+
<_HelixLocalNodePath Condition="'$(NeedsEMSDKNode)' == 'true' and '$(WindowsShell)' != 'true'">$HELIX_CORRELATION_PAYLOAD/build/emsdk-node
@@ -184,6 +186,11 @@
+
+
+
+
+
diff --git a/src/mono/wasm/build/WasmApp.InTree.props b/src/mono/wasm/build/WasmApp.InTree.props
index 4889116746b3a7..4949caa40e6eda 100644
--- a/src/mono/wasm/build/WasmApp.InTree.props
+++ b/src/mono/wasm/build/WasmApp.InTree.props
@@ -11,16 +11,7 @@
true
partial
false
-
- false
- true
-
- false
- false
- false
- true
-
<_MonoRuntimeComponentDontLink Include="libmono-component-debugger-stub-static.a" />
diff --git a/src/mono/wasm/build/WasmApp.InTree.targets b/src/mono/wasm/build/WasmApp.InTree.targets
index 0a2f332c2a7181..c4d37a5a061e72 100644
--- a/src/mono/wasm/build/WasmApp.InTree.targets
+++ b/src/mono/wasm/build/WasmApp.InTree.targets
@@ -4,7 +4,7 @@
-
+
@@ -19,6 +19,19 @@
+
+
+
+ <_LocalMicrosoftNetCoreAppRuntimePackDir>$([MSBuild]::NormalizeDirectory($(ArtifactsBinDir), 'microsoft.netcore.app.runtime.browser-wasm', $(Configuration)))
+
+
+
+
+
+
+
diff --git a/src/tests/Common/wasm-test-runner/WasmTestRunner.proj b/src/tests/Common/wasm-test-runner/WasmTestRunner.proj
index 4bf0bb896ef700..c653f98c47bff3 100644
--- a/src/tests/Common/wasm-test-runner/WasmTestRunner.proj
+++ b/src/tests/Common/wasm-test-runner/WasmTestRunner.proj
@@ -5,7 +5,6 @@
- false
false
$(CORE_ROOT)\runtimepack-non-existent
$(CORE_ROOT)\runtimepack