diff --git a/Directory.Packages.props b/Directory.Packages.props index 9a385bc36..30f15983f 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -36,9 +36,9 @@ - - - + + + @@ -47,7 +47,7 @@ - + diff --git a/test/Microsoft.VisualStudio.Threading.Tests/AssemblyInfo.cs b/test/Microsoft.VisualStudio.Threading.Tests/AssemblyInfo.cs index 194900e3c..8fbce1a4c 100644 --- a/test/Microsoft.VisualStudio.Threading.Tests/AssemblyInfo.cs +++ b/test/Microsoft.VisualStudio.Threading.Tests/AssemblyInfo.cs @@ -3,4 +3,4 @@ // Some of our tests measure stress, GC pressure, etc. // It messes with reliable test results when other threads are doing random stuff. -[assembly: CollectionBehavior(DisableTestParallelization = true)] +[assembly: Xunit.v3.Parallelization(Mode = Xunit.Sdk.ParallelMode.None)]