diff --git a/docs/mdsource/wiz/Linux_Other_Cli_XunitV3_AppVeyor.source.md b/docs/mdsource/wiz/Linux_Other_Cli_XunitV3_AppVeyor.source.md
index 6134a1a52f..8093f2246e 100644
--- a/docs/mdsource/wiz/Linux_Other_Cli_XunitV3_AppVeyor.source.md
+++ b/docs/mdsource/wiz/Linux_Other_Cli_XunitV3_AppVeyor.source.md
@@ -9,8 +9,8 @@ Add the following packages to the test project:
```
dotnet add package Microsoft.NET.Test.Sdk
dotnet add package Verify.XunitV3
-dotnet add package xunit.v3 --prerelease
-dotnet add package xunit.runner.visualstudio --prerelease
+dotnet add package xunit.v3
+dotnet add package xunit.runner.visualstudio
```
## Implicit Usings
diff --git a/docs/mdsource/wiz/Linux_Other_Cli_XunitV3_AzureDevOps.source.md b/docs/mdsource/wiz/Linux_Other_Cli_XunitV3_AzureDevOps.source.md
index d5a535299e..3fb2f711b7 100644
--- a/docs/mdsource/wiz/Linux_Other_Cli_XunitV3_AzureDevOps.source.md
+++ b/docs/mdsource/wiz/Linux_Other_Cli_XunitV3_AzureDevOps.source.md
@@ -9,8 +9,8 @@ Add the following packages to the test project:
```
dotnet add package Microsoft.NET.Test.Sdk
dotnet add package Verify.XunitV3
-dotnet add package xunit.v3 --prerelease
-dotnet add package xunit.runner.visualstudio --prerelease
+dotnet add package xunit.v3
+dotnet add package xunit.runner.visualstudio
```
## Implicit Usings
diff --git a/docs/mdsource/wiz/Linux_Other_Cli_XunitV3_GitHubActions.source.md b/docs/mdsource/wiz/Linux_Other_Cli_XunitV3_GitHubActions.source.md
index b5820f0fae..669d9d0ec7 100644
--- a/docs/mdsource/wiz/Linux_Other_Cli_XunitV3_GitHubActions.source.md
+++ b/docs/mdsource/wiz/Linux_Other_Cli_XunitV3_GitHubActions.source.md
@@ -9,8 +9,8 @@ Add the following packages to the test project:
```
dotnet add package Microsoft.NET.Test.Sdk
dotnet add package Verify.XunitV3
-dotnet add package xunit.v3 --prerelease
-dotnet add package xunit.runner.visualstudio --prerelease
+dotnet add package xunit.v3
+dotnet add package xunit.runner.visualstudio
```
## Implicit Usings
diff --git a/docs/mdsource/wiz/Linux_Other_Cli_XunitV3_None.source.md b/docs/mdsource/wiz/Linux_Other_Cli_XunitV3_None.source.md
index bf2dd823c7..53d8de9711 100644
--- a/docs/mdsource/wiz/Linux_Other_Cli_XunitV3_None.source.md
+++ b/docs/mdsource/wiz/Linux_Other_Cli_XunitV3_None.source.md
@@ -9,8 +9,8 @@ Add the following packages to the test project:
```
dotnet add package Microsoft.NET.Test.Sdk
dotnet add package Verify.XunitV3
-dotnet add package xunit.v3 --prerelease
-dotnet add package xunit.runner.visualstudio --prerelease
+dotnet add package xunit.v3
+dotnet add package xunit.runner.visualstudio
```
## Implicit Usings
diff --git a/docs/mdsource/wiz/Linux_Rider_Cli_XunitV3_AppVeyor.source.md b/docs/mdsource/wiz/Linux_Rider_Cli_XunitV3_AppVeyor.source.md
index 5133d4bb65..c69be0c4a0 100644
--- a/docs/mdsource/wiz/Linux_Rider_Cli_XunitV3_AppVeyor.source.md
+++ b/docs/mdsource/wiz/Linux_Rider_Cli_XunitV3_AppVeyor.source.md
@@ -9,8 +9,8 @@ Add the following packages to the test project:
```
dotnet add package Microsoft.NET.Test.Sdk
dotnet add package Verify.XunitV3
-dotnet add package xunit.v3 --prerelease
-dotnet add package xunit.runner.visualstudio --prerelease
+dotnet add package xunit.v3
+dotnet add package xunit.runner.visualstudio
```
## Implicit Usings
diff --git a/docs/mdsource/wiz/Linux_Rider_Cli_XunitV3_AzureDevOps.source.md b/docs/mdsource/wiz/Linux_Rider_Cli_XunitV3_AzureDevOps.source.md
index 6171289f65..c9c834529d 100644
--- a/docs/mdsource/wiz/Linux_Rider_Cli_XunitV3_AzureDevOps.source.md
+++ b/docs/mdsource/wiz/Linux_Rider_Cli_XunitV3_AzureDevOps.source.md
@@ -9,8 +9,8 @@ Add the following packages to the test project:
```
dotnet add package Microsoft.NET.Test.Sdk
dotnet add package Verify.XunitV3
-dotnet add package xunit.v3 --prerelease
-dotnet add package xunit.runner.visualstudio --prerelease
+dotnet add package xunit.v3
+dotnet add package xunit.runner.visualstudio
```
## Implicit Usings
diff --git a/docs/mdsource/wiz/Linux_Rider_Cli_XunitV3_GitHubActions.source.md b/docs/mdsource/wiz/Linux_Rider_Cli_XunitV3_GitHubActions.source.md
index 7037705735..a3164ccdb7 100644
--- a/docs/mdsource/wiz/Linux_Rider_Cli_XunitV3_GitHubActions.source.md
+++ b/docs/mdsource/wiz/Linux_Rider_Cli_XunitV3_GitHubActions.source.md
@@ -9,8 +9,8 @@ Add the following packages to the test project:
```
dotnet add package Microsoft.NET.Test.Sdk
dotnet add package Verify.XunitV3
-dotnet add package xunit.v3 --prerelease
-dotnet add package xunit.runner.visualstudio --prerelease
+dotnet add package xunit.v3
+dotnet add package xunit.runner.visualstudio
```
## Implicit Usings
diff --git a/docs/mdsource/wiz/Linux_Rider_Cli_XunitV3_None.source.md b/docs/mdsource/wiz/Linux_Rider_Cli_XunitV3_None.source.md
index 24377e8b69..02a53fd1ae 100644
--- a/docs/mdsource/wiz/Linux_Rider_Cli_XunitV3_None.source.md
+++ b/docs/mdsource/wiz/Linux_Rider_Cli_XunitV3_None.source.md
@@ -9,8 +9,8 @@ Add the following packages to the test project:
```
dotnet add package Microsoft.NET.Test.Sdk
dotnet add package Verify.XunitV3
-dotnet add package xunit.v3 --prerelease
-dotnet add package xunit.runner.visualstudio --prerelease
+dotnet add package xunit.v3
+dotnet add package xunit.runner.visualstudio
```
## Implicit Usings
diff --git a/docs/mdsource/wiz/MacOS_Other_Cli_XunitV3_AppVeyor.source.md b/docs/mdsource/wiz/MacOS_Other_Cli_XunitV3_AppVeyor.source.md
index 87d09af9ed..533f53feb9 100644
--- a/docs/mdsource/wiz/MacOS_Other_Cli_XunitV3_AppVeyor.source.md
+++ b/docs/mdsource/wiz/MacOS_Other_Cli_XunitV3_AppVeyor.source.md
@@ -9,8 +9,8 @@ Add the following packages to the test project:
```
dotnet add package Microsoft.NET.Test.Sdk
dotnet add package Verify.XunitV3
-dotnet add package xunit.v3 --prerelease
-dotnet add package xunit.runner.visualstudio --prerelease
+dotnet add package xunit.v3
+dotnet add package xunit.runner.visualstudio
```
## Implicit Usings
diff --git a/docs/mdsource/wiz/MacOS_Other_Cli_XunitV3_AzureDevOps.source.md b/docs/mdsource/wiz/MacOS_Other_Cli_XunitV3_AzureDevOps.source.md
index 22758873e1..d59a247256 100644
--- a/docs/mdsource/wiz/MacOS_Other_Cli_XunitV3_AzureDevOps.source.md
+++ b/docs/mdsource/wiz/MacOS_Other_Cli_XunitV3_AzureDevOps.source.md
@@ -9,8 +9,8 @@ Add the following packages to the test project:
```
dotnet add package Microsoft.NET.Test.Sdk
dotnet add package Verify.XunitV3
-dotnet add package xunit.v3 --prerelease
-dotnet add package xunit.runner.visualstudio --prerelease
+dotnet add package xunit.v3
+dotnet add package xunit.runner.visualstudio
```
## Implicit Usings
diff --git a/docs/mdsource/wiz/MacOS_Other_Cli_XunitV3_GitHubActions.source.md b/docs/mdsource/wiz/MacOS_Other_Cli_XunitV3_GitHubActions.source.md
index b4263e2c76..bdf8048ff5 100644
--- a/docs/mdsource/wiz/MacOS_Other_Cli_XunitV3_GitHubActions.source.md
+++ b/docs/mdsource/wiz/MacOS_Other_Cli_XunitV3_GitHubActions.source.md
@@ -9,8 +9,8 @@ Add the following packages to the test project:
```
dotnet add package Microsoft.NET.Test.Sdk
dotnet add package Verify.XunitV3
-dotnet add package xunit.v3 --prerelease
-dotnet add package xunit.runner.visualstudio --prerelease
+dotnet add package xunit.v3
+dotnet add package xunit.runner.visualstudio
```
## Implicit Usings
diff --git a/docs/mdsource/wiz/MacOS_Other_Cli_XunitV3_None.source.md b/docs/mdsource/wiz/MacOS_Other_Cli_XunitV3_None.source.md
index d7ceeac5ee..1468cd1590 100644
--- a/docs/mdsource/wiz/MacOS_Other_Cli_XunitV3_None.source.md
+++ b/docs/mdsource/wiz/MacOS_Other_Cli_XunitV3_None.source.md
@@ -9,8 +9,8 @@ Add the following packages to the test project:
```
dotnet add package Microsoft.NET.Test.Sdk
dotnet add package Verify.XunitV3
-dotnet add package xunit.v3 --prerelease
-dotnet add package xunit.runner.visualstudio --prerelease
+dotnet add package xunit.v3
+dotnet add package xunit.runner.visualstudio
```
## Implicit Usings
diff --git a/docs/mdsource/wiz/MacOS_Rider_Cli_XunitV3_AppVeyor.source.md b/docs/mdsource/wiz/MacOS_Rider_Cli_XunitV3_AppVeyor.source.md
index e884602938..42dd167609 100644
--- a/docs/mdsource/wiz/MacOS_Rider_Cli_XunitV3_AppVeyor.source.md
+++ b/docs/mdsource/wiz/MacOS_Rider_Cli_XunitV3_AppVeyor.source.md
@@ -9,8 +9,8 @@ Add the following packages to the test project:
```
dotnet add package Microsoft.NET.Test.Sdk
dotnet add package Verify.XunitV3
-dotnet add package xunit.v3 --prerelease
-dotnet add package xunit.runner.visualstudio --prerelease
+dotnet add package xunit.v3
+dotnet add package xunit.runner.visualstudio
```
## Implicit Usings
diff --git a/docs/mdsource/wiz/MacOS_Rider_Cli_XunitV3_AzureDevOps.source.md b/docs/mdsource/wiz/MacOS_Rider_Cli_XunitV3_AzureDevOps.source.md
index 2e376852ad..dfe04dbff2 100644
--- a/docs/mdsource/wiz/MacOS_Rider_Cli_XunitV3_AzureDevOps.source.md
+++ b/docs/mdsource/wiz/MacOS_Rider_Cli_XunitV3_AzureDevOps.source.md
@@ -9,8 +9,8 @@ Add the following packages to the test project:
```
dotnet add package Microsoft.NET.Test.Sdk
dotnet add package Verify.XunitV3
-dotnet add package xunit.v3 --prerelease
-dotnet add package xunit.runner.visualstudio --prerelease
+dotnet add package xunit.v3
+dotnet add package xunit.runner.visualstudio
```
## Implicit Usings
diff --git a/docs/mdsource/wiz/MacOS_Rider_Cli_XunitV3_GitHubActions.source.md b/docs/mdsource/wiz/MacOS_Rider_Cli_XunitV3_GitHubActions.source.md
index 14048e9521..2acf33cf2a 100644
--- a/docs/mdsource/wiz/MacOS_Rider_Cli_XunitV3_GitHubActions.source.md
+++ b/docs/mdsource/wiz/MacOS_Rider_Cli_XunitV3_GitHubActions.source.md
@@ -9,8 +9,8 @@ Add the following packages to the test project:
```
dotnet add package Microsoft.NET.Test.Sdk
dotnet add package Verify.XunitV3
-dotnet add package xunit.v3 --prerelease
-dotnet add package xunit.runner.visualstudio --prerelease
+dotnet add package xunit.v3
+dotnet add package xunit.runner.visualstudio
```
## Implicit Usings
diff --git a/docs/mdsource/wiz/MacOS_Rider_Cli_XunitV3_None.source.md b/docs/mdsource/wiz/MacOS_Rider_Cli_XunitV3_None.source.md
index bc657383e6..cd467eae04 100644
--- a/docs/mdsource/wiz/MacOS_Rider_Cli_XunitV3_None.source.md
+++ b/docs/mdsource/wiz/MacOS_Rider_Cli_XunitV3_None.source.md
@@ -9,8 +9,8 @@ Add the following packages to the test project:
```
dotnet add package Microsoft.NET.Test.Sdk
dotnet add package Verify.XunitV3
-dotnet add package xunit.v3 --prerelease
-dotnet add package xunit.runner.visualstudio --prerelease
+dotnet add package xunit.v3
+dotnet add package xunit.runner.visualstudio
```
## Implicit Usings
diff --git a/docs/mdsource/wiz/Windows_Other_Cli_XunitV3_AppVeyor.source.md b/docs/mdsource/wiz/Windows_Other_Cli_XunitV3_AppVeyor.source.md
index 100def690b..b398a98415 100644
--- a/docs/mdsource/wiz/Windows_Other_Cli_XunitV3_AppVeyor.source.md
+++ b/docs/mdsource/wiz/Windows_Other_Cli_XunitV3_AppVeyor.source.md
@@ -9,8 +9,8 @@ Add the following packages to the test project:
```
dotnet add package Microsoft.NET.Test.Sdk
dotnet add package Verify.XunitV3
-dotnet add package xunit.v3 --prerelease
-dotnet add package xunit.runner.visualstudio --prerelease
+dotnet add package xunit.v3
+dotnet add package xunit.runner.visualstudio
```
## Implicit Usings
diff --git a/docs/mdsource/wiz/Windows_Other_Cli_XunitV3_AzureDevOps.source.md b/docs/mdsource/wiz/Windows_Other_Cli_XunitV3_AzureDevOps.source.md
index 4159fd37bb..0ddfe3399c 100644
--- a/docs/mdsource/wiz/Windows_Other_Cli_XunitV3_AzureDevOps.source.md
+++ b/docs/mdsource/wiz/Windows_Other_Cli_XunitV3_AzureDevOps.source.md
@@ -9,8 +9,8 @@ Add the following packages to the test project:
```
dotnet add package Microsoft.NET.Test.Sdk
dotnet add package Verify.XunitV3
-dotnet add package xunit.v3 --prerelease
-dotnet add package xunit.runner.visualstudio --prerelease
+dotnet add package xunit.v3
+dotnet add package xunit.runner.visualstudio
```
## Implicit Usings
diff --git a/docs/mdsource/wiz/Windows_Other_Cli_XunitV3_GitHubActions.source.md b/docs/mdsource/wiz/Windows_Other_Cli_XunitV3_GitHubActions.source.md
index 1ae20c1c1d..10cc78c0d9 100644
--- a/docs/mdsource/wiz/Windows_Other_Cli_XunitV3_GitHubActions.source.md
+++ b/docs/mdsource/wiz/Windows_Other_Cli_XunitV3_GitHubActions.source.md
@@ -9,8 +9,8 @@ Add the following packages to the test project:
```
dotnet add package Microsoft.NET.Test.Sdk
dotnet add package Verify.XunitV3
-dotnet add package xunit.v3 --prerelease
-dotnet add package xunit.runner.visualstudio --prerelease
+dotnet add package xunit.v3
+dotnet add package xunit.runner.visualstudio
```
## Implicit Usings
diff --git a/docs/mdsource/wiz/Windows_Other_Cli_XunitV3_None.source.md b/docs/mdsource/wiz/Windows_Other_Cli_XunitV3_None.source.md
index b38daf54b7..546ec4bdae 100644
--- a/docs/mdsource/wiz/Windows_Other_Cli_XunitV3_None.source.md
+++ b/docs/mdsource/wiz/Windows_Other_Cli_XunitV3_None.source.md
@@ -9,8 +9,8 @@ Add the following packages to the test project:
```
dotnet add package Microsoft.NET.Test.Sdk
dotnet add package Verify.XunitV3
-dotnet add package xunit.v3 --prerelease
-dotnet add package xunit.runner.visualstudio --prerelease
+dotnet add package xunit.v3
+dotnet add package xunit.runner.visualstudio
```
## Implicit Usings
diff --git a/docs/mdsource/wiz/Windows_Rider_Cli_XunitV3_AppVeyor.source.md b/docs/mdsource/wiz/Windows_Rider_Cli_XunitV3_AppVeyor.source.md
index e3660b3595..c28ec7aa0b 100644
--- a/docs/mdsource/wiz/Windows_Rider_Cli_XunitV3_AppVeyor.source.md
+++ b/docs/mdsource/wiz/Windows_Rider_Cli_XunitV3_AppVeyor.source.md
@@ -9,8 +9,8 @@ Add the following packages to the test project:
```
dotnet add package Microsoft.NET.Test.Sdk
dotnet add package Verify.XunitV3
-dotnet add package xunit.v3 --prerelease
-dotnet add package xunit.runner.visualstudio --prerelease
+dotnet add package xunit.v3
+dotnet add package xunit.runner.visualstudio
```
## Implicit Usings
diff --git a/docs/mdsource/wiz/Windows_Rider_Cli_XunitV3_AzureDevOps.source.md b/docs/mdsource/wiz/Windows_Rider_Cli_XunitV3_AzureDevOps.source.md
index 0055b98bee..b71fd66744 100644
--- a/docs/mdsource/wiz/Windows_Rider_Cli_XunitV3_AzureDevOps.source.md
+++ b/docs/mdsource/wiz/Windows_Rider_Cli_XunitV3_AzureDevOps.source.md
@@ -9,8 +9,8 @@ Add the following packages to the test project:
```
dotnet add package Microsoft.NET.Test.Sdk
dotnet add package Verify.XunitV3
-dotnet add package xunit.v3 --prerelease
-dotnet add package xunit.runner.visualstudio --prerelease
+dotnet add package xunit.v3
+dotnet add package xunit.runner.visualstudio
```
## Implicit Usings
diff --git a/docs/mdsource/wiz/Windows_Rider_Cli_XunitV3_GitHubActions.source.md b/docs/mdsource/wiz/Windows_Rider_Cli_XunitV3_GitHubActions.source.md
index c9ad3041ff..d95986ad5a 100644
--- a/docs/mdsource/wiz/Windows_Rider_Cli_XunitV3_GitHubActions.source.md
+++ b/docs/mdsource/wiz/Windows_Rider_Cli_XunitV3_GitHubActions.source.md
@@ -9,8 +9,8 @@ Add the following packages to the test project:
```
dotnet add package Microsoft.NET.Test.Sdk
dotnet add package Verify.XunitV3
-dotnet add package xunit.v3 --prerelease
-dotnet add package xunit.runner.visualstudio --prerelease
+dotnet add package xunit.v3
+dotnet add package xunit.runner.visualstudio
```
## Implicit Usings
diff --git a/docs/mdsource/wiz/Windows_Rider_Cli_XunitV3_None.source.md b/docs/mdsource/wiz/Windows_Rider_Cli_XunitV3_None.source.md
index 826a0c0cc1..c88246ef16 100644
--- a/docs/mdsource/wiz/Windows_Rider_Cli_XunitV3_None.source.md
+++ b/docs/mdsource/wiz/Windows_Rider_Cli_XunitV3_None.source.md
@@ -9,8 +9,8 @@ Add the following packages to the test project:
```
dotnet add package Microsoft.NET.Test.Sdk
dotnet add package Verify.XunitV3
-dotnet add package xunit.v3 --prerelease
-dotnet add package xunit.runner.visualstudio --prerelease
+dotnet add package xunit.v3
+dotnet add package xunit.runner.visualstudio
```
## Implicit Usings
diff --git a/docs/mdsource/wiz/Windows_VisualStudioWithReSharper_Cli_XunitV3_AppVeyor.source.md b/docs/mdsource/wiz/Windows_VisualStudioWithReSharper_Cli_XunitV3_AppVeyor.source.md
index 9a442ca0fe..223c39cec1 100644
--- a/docs/mdsource/wiz/Windows_VisualStudioWithReSharper_Cli_XunitV3_AppVeyor.source.md
+++ b/docs/mdsource/wiz/Windows_VisualStudioWithReSharper_Cli_XunitV3_AppVeyor.source.md
@@ -9,8 +9,8 @@ Add the following packages to the test project:
```
dotnet add package Microsoft.NET.Test.Sdk
dotnet add package Verify.XunitV3
-dotnet add package xunit.v3 --prerelease
-dotnet add package xunit.runner.visualstudio --prerelease
+dotnet add package xunit.v3
+dotnet add package xunit.runner.visualstudio
```
## Implicit Usings
diff --git a/docs/mdsource/wiz/Windows_VisualStudioWithReSharper_Cli_XunitV3_AzureDevOps.source.md b/docs/mdsource/wiz/Windows_VisualStudioWithReSharper_Cli_XunitV3_AzureDevOps.source.md
index c9d1fe8d50..4166acc8e8 100644
--- a/docs/mdsource/wiz/Windows_VisualStudioWithReSharper_Cli_XunitV3_AzureDevOps.source.md
+++ b/docs/mdsource/wiz/Windows_VisualStudioWithReSharper_Cli_XunitV3_AzureDevOps.source.md
@@ -9,8 +9,8 @@ Add the following packages to the test project:
```
dotnet add package Microsoft.NET.Test.Sdk
dotnet add package Verify.XunitV3
-dotnet add package xunit.v3 --prerelease
-dotnet add package xunit.runner.visualstudio --prerelease
+dotnet add package xunit.v3
+dotnet add package xunit.runner.visualstudio
```
## Implicit Usings
diff --git a/docs/mdsource/wiz/Windows_VisualStudioWithReSharper_Cli_XunitV3_GitHubActions.source.md b/docs/mdsource/wiz/Windows_VisualStudioWithReSharper_Cli_XunitV3_GitHubActions.source.md
index 05bb6b4bce..1ca67f34b6 100644
--- a/docs/mdsource/wiz/Windows_VisualStudioWithReSharper_Cli_XunitV3_GitHubActions.source.md
+++ b/docs/mdsource/wiz/Windows_VisualStudioWithReSharper_Cli_XunitV3_GitHubActions.source.md
@@ -9,8 +9,8 @@ Add the following packages to the test project:
```
dotnet add package Microsoft.NET.Test.Sdk
dotnet add package Verify.XunitV3
-dotnet add package xunit.v3 --prerelease
-dotnet add package xunit.runner.visualstudio --prerelease
+dotnet add package xunit.v3
+dotnet add package xunit.runner.visualstudio
```
## Implicit Usings
diff --git a/docs/mdsource/wiz/Windows_VisualStudioWithReSharper_Cli_XunitV3_None.source.md b/docs/mdsource/wiz/Windows_VisualStudioWithReSharper_Cli_XunitV3_None.source.md
index c67fb055d3..5e31e49d8f 100644
--- a/docs/mdsource/wiz/Windows_VisualStudioWithReSharper_Cli_XunitV3_None.source.md
+++ b/docs/mdsource/wiz/Windows_VisualStudioWithReSharper_Cli_XunitV3_None.source.md
@@ -9,8 +9,8 @@ Add the following packages to the test project:
```
dotnet add package Microsoft.NET.Test.Sdk
dotnet add package Verify.XunitV3
-dotnet add package xunit.v3 --prerelease
-dotnet add package xunit.runner.visualstudio --prerelease
+dotnet add package xunit.v3
+dotnet add package xunit.runner.visualstudio
```
## Implicit Usings
diff --git a/docs/mdsource/wiz/Windows_VisualStudio_Cli_XunitV3_AppVeyor.source.md b/docs/mdsource/wiz/Windows_VisualStudio_Cli_XunitV3_AppVeyor.source.md
index c3706cb90d..a26a05eba8 100644
--- a/docs/mdsource/wiz/Windows_VisualStudio_Cli_XunitV3_AppVeyor.source.md
+++ b/docs/mdsource/wiz/Windows_VisualStudio_Cli_XunitV3_AppVeyor.source.md
@@ -9,8 +9,8 @@ Add the following packages to the test project:
```
dotnet add package Microsoft.NET.Test.Sdk
dotnet add package Verify.XunitV3
-dotnet add package xunit.v3 --prerelease
-dotnet add package xunit.runner.visualstudio --prerelease
+dotnet add package xunit.v3
+dotnet add package xunit.runner.visualstudio
```
## Implicit Usings
diff --git a/docs/mdsource/wiz/Windows_VisualStudio_Cli_XunitV3_AzureDevOps.source.md b/docs/mdsource/wiz/Windows_VisualStudio_Cli_XunitV3_AzureDevOps.source.md
index 87d8903d0e..5fbdd66388 100644
--- a/docs/mdsource/wiz/Windows_VisualStudio_Cli_XunitV3_AzureDevOps.source.md
+++ b/docs/mdsource/wiz/Windows_VisualStudio_Cli_XunitV3_AzureDevOps.source.md
@@ -9,8 +9,8 @@ Add the following packages to the test project:
```
dotnet add package Microsoft.NET.Test.Sdk
dotnet add package Verify.XunitV3
-dotnet add package xunit.v3 --prerelease
-dotnet add package xunit.runner.visualstudio --prerelease
+dotnet add package xunit.v3
+dotnet add package xunit.runner.visualstudio
```
## Implicit Usings
diff --git a/docs/mdsource/wiz/Windows_VisualStudio_Cli_XunitV3_GitHubActions.source.md b/docs/mdsource/wiz/Windows_VisualStudio_Cli_XunitV3_GitHubActions.source.md
index 57cfdc2934..9b7fe40647 100644
--- a/docs/mdsource/wiz/Windows_VisualStudio_Cli_XunitV3_GitHubActions.source.md
+++ b/docs/mdsource/wiz/Windows_VisualStudio_Cli_XunitV3_GitHubActions.source.md
@@ -9,8 +9,8 @@ Add the following packages to the test project:
```
dotnet add package Microsoft.NET.Test.Sdk
dotnet add package Verify.XunitV3
-dotnet add package xunit.v3 --prerelease
-dotnet add package xunit.runner.visualstudio --prerelease
+dotnet add package xunit.v3
+dotnet add package xunit.runner.visualstudio
```
## Implicit Usings
diff --git a/docs/mdsource/wiz/Windows_VisualStudio_Cli_XunitV3_None.source.md b/docs/mdsource/wiz/Windows_VisualStudio_Cli_XunitV3_None.source.md
index 08cbcaa592..b619d7def1 100644
--- a/docs/mdsource/wiz/Windows_VisualStudio_Cli_XunitV3_None.source.md
+++ b/docs/mdsource/wiz/Windows_VisualStudio_Cli_XunitV3_None.source.md
@@ -9,8 +9,8 @@ Add the following packages to the test project:
```
dotnet add package Microsoft.NET.Test.Sdk
dotnet add package Verify.XunitV3
-dotnet add package xunit.v3 --prerelease
-dotnet add package xunit.runner.visualstudio --prerelease
+dotnet add package xunit.v3
+dotnet add package xunit.runner.visualstudio
```
## Implicit Usings
diff --git a/docs/wiz/Linux_Other_Cli_XunitV3_AppVeyor.md b/docs/wiz/Linux_Other_Cli_XunitV3_AppVeyor.md
index fa898ad23b..44ecb472c6 100644
--- a/docs/wiz/Linux_Other_Cli_XunitV3_AppVeyor.md
+++ b/docs/wiz/Linux_Other_Cli_XunitV3_AppVeyor.md
@@ -16,8 +16,8 @@ Add the following packages to the test project:
```
dotnet add package Microsoft.NET.Test.Sdk
dotnet add package Verify.XunitV3
-dotnet add package xunit.v3 --prerelease
-dotnet add package xunit.runner.visualstudio --prerelease
+dotnet add package xunit.v3
+dotnet add package xunit.runner.visualstudio
```
## Implicit Usings
diff --git a/docs/wiz/Linux_Other_Cli_XunitV3_AzureDevOps.md b/docs/wiz/Linux_Other_Cli_XunitV3_AzureDevOps.md
index 09ec98fa64..be0cf075d8 100644
--- a/docs/wiz/Linux_Other_Cli_XunitV3_AzureDevOps.md
+++ b/docs/wiz/Linux_Other_Cli_XunitV3_AzureDevOps.md
@@ -16,8 +16,8 @@ Add the following packages to the test project:
```
dotnet add package Microsoft.NET.Test.Sdk
dotnet add package Verify.XunitV3
-dotnet add package xunit.v3 --prerelease
-dotnet add package xunit.runner.visualstudio --prerelease
+dotnet add package xunit.v3
+dotnet add package xunit.runner.visualstudio
```
## Implicit Usings
diff --git a/docs/wiz/Linux_Other_Cli_XunitV3_GitHubActions.md b/docs/wiz/Linux_Other_Cli_XunitV3_GitHubActions.md
index 31c7738a89..0f680bf752 100644
--- a/docs/wiz/Linux_Other_Cli_XunitV3_GitHubActions.md
+++ b/docs/wiz/Linux_Other_Cli_XunitV3_GitHubActions.md
@@ -16,8 +16,8 @@ Add the following packages to the test project:
```
dotnet add package Microsoft.NET.Test.Sdk
dotnet add package Verify.XunitV3
-dotnet add package xunit.v3 --prerelease
-dotnet add package xunit.runner.visualstudio --prerelease
+dotnet add package xunit.v3
+dotnet add package xunit.runner.visualstudio
```
## Implicit Usings
diff --git a/docs/wiz/Linux_Other_Cli_XunitV3_None.md b/docs/wiz/Linux_Other_Cli_XunitV3_None.md
index 54fcfb3326..6c94f53c4d 100644
--- a/docs/wiz/Linux_Other_Cli_XunitV3_None.md
+++ b/docs/wiz/Linux_Other_Cli_XunitV3_None.md
@@ -16,8 +16,8 @@ Add the following packages to the test project:
```
dotnet add package Microsoft.NET.Test.Sdk
dotnet add package Verify.XunitV3
-dotnet add package xunit.v3 --prerelease
-dotnet add package xunit.runner.visualstudio --prerelease
+dotnet add package xunit.v3
+dotnet add package xunit.runner.visualstudio
```
## Implicit Usings
diff --git a/docs/wiz/Linux_Other_Gui_XunitV3_AppVeyor.md b/docs/wiz/Linux_Other_Gui_XunitV3_AppVeyor.md
index f08911a1a3..15ea81abe9 100644
--- a/docs/wiz/Linux_Other_Gui_XunitV3_AppVeyor.md
+++ b/docs/wiz/Linux_Other_Gui_XunitV3_AppVeyor.md
@@ -19,7 +19,7 @@ Add the following packages to the test project:
```csproj
-
+
```
snippet source | anchor
diff --git a/docs/wiz/Linux_Other_Gui_XunitV3_AzureDevOps.md b/docs/wiz/Linux_Other_Gui_XunitV3_AzureDevOps.md
index a4bcec7d83..e06edbf248 100644
--- a/docs/wiz/Linux_Other_Gui_XunitV3_AzureDevOps.md
+++ b/docs/wiz/Linux_Other_Gui_XunitV3_AzureDevOps.md
@@ -19,7 +19,7 @@ Add the following packages to the test project:
```csproj
-
+
```
snippet source | anchor
diff --git a/docs/wiz/Linux_Other_Gui_XunitV3_GitHubActions.md b/docs/wiz/Linux_Other_Gui_XunitV3_GitHubActions.md
index c1ed019e91..c63d901bd1 100644
--- a/docs/wiz/Linux_Other_Gui_XunitV3_GitHubActions.md
+++ b/docs/wiz/Linux_Other_Gui_XunitV3_GitHubActions.md
@@ -19,7 +19,7 @@ Add the following packages to the test project:
```csproj
-
+
```
snippet source | anchor
diff --git a/docs/wiz/Linux_Other_Gui_XunitV3_None.md b/docs/wiz/Linux_Other_Gui_XunitV3_None.md
index 59e8475252..5c34b343ea 100644
--- a/docs/wiz/Linux_Other_Gui_XunitV3_None.md
+++ b/docs/wiz/Linux_Other_Gui_XunitV3_None.md
@@ -19,7 +19,7 @@ Add the following packages to the test project:
```csproj
-
+
```
snippet source | anchor
diff --git a/docs/wiz/Linux_Rider_Cli_XunitV3_AppVeyor.md b/docs/wiz/Linux_Rider_Cli_XunitV3_AppVeyor.md
index cbd5bfdb4f..acfefd5816 100644
--- a/docs/wiz/Linux_Rider_Cli_XunitV3_AppVeyor.md
+++ b/docs/wiz/Linux_Rider_Cli_XunitV3_AppVeyor.md
@@ -16,8 +16,8 @@ Add the following packages to the test project:
```
dotnet add package Microsoft.NET.Test.Sdk
dotnet add package Verify.XunitV3
-dotnet add package xunit.v3 --prerelease
-dotnet add package xunit.runner.visualstudio --prerelease
+dotnet add package xunit.v3
+dotnet add package xunit.runner.visualstudio
```
## Implicit Usings
diff --git a/docs/wiz/Linux_Rider_Cli_XunitV3_AzureDevOps.md b/docs/wiz/Linux_Rider_Cli_XunitV3_AzureDevOps.md
index 1564b37a53..ca09f5dba9 100644
--- a/docs/wiz/Linux_Rider_Cli_XunitV3_AzureDevOps.md
+++ b/docs/wiz/Linux_Rider_Cli_XunitV3_AzureDevOps.md
@@ -16,8 +16,8 @@ Add the following packages to the test project:
```
dotnet add package Microsoft.NET.Test.Sdk
dotnet add package Verify.XunitV3
-dotnet add package xunit.v3 --prerelease
-dotnet add package xunit.runner.visualstudio --prerelease
+dotnet add package xunit.v3
+dotnet add package xunit.runner.visualstudio
```
## Implicit Usings
diff --git a/docs/wiz/Linux_Rider_Cli_XunitV3_GitHubActions.md b/docs/wiz/Linux_Rider_Cli_XunitV3_GitHubActions.md
index 636806748d..d2b104044b 100644
--- a/docs/wiz/Linux_Rider_Cli_XunitV3_GitHubActions.md
+++ b/docs/wiz/Linux_Rider_Cli_XunitV3_GitHubActions.md
@@ -16,8 +16,8 @@ Add the following packages to the test project:
```
dotnet add package Microsoft.NET.Test.Sdk
dotnet add package Verify.XunitV3
-dotnet add package xunit.v3 --prerelease
-dotnet add package xunit.runner.visualstudio --prerelease
+dotnet add package xunit.v3
+dotnet add package xunit.runner.visualstudio
```
## Implicit Usings
diff --git a/docs/wiz/Linux_Rider_Cli_XunitV3_None.md b/docs/wiz/Linux_Rider_Cli_XunitV3_None.md
index 9bee3a98b5..ea49855294 100644
--- a/docs/wiz/Linux_Rider_Cli_XunitV3_None.md
+++ b/docs/wiz/Linux_Rider_Cli_XunitV3_None.md
@@ -16,8 +16,8 @@ Add the following packages to the test project:
```
dotnet add package Microsoft.NET.Test.Sdk
dotnet add package Verify.XunitV3
-dotnet add package xunit.v3 --prerelease
-dotnet add package xunit.runner.visualstudio --prerelease
+dotnet add package xunit.v3
+dotnet add package xunit.runner.visualstudio
```
## Implicit Usings
diff --git a/docs/wiz/Linux_Rider_Gui_XunitV3_AppVeyor.md b/docs/wiz/Linux_Rider_Gui_XunitV3_AppVeyor.md
index efc8c68104..ec91b32764 100644
--- a/docs/wiz/Linux_Rider_Gui_XunitV3_AppVeyor.md
+++ b/docs/wiz/Linux_Rider_Gui_XunitV3_AppVeyor.md
@@ -19,7 +19,7 @@ Add the following packages to the test project:
```csproj
-
+
```
snippet source | anchor
diff --git a/docs/wiz/Linux_Rider_Gui_XunitV3_AzureDevOps.md b/docs/wiz/Linux_Rider_Gui_XunitV3_AzureDevOps.md
index 2e291b6f9a..3cdc1b7ea2 100644
--- a/docs/wiz/Linux_Rider_Gui_XunitV3_AzureDevOps.md
+++ b/docs/wiz/Linux_Rider_Gui_XunitV3_AzureDevOps.md
@@ -19,7 +19,7 @@ Add the following packages to the test project:
```csproj
-
+
```
snippet source | anchor
diff --git a/docs/wiz/Linux_Rider_Gui_XunitV3_GitHubActions.md b/docs/wiz/Linux_Rider_Gui_XunitV3_GitHubActions.md
index 1414741eac..bfb9d0f91e 100644
--- a/docs/wiz/Linux_Rider_Gui_XunitV3_GitHubActions.md
+++ b/docs/wiz/Linux_Rider_Gui_XunitV3_GitHubActions.md
@@ -19,7 +19,7 @@ Add the following packages to the test project:
```csproj
-
+
```
snippet source | anchor
diff --git a/docs/wiz/Linux_Rider_Gui_XunitV3_None.md b/docs/wiz/Linux_Rider_Gui_XunitV3_None.md
index 6f3b2972d7..0957489294 100644
--- a/docs/wiz/Linux_Rider_Gui_XunitV3_None.md
+++ b/docs/wiz/Linux_Rider_Gui_XunitV3_None.md
@@ -19,7 +19,7 @@ Add the following packages to the test project:
```csproj
-
+
```
snippet source | anchor
diff --git a/docs/wiz/MacOS_Other_Cli_XunitV3_AppVeyor.md b/docs/wiz/MacOS_Other_Cli_XunitV3_AppVeyor.md
index 5b48ec577c..6abf938449 100644
--- a/docs/wiz/MacOS_Other_Cli_XunitV3_AppVeyor.md
+++ b/docs/wiz/MacOS_Other_Cli_XunitV3_AppVeyor.md
@@ -16,8 +16,8 @@ Add the following packages to the test project:
```
dotnet add package Microsoft.NET.Test.Sdk
dotnet add package Verify.XunitV3
-dotnet add package xunit.v3 --prerelease
-dotnet add package xunit.runner.visualstudio --prerelease
+dotnet add package xunit.v3
+dotnet add package xunit.runner.visualstudio
```
## Implicit Usings
diff --git a/docs/wiz/MacOS_Other_Cli_XunitV3_AzureDevOps.md b/docs/wiz/MacOS_Other_Cli_XunitV3_AzureDevOps.md
index 7d146bd302..1f6d229fc3 100644
--- a/docs/wiz/MacOS_Other_Cli_XunitV3_AzureDevOps.md
+++ b/docs/wiz/MacOS_Other_Cli_XunitV3_AzureDevOps.md
@@ -16,8 +16,8 @@ Add the following packages to the test project:
```
dotnet add package Microsoft.NET.Test.Sdk
dotnet add package Verify.XunitV3
-dotnet add package xunit.v3 --prerelease
-dotnet add package xunit.runner.visualstudio --prerelease
+dotnet add package xunit.v3
+dotnet add package xunit.runner.visualstudio
```
## Implicit Usings
diff --git a/docs/wiz/MacOS_Other_Cli_XunitV3_GitHubActions.md b/docs/wiz/MacOS_Other_Cli_XunitV3_GitHubActions.md
index f28ace0177..4efe42e2f3 100644
--- a/docs/wiz/MacOS_Other_Cli_XunitV3_GitHubActions.md
+++ b/docs/wiz/MacOS_Other_Cli_XunitV3_GitHubActions.md
@@ -16,8 +16,8 @@ Add the following packages to the test project:
```
dotnet add package Microsoft.NET.Test.Sdk
dotnet add package Verify.XunitV3
-dotnet add package xunit.v3 --prerelease
-dotnet add package xunit.runner.visualstudio --prerelease
+dotnet add package xunit.v3
+dotnet add package xunit.runner.visualstudio
```
## Implicit Usings
diff --git a/docs/wiz/MacOS_Other_Cli_XunitV3_None.md b/docs/wiz/MacOS_Other_Cli_XunitV3_None.md
index 9640007b04..d5e0859e52 100644
--- a/docs/wiz/MacOS_Other_Cli_XunitV3_None.md
+++ b/docs/wiz/MacOS_Other_Cli_XunitV3_None.md
@@ -16,8 +16,8 @@ Add the following packages to the test project:
```
dotnet add package Microsoft.NET.Test.Sdk
dotnet add package Verify.XunitV3
-dotnet add package xunit.v3 --prerelease
-dotnet add package xunit.runner.visualstudio --prerelease
+dotnet add package xunit.v3
+dotnet add package xunit.runner.visualstudio
```
## Implicit Usings
diff --git a/docs/wiz/MacOS_Other_Gui_XunitV3_AppVeyor.md b/docs/wiz/MacOS_Other_Gui_XunitV3_AppVeyor.md
index 22f2c8695b..384c7cf00d 100644
--- a/docs/wiz/MacOS_Other_Gui_XunitV3_AppVeyor.md
+++ b/docs/wiz/MacOS_Other_Gui_XunitV3_AppVeyor.md
@@ -19,7 +19,7 @@ Add the following packages to the test project:
```csproj
-
+
```
snippet source | anchor
diff --git a/docs/wiz/MacOS_Other_Gui_XunitV3_AzureDevOps.md b/docs/wiz/MacOS_Other_Gui_XunitV3_AzureDevOps.md
index b0a82b12b5..c68b5768fe 100644
--- a/docs/wiz/MacOS_Other_Gui_XunitV3_AzureDevOps.md
+++ b/docs/wiz/MacOS_Other_Gui_XunitV3_AzureDevOps.md
@@ -19,7 +19,7 @@ Add the following packages to the test project:
```csproj
-
+
```
snippet source | anchor
diff --git a/docs/wiz/MacOS_Other_Gui_XunitV3_GitHubActions.md b/docs/wiz/MacOS_Other_Gui_XunitV3_GitHubActions.md
index e51f5ebbcc..847c7b7b77 100644
--- a/docs/wiz/MacOS_Other_Gui_XunitV3_GitHubActions.md
+++ b/docs/wiz/MacOS_Other_Gui_XunitV3_GitHubActions.md
@@ -19,7 +19,7 @@ Add the following packages to the test project:
```csproj
-
+
```
snippet source | anchor
diff --git a/docs/wiz/MacOS_Other_Gui_XunitV3_None.md b/docs/wiz/MacOS_Other_Gui_XunitV3_None.md
index b8151a1e11..bb54a1d2ea 100644
--- a/docs/wiz/MacOS_Other_Gui_XunitV3_None.md
+++ b/docs/wiz/MacOS_Other_Gui_XunitV3_None.md
@@ -19,7 +19,7 @@ Add the following packages to the test project:
```csproj
-
+
```
snippet source | anchor
diff --git a/docs/wiz/MacOS_Rider_Cli_XunitV3_AppVeyor.md b/docs/wiz/MacOS_Rider_Cli_XunitV3_AppVeyor.md
index 846452e41e..dfd2235787 100644
--- a/docs/wiz/MacOS_Rider_Cli_XunitV3_AppVeyor.md
+++ b/docs/wiz/MacOS_Rider_Cli_XunitV3_AppVeyor.md
@@ -16,8 +16,8 @@ Add the following packages to the test project:
```
dotnet add package Microsoft.NET.Test.Sdk
dotnet add package Verify.XunitV3
-dotnet add package xunit.v3 --prerelease
-dotnet add package xunit.runner.visualstudio --prerelease
+dotnet add package xunit.v3
+dotnet add package xunit.runner.visualstudio
```
## Implicit Usings
diff --git a/docs/wiz/MacOS_Rider_Cli_XunitV3_AzureDevOps.md b/docs/wiz/MacOS_Rider_Cli_XunitV3_AzureDevOps.md
index 4049dc4578..8ec0f8435f 100644
--- a/docs/wiz/MacOS_Rider_Cli_XunitV3_AzureDevOps.md
+++ b/docs/wiz/MacOS_Rider_Cli_XunitV3_AzureDevOps.md
@@ -16,8 +16,8 @@ Add the following packages to the test project:
```
dotnet add package Microsoft.NET.Test.Sdk
dotnet add package Verify.XunitV3
-dotnet add package xunit.v3 --prerelease
-dotnet add package xunit.runner.visualstudio --prerelease
+dotnet add package xunit.v3
+dotnet add package xunit.runner.visualstudio
```
## Implicit Usings
diff --git a/docs/wiz/MacOS_Rider_Cli_XunitV3_GitHubActions.md b/docs/wiz/MacOS_Rider_Cli_XunitV3_GitHubActions.md
index d5fe1d2d4d..3a1e1b47ca 100644
--- a/docs/wiz/MacOS_Rider_Cli_XunitV3_GitHubActions.md
+++ b/docs/wiz/MacOS_Rider_Cli_XunitV3_GitHubActions.md
@@ -16,8 +16,8 @@ Add the following packages to the test project:
```
dotnet add package Microsoft.NET.Test.Sdk
dotnet add package Verify.XunitV3
-dotnet add package xunit.v3 --prerelease
-dotnet add package xunit.runner.visualstudio --prerelease
+dotnet add package xunit.v3
+dotnet add package xunit.runner.visualstudio
```
## Implicit Usings
diff --git a/docs/wiz/MacOS_Rider_Cli_XunitV3_None.md b/docs/wiz/MacOS_Rider_Cli_XunitV3_None.md
index 367835ffe5..b4d8ffbbef 100644
--- a/docs/wiz/MacOS_Rider_Cli_XunitV3_None.md
+++ b/docs/wiz/MacOS_Rider_Cli_XunitV3_None.md
@@ -16,8 +16,8 @@ Add the following packages to the test project:
```
dotnet add package Microsoft.NET.Test.Sdk
dotnet add package Verify.XunitV3
-dotnet add package xunit.v3 --prerelease
-dotnet add package xunit.runner.visualstudio --prerelease
+dotnet add package xunit.v3
+dotnet add package xunit.runner.visualstudio
```
## Implicit Usings
diff --git a/docs/wiz/MacOS_Rider_Gui_XunitV3_AppVeyor.md b/docs/wiz/MacOS_Rider_Gui_XunitV3_AppVeyor.md
index 5fc0695842..d7199e9b7e 100644
--- a/docs/wiz/MacOS_Rider_Gui_XunitV3_AppVeyor.md
+++ b/docs/wiz/MacOS_Rider_Gui_XunitV3_AppVeyor.md
@@ -19,7 +19,7 @@ Add the following packages to the test project:
```csproj
-
+
```
snippet source | anchor
diff --git a/docs/wiz/MacOS_Rider_Gui_XunitV3_AzureDevOps.md b/docs/wiz/MacOS_Rider_Gui_XunitV3_AzureDevOps.md
index 6fe6b4f7f7..db1bd43177 100644
--- a/docs/wiz/MacOS_Rider_Gui_XunitV3_AzureDevOps.md
+++ b/docs/wiz/MacOS_Rider_Gui_XunitV3_AzureDevOps.md
@@ -19,7 +19,7 @@ Add the following packages to the test project:
```csproj
-
+
```
snippet source | anchor
diff --git a/docs/wiz/MacOS_Rider_Gui_XunitV3_GitHubActions.md b/docs/wiz/MacOS_Rider_Gui_XunitV3_GitHubActions.md
index f8f8535ef6..1ca9a0d4e2 100644
--- a/docs/wiz/MacOS_Rider_Gui_XunitV3_GitHubActions.md
+++ b/docs/wiz/MacOS_Rider_Gui_XunitV3_GitHubActions.md
@@ -19,7 +19,7 @@ Add the following packages to the test project:
```csproj
-
+
```
snippet source | anchor
diff --git a/docs/wiz/MacOS_Rider_Gui_XunitV3_None.md b/docs/wiz/MacOS_Rider_Gui_XunitV3_None.md
index 3de192e839..26242304f8 100644
--- a/docs/wiz/MacOS_Rider_Gui_XunitV3_None.md
+++ b/docs/wiz/MacOS_Rider_Gui_XunitV3_None.md
@@ -19,7 +19,7 @@ Add the following packages to the test project:
```csproj
-
+
```
snippet source | anchor
diff --git a/docs/wiz/Windows_Other_Cli_XunitV3_AppVeyor.md b/docs/wiz/Windows_Other_Cli_XunitV3_AppVeyor.md
index 6ed5efb0bc..88d074f3a4 100644
--- a/docs/wiz/Windows_Other_Cli_XunitV3_AppVeyor.md
+++ b/docs/wiz/Windows_Other_Cli_XunitV3_AppVeyor.md
@@ -16,8 +16,8 @@ Add the following packages to the test project:
```
dotnet add package Microsoft.NET.Test.Sdk
dotnet add package Verify.XunitV3
-dotnet add package xunit.v3 --prerelease
-dotnet add package xunit.runner.visualstudio --prerelease
+dotnet add package xunit.v3
+dotnet add package xunit.runner.visualstudio
```
## Implicit Usings
diff --git a/docs/wiz/Windows_Other_Cli_XunitV3_AzureDevOps.md b/docs/wiz/Windows_Other_Cli_XunitV3_AzureDevOps.md
index 8fc4fb9de3..1dfc7a70c9 100644
--- a/docs/wiz/Windows_Other_Cli_XunitV3_AzureDevOps.md
+++ b/docs/wiz/Windows_Other_Cli_XunitV3_AzureDevOps.md
@@ -16,8 +16,8 @@ Add the following packages to the test project:
```
dotnet add package Microsoft.NET.Test.Sdk
dotnet add package Verify.XunitV3
-dotnet add package xunit.v3 --prerelease
-dotnet add package xunit.runner.visualstudio --prerelease
+dotnet add package xunit.v3
+dotnet add package xunit.runner.visualstudio
```
## Implicit Usings
diff --git a/docs/wiz/Windows_Other_Cli_XunitV3_GitHubActions.md b/docs/wiz/Windows_Other_Cli_XunitV3_GitHubActions.md
index da6963cf15..e316b33fb0 100644
--- a/docs/wiz/Windows_Other_Cli_XunitV3_GitHubActions.md
+++ b/docs/wiz/Windows_Other_Cli_XunitV3_GitHubActions.md
@@ -16,8 +16,8 @@ Add the following packages to the test project:
```
dotnet add package Microsoft.NET.Test.Sdk
dotnet add package Verify.XunitV3
-dotnet add package xunit.v3 --prerelease
-dotnet add package xunit.runner.visualstudio --prerelease
+dotnet add package xunit.v3
+dotnet add package xunit.runner.visualstudio
```
## Implicit Usings
diff --git a/docs/wiz/Windows_Other_Cli_XunitV3_None.md b/docs/wiz/Windows_Other_Cli_XunitV3_None.md
index b21003e0d9..a2252ee9c0 100644
--- a/docs/wiz/Windows_Other_Cli_XunitV3_None.md
+++ b/docs/wiz/Windows_Other_Cli_XunitV3_None.md
@@ -16,8 +16,8 @@ Add the following packages to the test project:
```
dotnet add package Microsoft.NET.Test.Sdk
dotnet add package Verify.XunitV3
-dotnet add package xunit.v3 --prerelease
-dotnet add package xunit.runner.visualstudio --prerelease
+dotnet add package xunit.v3
+dotnet add package xunit.runner.visualstudio
```
## Implicit Usings
diff --git a/docs/wiz/Windows_Other_Gui_XunitV3_AppVeyor.md b/docs/wiz/Windows_Other_Gui_XunitV3_AppVeyor.md
index ebec17399f..5aeca85800 100644
--- a/docs/wiz/Windows_Other_Gui_XunitV3_AppVeyor.md
+++ b/docs/wiz/Windows_Other_Gui_XunitV3_AppVeyor.md
@@ -19,7 +19,7 @@ Add the following packages to the test project:
```csproj
-
+
```
snippet source | anchor
diff --git a/docs/wiz/Windows_Other_Gui_XunitV3_AzureDevOps.md b/docs/wiz/Windows_Other_Gui_XunitV3_AzureDevOps.md
index 5836ac0c8c..6414909f4a 100644
--- a/docs/wiz/Windows_Other_Gui_XunitV3_AzureDevOps.md
+++ b/docs/wiz/Windows_Other_Gui_XunitV3_AzureDevOps.md
@@ -19,7 +19,7 @@ Add the following packages to the test project:
```csproj
-
+
```
snippet source | anchor
diff --git a/docs/wiz/Windows_Other_Gui_XunitV3_GitHubActions.md b/docs/wiz/Windows_Other_Gui_XunitV3_GitHubActions.md
index ed22a9bde9..f44ceda816 100644
--- a/docs/wiz/Windows_Other_Gui_XunitV3_GitHubActions.md
+++ b/docs/wiz/Windows_Other_Gui_XunitV3_GitHubActions.md
@@ -19,7 +19,7 @@ Add the following packages to the test project:
```csproj
-
+
```
snippet source | anchor
diff --git a/docs/wiz/Windows_Other_Gui_XunitV3_None.md b/docs/wiz/Windows_Other_Gui_XunitV3_None.md
index afbfe07a7c..601ecfe7d3 100644
--- a/docs/wiz/Windows_Other_Gui_XunitV3_None.md
+++ b/docs/wiz/Windows_Other_Gui_XunitV3_None.md
@@ -19,7 +19,7 @@ Add the following packages to the test project:
```csproj
-
+
```
snippet source | anchor
diff --git a/docs/wiz/Windows_Rider_Cli_XunitV3_AppVeyor.md b/docs/wiz/Windows_Rider_Cli_XunitV3_AppVeyor.md
index 3ef227f534..6e2f987d8d 100644
--- a/docs/wiz/Windows_Rider_Cli_XunitV3_AppVeyor.md
+++ b/docs/wiz/Windows_Rider_Cli_XunitV3_AppVeyor.md
@@ -16,8 +16,8 @@ Add the following packages to the test project:
```
dotnet add package Microsoft.NET.Test.Sdk
dotnet add package Verify.XunitV3
-dotnet add package xunit.v3 --prerelease
-dotnet add package xunit.runner.visualstudio --prerelease
+dotnet add package xunit.v3
+dotnet add package xunit.runner.visualstudio
```
## Implicit Usings
diff --git a/docs/wiz/Windows_Rider_Cli_XunitV3_AzureDevOps.md b/docs/wiz/Windows_Rider_Cli_XunitV3_AzureDevOps.md
index f9ac956ea3..b9d1a5924d 100644
--- a/docs/wiz/Windows_Rider_Cli_XunitV3_AzureDevOps.md
+++ b/docs/wiz/Windows_Rider_Cli_XunitV3_AzureDevOps.md
@@ -16,8 +16,8 @@ Add the following packages to the test project:
```
dotnet add package Microsoft.NET.Test.Sdk
dotnet add package Verify.XunitV3
-dotnet add package xunit.v3 --prerelease
-dotnet add package xunit.runner.visualstudio --prerelease
+dotnet add package xunit.v3
+dotnet add package xunit.runner.visualstudio
```
## Implicit Usings
diff --git a/docs/wiz/Windows_Rider_Cli_XunitV3_GitHubActions.md b/docs/wiz/Windows_Rider_Cli_XunitV3_GitHubActions.md
index ac139762a1..4eb28409a1 100644
--- a/docs/wiz/Windows_Rider_Cli_XunitV3_GitHubActions.md
+++ b/docs/wiz/Windows_Rider_Cli_XunitV3_GitHubActions.md
@@ -16,8 +16,8 @@ Add the following packages to the test project:
```
dotnet add package Microsoft.NET.Test.Sdk
dotnet add package Verify.XunitV3
-dotnet add package xunit.v3 --prerelease
-dotnet add package xunit.runner.visualstudio --prerelease
+dotnet add package xunit.v3
+dotnet add package xunit.runner.visualstudio
```
## Implicit Usings
diff --git a/docs/wiz/Windows_Rider_Cli_XunitV3_None.md b/docs/wiz/Windows_Rider_Cli_XunitV3_None.md
index ab1e969727..a74d1dcc11 100644
--- a/docs/wiz/Windows_Rider_Cli_XunitV3_None.md
+++ b/docs/wiz/Windows_Rider_Cli_XunitV3_None.md
@@ -16,8 +16,8 @@ Add the following packages to the test project:
```
dotnet add package Microsoft.NET.Test.Sdk
dotnet add package Verify.XunitV3
-dotnet add package xunit.v3 --prerelease
-dotnet add package xunit.runner.visualstudio --prerelease
+dotnet add package xunit.v3
+dotnet add package xunit.runner.visualstudio
```
## Implicit Usings
diff --git a/docs/wiz/Windows_Rider_Gui_XunitV3_AppVeyor.md b/docs/wiz/Windows_Rider_Gui_XunitV3_AppVeyor.md
index 614a44e11e..9cf21ae322 100644
--- a/docs/wiz/Windows_Rider_Gui_XunitV3_AppVeyor.md
+++ b/docs/wiz/Windows_Rider_Gui_XunitV3_AppVeyor.md
@@ -19,7 +19,7 @@ Add the following packages to the test project:
```csproj
-
+
```
snippet source | anchor
diff --git a/docs/wiz/Windows_Rider_Gui_XunitV3_AzureDevOps.md b/docs/wiz/Windows_Rider_Gui_XunitV3_AzureDevOps.md
index 1222af64e3..3ba9715925 100644
--- a/docs/wiz/Windows_Rider_Gui_XunitV3_AzureDevOps.md
+++ b/docs/wiz/Windows_Rider_Gui_XunitV3_AzureDevOps.md
@@ -19,7 +19,7 @@ Add the following packages to the test project:
```csproj
-
+
```
snippet source | anchor
diff --git a/docs/wiz/Windows_Rider_Gui_XunitV3_GitHubActions.md b/docs/wiz/Windows_Rider_Gui_XunitV3_GitHubActions.md
index 9e150362df..d10a0d07b5 100644
--- a/docs/wiz/Windows_Rider_Gui_XunitV3_GitHubActions.md
+++ b/docs/wiz/Windows_Rider_Gui_XunitV3_GitHubActions.md
@@ -19,7 +19,7 @@ Add the following packages to the test project:
```csproj
-
+
```
snippet source | anchor
diff --git a/docs/wiz/Windows_Rider_Gui_XunitV3_None.md b/docs/wiz/Windows_Rider_Gui_XunitV3_None.md
index ff12a3fd20..4d6cb68a8b 100644
--- a/docs/wiz/Windows_Rider_Gui_XunitV3_None.md
+++ b/docs/wiz/Windows_Rider_Gui_XunitV3_None.md
@@ -19,7 +19,7 @@ Add the following packages to the test project:
```csproj
-
+
```
snippet source | anchor
diff --git a/docs/wiz/Windows_VisualStudioWithReSharper_Cli_XunitV3_AppVeyor.md b/docs/wiz/Windows_VisualStudioWithReSharper_Cli_XunitV3_AppVeyor.md
index e9b5cf4e44..06cb43c434 100644
--- a/docs/wiz/Windows_VisualStudioWithReSharper_Cli_XunitV3_AppVeyor.md
+++ b/docs/wiz/Windows_VisualStudioWithReSharper_Cli_XunitV3_AppVeyor.md
@@ -16,8 +16,8 @@ Add the following packages to the test project:
```
dotnet add package Microsoft.NET.Test.Sdk
dotnet add package Verify.XunitV3
-dotnet add package xunit.v3 --prerelease
-dotnet add package xunit.runner.visualstudio --prerelease
+dotnet add package xunit.v3
+dotnet add package xunit.runner.visualstudio
```
## Implicit Usings
diff --git a/docs/wiz/Windows_VisualStudioWithReSharper_Cli_XunitV3_AzureDevOps.md b/docs/wiz/Windows_VisualStudioWithReSharper_Cli_XunitV3_AzureDevOps.md
index d165ea559f..ef3f13d200 100644
--- a/docs/wiz/Windows_VisualStudioWithReSharper_Cli_XunitV3_AzureDevOps.md
+++ b/docs/wiz/Windows_VisualStudioWithReSharper_Cli_XunitV3_AzureDevOps.md
@@ -16,8 +16,8 @@ Add the following packages to the test project:
```
dotnet add package Microsoft.NET.Test.Sdk
dotnet add package Verify.XunitV3
-dotnet add package xunit.v3 --prerelease
-dotnet add package xunit.runner.visualstudio --prerelease
+dotnet add package xunit.v3
+dotnet add package xunit.runner.visualstudio
```
## Implicit Usings
diff --git a/docs/wiz/Windows_VisualStudioWithReSharper_Cli_XunitV3_GitHubActions.md b/docs/wiz/Windows_VisualStudioWithReSharper_Cli_XunitV3_GitHubActions.md
index 155b0d84ad..1a2b3ce3c2 100644
--- a/docs/wiz/Windows_VisualStudioWithReSharper_Cli_XunitV3_GitHubActions.md
+++ b/docs/wiz/Windows_VisualStudioWithReSharper_Cli_XunitV3_GitHubActions.md
@@ -16,8 +16,8 @@ Add the following packages to the test project:
```
dotnet add package Microsoft.NET.Test.Sdk
dotnet add package Verify.XunitV3
-dotnet add package xunit.v3 --prerelease
-dotnet add package xunit.runner.visualstudio --prerelease
+dotnet add package xunit.v3
+dotnet add package xunit.runner.visualstudio
```
## Implicit Usings
diff --git a/docs/wiz/Windows_VisualStudioWithReSharper_Cli_XunitV3_None.md b/docs/wiz/Windows_VisualStudioWithReSharper_Cli_XunitV3_None.md
index d0b5a1f5ed..ce37655184 100644
--- a/docs/wiz/Windows_VisualStudioWithReSharper_Cli_XunitV3_None.md
+++ b/docs/wiz/Windows_VisualStudioWithReSharper_Cli_XunitV3_None.md
@@ -16,8 +16,8 @@ Add the following packages to the test project:
```
dotnet add package Microsoft.NET.Test.Sdk
dotnet add package Verify.XunitV3
-dotnet add package xunit.v3 --prerelease
-dotnet add package xunit.runner.visualstudio --prerelease
+dotnet add package xunit.v3
+dotnet add package xunit.runner.visualstudio
```
## Implicit Usings
diff --git a/docs/wiz/Windows_VisualStudioWithReSharper_Gui_XunitV3_AppVeyor.md b/docs/wiz/Windows_VisualStudioWithReSharper_Gui_XunitV3_AppVeyor.md
index 5f7464bf4e..4eb8f23b9b 100644
--- a/docs/wiz/Windows_VisualStudioWithReSharper_Gui_XunitV3_AppVeyor.md
+++ b/docs/wiz/Windows_VisualStudioWithReSharper_Gui_XunitV3_AppVeyor.md
@@ -19,7 +19,7 @@ Add the following packages to the test project:
```csproj
-
+
```
snippet source | anchor
diff --git a/docs/wiz/Windows_VisualStudioWithReSharper_Gui_XunitV3_AzureDevOps.md b/docs/wiz/Windows_VisualStudioWithReSharper_Gui_XunitV3_AzureDevOps.md
index 45d6a3c1b3..1c6140b4b0 100644
--- a/docs/wiz/Windows_VisualStudioWithReSharper_Gui_XunitV3_AzureDevOps.md
+++ b/docs/wiz/Windows_VisualStudioWithReSharper_Gui_XunitV3_AzureDevOps.md
@@ -19,7 +19,7 @@ Add the following packages to the test project:
```csproj
-
+
```
snippet source | anchor
diff --git a/docs/wiz/Windows_VisualStudioWithReSharper_Gui_XunitV3_GitHubActions.md b/docs/wiz/Windows_VisualStudioWithReSharper_Gui_XunitV3_GitHubActions.md
index a8aa2ccc9d..fef3996bd3 100644
--- a/docs/wiz/Windows_VisualStudioWithReSharper_Gui_XunitV3_GitHubActions.md
+++ b/docs/wiz/Windows_VisualStudioWithReSharper_Gui_XunitV3_GitHubActions.md
@@ -19,7 +19,7 @@ Add the following packages to the test project:
```csproj
-
+
```
snippet source | anchor
diff --git a/docs/wiz/Windows_VisualStudioWithReSharper_Gui_XunitV3_None.md b/docs/wiz/Windows_VisualStudioWithReSharper_Gui_XunitV3_None.md
index e5b9904a17..607c7a0b63 100644
--- a/docs/wiz/Windows_VisualStudioWithReSharper_Gui_XunitV3_None.md
+++ b/docs/wiz/Windows_VisualStudioWithReSharper_Gui_XunitV3_None.md
@@ -19,7 +19,7 @@ Add the following packages to the test project:
```csproj
-
+
```
snippet source | anchor
diff --git a/docs/wiz/Windows_VisualStudio_Cli_XunitV3_AppVeyor.md b/docs/wiz/Windows_VisualStudio_Cli_XunitV3_AppVeyor.md
index c6c5155bf2..84e8a1a11c 100644
--- a/docs/wiz/Windows_VisualStudio_Cli_XunitV3_AppVeyor.md
+++ b/docs/wiz/Windows_VisualStudio_Cli_XunitV3_AppVeyor.md
@@ -16,8 +16,8 @@ Add the following packages to the test project:
```
dotnet add package Microsoft.NET.Test.Sdk
dotnet add package Verify.XunitV3
-dotnet add package xunit.v3 --prerelease
-dotnet add package xunit.runner.visualstudio --prerelease
+dotnet add package xunit.v3
+dotnet add package xunit.runner.visualstudio
```
## Implicit Usings
diff --git a/docs/wiz/Windows_VisualStudio_Cli_XunitV3_AzureDevOps.md b/docs/wiz/Windows_VisualStudio_Cli_XunitV3_AzureDevOps.md
index 6212b59aa1..1b1f99381b 100644
--- a/docs/wiz/Windows_VisualStudio_Cli_XunitV3_AzureDevOps.md
+++ b/docs/wiz/Windows_VisualStudio_Cli_XunitV3_AzureDevOps.md
@@ -16,8 +16,8 @@ Add the following packages to the test project:
```
dotnet add package Microsoft.NET.Test.Sdk
dotnet add package Verify.XunitV3
-dotnet add package xunit.v3 --prerelease
-dotnet add package xunit.runner.visualstudio --prerelease
+dotnet add package xunit.v3
+dotnet add package xunit.runner.visualstudio
```
## Implicit Usings
diff --git a/docs/wiz/Windows_VisualStudio_Cli_XunitV3_GitHubActions.md b/docs/wiz/Windows_VisualStudio_Cli_XunitV3_GitHubActions.md
index 9cd8f01030..b9b2b110f7 100644
--- a/docs/wiz/Windows_VisualStudio_Cli_XunitV3_GitHubActions.md
+++ b/docs/wiz/Windows_VisualStudio_Cli_XunitV3_GitHubActions.md
@@ -16,8 +16,8 @@ Add the following packages to the test project:
```
dotnet add package Microsoft.NET.Test.Sdk
dotnet add package Verify.XunitV3
-dotnet add package xunit.v3 --prerelease
-dotnet add package xunit.runner.visualstudio --prerelease
+dotnet add package xunit.v3
+dotnet add package xunit.runner.visualstudio
```
## Implicit Usings
diff --git a/docs/wiz/Windows_VisualStudio_Cli_XunitV3_None.md b/docs/wiz/Windows_VisualStudio_Cli_XunitV3_None.md
index 5bcef310f0..ea70149a9f 100644
--- a/docs/wiz/Windows_VisualStudio_Cli_XunitV3_None.md
+++ b/docs/wiz/Windows_VisualStudio_Cli_XunitV3_None.md
@@ -16,8 +16,8 @@ Add the following packages to the test project:
```
dotnet add package Microsoft.NET.Test.Sdk
dotnet add package Verify.XunitV3
-dotnet add package xunit.v3 --prerelease
-dotnet add package xunit.runner.visualstudio --prerelease
+dotnet add package xunit.v3
+dotnet add package xunit.runner.visualstudio
```
## Implicit Usings
diff --git a/docs/wiz/Windows_VisualStudio_Gui_XunitV3_AppVeyor.md b/docs/wiz/Windows_VisualStudio_Gui_XunitV3_AppVeyor.md
index 4e83c4c142..bf81ee7ff5 100644
--- a/docs/wiz/Windows_VisualStudio_Gui_XunitV3_AppVeyor.md
+++ b/docs/wiz/Windows_VisualStudio_Gui_XunitV3_AppVeyor.md
@@ -19,7 +19,7 @@ Add the following packages to the test project:
```csproj
-
+
```
snippet source | anchor
diff --git a/docs/wiz/Windows_VisualStudio_Gui_XunitV3_AzureDevOps.md b/docs/wiz/Windows_VisualStudio_Gui_XunitV3_AzureDevOps.md
index 45c672042a..f34bdd355e 100644
--- a/docs/wiz/Windows_VisualStudio_Gui_XunitV3_AzureDevOps.md
+++ b/docs/wiz/Windows_VisualStudio_Gui_XunitV3_AzureDevOps.md
@@ -19,7 +19,7 @@ Add the following packages to the test project:
```csproj
-
+
```
snippet source | anchor
diff --git a/docs/wiz/Windows_VisualStudio_Gui_XunitV3_GitHubActions.md b/docs/wiz/Windows_VisualStudio_Gui_XunitV3_GitHubActions.md
index d753273bfc..037c591123 100644
--- a/docs/wiz/Windows_VisualStudio_Gui_XunitV3_GitHubActions.md
+++ b/docs/wiz/Windows_VisualStudio_Gui_XunitV3_GitHubActions.md
@@ -19,7 +19,7 @@ Add the following packages to the test project:
```csproj
-
+
```
snippet source | anchor
diff --git a/docs/wiz/Windows_VisualStudio_Gui_XunitV3_None.md b/docs/wiz/Windows_VisualStudio_Gui_XunitV3_None.md
index 094ed6121d..f2b634089b 100644
--- a/docs/wiz/Windows_VisualStudio_Gui_XunitV3_None.md
+++ b/docs/wiz/Windows_VisualStudio_Gui_XunitV3_None.md
@@ -19,7 +19,7 @@ Add the following packages to the test project:
```csproj
-
+
```
snippet source | anchor
diff --git a/src/Directory.Packages.props b/src/Directory.Packages.props
index f2e7db6662..7025f7e47e 100644
--- a/src/Directory.Packages.props
+++ b/src/Directory.Packages.props
@@ -35,8 +35,8 @@
-
-
+
+
diff --git a/src/StaticSettingsTests/BaseTest.cs b/src/StaticSettingsTests/BaseTest.cs
index 0f656e588a..7384790927 100644
--- a/src/StaticSettingsTests/BaseTest.cs
+++ b/src/StaticSettingsTests/BaseTest.cs
@@ -1,9 +1,10 @@
-// disable all test parallelism to avoid test interaction
+using Xunit.Sdk;
+using Xunit.v3;
-[assembly: CollectionBehavior(
- CollectionBehavior.CollectionPerAssembly,
- DisableTestParallelization = true,
- MaxParallelThreads = 1)]
+// disable all test parallelism to avoid test interaction
+
+[assembly: CollectionBehavior(CollectionBehavior.CollectionPerAssembly)]
+[assembly: Parallelization(Mode = ParallelMode.None, MaxThreads = 1)]
public abstract class BaseTest
{
diff --git a/src/Verify.ExceptionParsing.Tests/ReceivedMapsTests.cs b/src/Verify.ExceptionParsing.Tests/ReceivedMapsTests.cs
index 6bf82390b3..c9ad0004a4 100644
--- a/src/Verify.ExceptionParsing.Tests/ReceivedMapsTests.cs
+++ b/src/Verify.ExceptionParsing.Tests/ReceivedMapsTests.cs
@@ -1,7 +1,9 @@
using VerifyTests.ExceptionParsing;
+using Xunit.Sdk;
+using Xunit.v3;
// Verify's build server detection is global state, and the contract test below toggles it.
-[assembly: CollectionBehavior(DisableTestParallelization = true)]
+[assembly: Parallelization(Mode = ParallelMode.None)]
public class ReceivedMapsTests
{
diff --git a/src/Verify.Tests/Wizard/WizardGen.cs b/src/Verify.Tests/Wizard/WizardGen.cs
index 16b1ce8fd6..4441c79362 100644
--- a/src/Verify.Tests/Wizard/WizardGen.cs
+++ b/src/Verify.Tests/Wizard/WizardGen.cs
@@ -412,8 +412,8 @@ static void AppendNugets(StringBuilder builder, TestFramework framework, CliPref
```
dotnet add package Microsoft.NET.Test.Sdk
dotnet add package Verify.XunitV3
- dotnet add package xunit.v3 --prerelease
- dotnet add package xunit.runner.visualstudio --prerelease
+ dotnet add package xunit.v3
+ dotnet add package xunit.runner.visualstudio
```
""");
break;
diff --git a/usages/XunitV3NugetUsage/XunitV3NugetUsage.csproj b/usages/XunitV3NugetUsage/XunitV3NugetUsage.csproj
index 5b767b4925..a786838827 100644
--- a/usages/XunitV3NugetUsage/XunitV3NugetUsage.csproj
+++ b/usages/XunitV3NugetUsage/XunitV3NugetUsage.csproj
@@ -8,7 +8,7 @@
-
+