diff --git a/eng/Version.Details.props b/eng/Version.Details.props
index e2030f9ee83a..5d1051c21c45 100644
--- a/eng/Version.Details.props
+++ b/eng/Version.Details.props
@@ -142,8 +142,8 @@ This file should be imported by eng/Versions.props
2.1.0
- 2.1.0-preview.25553.3
- 4.1.0-preview.25553.3
+ 2.1.0-preview.25561.13
+ 4.1.0-preview.25561.13
diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index b6fab92d0129..976130c07c01 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -557,13 +557,13 @@
https://dev.azure.com/dnceng/internal/_git/dotnet-dotnet
89c8f6a112d37d2ea8b77821e56d170a1bccdc5a
-
+
https://github.com/microsoft/testfx
- b2b75ecb52bcff592001df6d08f5fffccd945fdd
+ c60f4f766766774d2b45ff4f62abe3d9b269ebee
-
+
https://github.com/microsoft/testfx
- b2b75ecb52bcff592001df6d08f5fffccd945fdd
+ c60f4f766766774d2b45ff4f62abe3d9b269ebee
https://dev.azure.com/dnceng/internal/_git/dotnet-dotnet
diff --git a/test/TestAssets/TestProjects/ClassLibraryWithIsTestProjectAndOtherTestProjects/OtherTestProject/Program.cs b/test/TestAssets/TestProjects/ClassLibraryWithIsTestProjectAndOtherTestProjects/OtherTestProject/Program.cs
index 1b9b5e92af36..fc9f8d4bb07f 100644
--- a/test/TestAssets/TestProjects/ClassLibraryWithIsTestProjectAndOtherTestProjects/OtherTestProject/Program.cs
+++ b/test/TestAssets/TestProjects/ClassLibraryWithIsTestProjectAndOtherTestProjects/OtherTestProject/Program.cs
@@ -84,7 +84,9 @@ public async Task ExecuteRequestAsync(ExecuteRequestContext context)
{
Uid = "Test5",
DisplayName = "Test5",
+#pragma warning disable CS0618 // Type or member is obsolete
Properties = new PropertyBag(new CancelledTestNodeStateProperty(new Exception("this is a cancelled exception"), "not OK")),
+#pragma warning restore CS0618 // Type or member is obsolete
}));
await context.MessageBus.PublishAsync(this, new FileArtifact(new FileInfo("file.txt"), "file", "file description"));
diff --git a/test/TestAssets/TestProjects/HybridTestRunnerTestProjects/OtherTestProject/Program.cs b/test/TestAssets/TestProjects/HybridTestRunnerTestProjects/OtherTestProject/Program.cs
index 1b9b5e92af36..fc9f8d4bb07f 100644
--- a/test/TestAssets/TestProjects/HybridTestRunnerTestProjects/OtherTestProject/Program.cs
+++ b/test/TestAssets/TestProjects/HybridTestRunnerTestProjects/OtherTestProject/Program.cs
@@ -84,7 +84,9 @@ public async Task ExecuteRequestAsync(ExecuteRequestContext context)
{
Uid = "Test5",
DisplayName = "Test5",
+#pragma warning disable CS0618 // Type or member is obsolete
Properties = new PropertyBag(new CancelledTestNodeStateProperty(new Exception("this is a cancelled exception"), "not OK")),
+#pragma warning restore CS0618 // Type or member is obsolete
}));
await context.MessageBus.PublishAsync(this, new FileArtifact(new FileInfo("file.txt"), "file", "file description"));
diff --git a/test/TestAssets/TestProjects/TestProjectSolutionWithTestsAndArtifacts/TestProject/Program.cs b/test/TestAssets/TestProjects/TestProjectSolutionWithTestsAndArtifacts/TestProject/Program.cs
index 8191677e5472..9fc0d44ada52 100644
--- a/test/TestAssets/TestProjects/TestProjectSolutionWithTestsAndArtifacts/TestProject/Program.cs
+++ b/test/TestAssets/TestProjects/TestProjectSolutionWithTestsAndArtifacts/TestProject/Program.cs
@@ -81,7 +81,9 @@ public async Task ExecuteRequestAsync(ExecuteRequestContext context)
{
Uid = "Test5",
DisplayName = "Test5",
+#pragma warning disable CS0618 // Type or member is obsolete
Properties = new PropertyBag(new CancelledTestNodeStateProperty(new Exception("this is a cancelled exception"), "not OK")),
+#pragma warning restore CS0618 // Type or member is obsolete
}));
await context.MessageBus.PublishAsync(this, new FileArtifact(new FileInfo("file.txt"), "file", "file description"));
diff --git a/test/TestAssets/TestProjects/TestProjectWithMultipleTFMsSolution/TestProject/Program.cs b/test/TestAssets/TestProjects/TestProjectWithMultipleTFMsSolution/TestProject/Program.cs
index 99cfc02234a4..f8b19141f356 100644
--- a/test/TestAssets/TestProjects/TestProjectWithMultipleTFMsSolution/TestProject/Program.cs
+++ b/test/TestAssets/TestProjects/TestProjectWithMultipleTFMsSolution/TestProject/Program.cs
@@ -81,7 +81,9 @@ public async Task ExecuteRequestAsync(ExecuteRequestContext context)
{
Uid = "Test5",
DisplayName = "Test5",
+#pragma warning disable CS0618 // Type or member is obsolete
Properties = new PropertyBag(new CancelledTestNodeStateProperty(new Exception("this is a cancelled exception"), "")),
+#pragma warning restore CS0618 // Type or member is obsolete
}));
context.Complete();