From 544f07f5e0e1f7ea5890d69a01aa7c24bd1b9f74 Mon Sep 17 00:00:00 2001 From: Joey Robichaud Date: Thu, 6 Jun 2024 07:52:09 -0700 Subject: [PATCH] Backport removing xunit.assert from #68573 --- ...oft.VisualStudio.LanguageServices.New.IntegrationTests.csproj | 1 - .../Microsoft.CodeAnalysis.Workspaces.Test.Utilities.csproj | 1 - 2 files changed, 2 deletions(-) diff --git a/src/VisualStudio/IntegrationTest/New.IntegrationTests/Microsoft.VisualStudio.LanguageServices.New.IntegrationTests.csproj b/src/VisualStudio/IntegrationTest/New.IntegrationTests/Microsoft.VisualStudio.LanguageServices.New.IntegrationTests.csproj index 43eb3d7562387..64fa338b5a8e2 100644 --- a/src/VisualStudio/IntegrationTest/New.IntegrationTests/Microsoft.VisualStudio.LanguageServices.New.IntegrationTests.csproj +++ b/src/VisualStudio/IntegrationTest/New.IntegrationTests/Microsoft.VisualStudio.LanguageServices.New.IntegrationTests.csproj @@ -61,7 +61,6 @@ - diff --git a/src/Workspaces/CoreTestUtilities/Microsoft.CodeAnalysis.Workspaces.Test.Utilities.csproj b/src/Workspaces/CoreTestUtilities/Microsoft.CodeAnalysis.Workspaces.Test.Utilities.csproj index 0eab42b807afb..04e389484f68e 100644 --- a/src/Workspaces/CoreTestUtilities/Microsoft.CodeAnalysis.Workspaces.Test.Utilities.csproj +++ b/src/Workspaces/CoreTestUtilities/Microsoft.CodeAnalysis.Workspaces.Test.Utilities.csproj @@ -32,7 +32,6 @@ -