diff --git a/Directory.Build.props b/Directory.Build.props
index 58185437ca2..7eb6f96b79e 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -7,6 +7,7 @@
10.0
true
false
+ XUnitV3
diff --git a/dotnet.config b/dotnet.config
new file mode 100644
index 00000000000..da0410e32d5
--- /dev/null
+++ b/dotnet.config
@@ -0,0 +1,2 @@
+[dotnet.test.runner]
+name = "Microsoft.Testing.Platform"
diff --git a/eng/Versions.props b/eng/Versions.props
index 7df00d527c3..9433bba3db4 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -7,7 +7,6 @@
preview
6
$(MajorVersion).$(MinorVersion).$(PatchVersion)
- true
- 2.9.2
- $(XUnitVersion)
- $(XUnitVersion)
- 2.8.1
- $(XUnitVersion)
- 1.2.46-alpha
+
+ 2.0.3
+ 2.1.7
@@ -103,9 +99,9 @@
8.0.0-beta.23107.1
8.0.0-beta.23107.1
8.0.0-beta.23107.1
- 14.2.0
+ 30.1.0
- 10.0.0-alpha.1.24571.3
+ 10.0.0-preview.6.25313.5
diff --git a/src/Microsoft.DotNet.Wpf/tests/IntegrationTests/MultiTargeting.props b/src/Microsoft.DotNet.Wpf/tests/IntegrationTests/MultiTargeting.props
index 54bd291d927..92140e4f9f7 100644
--- a/src/Microsoft.DotNet.Wpf/tests/IntegrationTests/MultiTargeting.props
+++ b/src/Microsoft.DotNet.Wpf/tests/IntegrationTests/MultiTargeting.props
@@ -13,14 +13,6 @@
to true.
-->
-
-
- all
- runtime; build; native; contentfiles; analyzers
-
-
- all
- runtime; build; native; contentfiles; analyzers
-
+
diff --git a/src/Microsoft.DotNet.Wpf/tests/UnitTests/PresentationCore.Tests/PresentationCore.Tests.csproj b/src/Microsoft.DotNet.Wpf/tests/UnitTests/PresentationCore.Tests/PresentationCore.Tests.csproj
index 70dd2604032..43d961d246a 100644
--- a/src/Microsoft.DotNet.Wpf/tests/UnitTests/PresentationCore.Tests/PresentationCore.Tests.csproj
+++ b/src/Microsoft.DotNet.Wpf/tests/UnitTests/PresentationCore.Tests/PresentationCore.Tests.csproj
@@ -11,6 +11,7 @@
$(NoWarn);SYSLIB5005
true
$(TargetFramework)-windows
+ Exe
diff --git a/src/Microsoft.DotNet.Wpf/tests/UnitTests/PresentationFramework.Fluent.Tests/PresentationFramework.Fluent.Tests.csproj b/src/Microsoft.DotNet.Wpf/tests/UnitTests/PresentationFramework.Fluent.Tests/PresentationFramework.Fluent.Tests.csproj
index 577ea65f034..225443a6a44 100644
--- a/src/Microsoft.DotNet.Wpf/tests/UnitTests/PresentationFramework.Fluent.Tests/PresentationFramework.Fluent.Tests.csproj
+++ b/src/Microsoft.DotNet.Wpf/tests/UnitTests/PresentationFramework.Fluent.Tests/PresentationFramework.Fluent.Tests.csproj
@@ -7,6 +7,7 @@
$(TargetFramework)-windows
true
true
+ Exe
diff --git a/src/Microsoft.DotNet.Wpf/tests/UnitTests/PresentationFramework.Tests/PresentationFramework.Tests.csproj b/src/Microsoft.DotNet.Wpf/tests/UnitTests/PresentationFramework.Tests/PresentationFramework.Tests.csproj
index 9b33256eadd..74b29f9b17e 100644
--- a/src/Microsoft.DotNet.Wpf/tests/UnitTests/PresentationFramework.Tests/PresentationFramework.Tests.csproj
+++ b/src/Microsoft.DotNet.Wpf/tests/UnitTests/PresentationFramework.Tests/PresentationFramework.Tests.csproj
@@ -12,6 +12,7 @@
$(TargetFramework)-windows
true
true
+ Exe
diff --git a/src/Microsoft.DotNet.Wpf/tests/UnitTests/System.Printing.Tests/System.Printing.Tests.csproj b/src/Microsoft.DotNet.Wpf/tests/UnitTests/System.Printing.Tests/System.Printing.Tests.csproj
index e91fd6ca4e5..8ae1a26069e 100644
--- a/src/Microsoft.DotNet.Wpf/tests/UnitTests/System.Printing.Tests/System.Printing.Tests.csproj
+++ b/src/Microsoft.DotNet.Wpf/tests/UnitTests/System.Printing.Tests/System.Printing.Tests.csproj
@@ -7,6 +7,7 @@
$(TargetFramework)-windows
true
Open
+ Exe
diff --git a/src/Microsoft.DotNet.Wpf/tests/UnitTests/System.Xaml.Tests/System.Xaml.Tests.csproj b/src/Microsoft.DotNet.Wpf/tests/UnitTests/System.Xaml.Tests/System.Xaml.Tests.csproj
index bad4550a881..8e4e1257281 100644
--- a/src/Microsoft.DotNet.Wpf/tests/UnitTests/System.Xaml.Tests/System.Xaml.Tests.csproj
+++ b/src/Microsoft.DotNet.Wpf/tests/UnitTests/System.Xaml.Tests/System.Xaml.Tests.csproj
@@ -8,6 +8,7 @@
x64;x86;arm64
true
IDE0073, CS1591
+ Exe
diff --git a/src/Microsoft.DotNet.Wpf/tests/UnitTests/WindowsBase.Tests/WindowsBase.Tests.csproj b/src/Microsoft.DotNet.Wpf/tests/UnitTests/WindowsBase.Tests/WindowsBase.Tests.csproj
index 05ad73f0451..a657e7476b2 100644
--- a/src/Microsoft.DotNet.Wpf/tests/UnitTests/WindowsBase.Tests/WindowsBase.Tests.csproj
+++ b/src/Microsoft.DotNet.Wpf/tests/UnitTests/WindowsBase.Tests/WindowsBase.Tests.csproj
@@ -6,6 +6,7 @@
$(TargetFramework)-windows
true
+ Exe