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 f74acc1535..572a7d2dae 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 838e040d51..40a385610a 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 52f4386eec..dae99b00d4 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 d4080bcb2b..5098539f38 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 8e0520de8e..c8900a321b 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 918a632343..62181410f1 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 b8d19486db..01a8403d1d 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 fba422bd5e..b2625ab5bf 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 2a878f4637..44e1aaea7a 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 7534eaa0ff..bfae9d4736 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 365d720d36..96fa1eb4eb 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 ee40a09709..9f356c1573 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 b4dfd3000f..af25cec56c 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 4f6c6203c0..9e69f89db7 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 3ea8d57bd7..efdae76c52 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 f3d90cc337..95717f91c8 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 54569056f3..a1a1cca19f 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 78ec23eab7..a5e13f2faf 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 565e8f1f0a..59fb358d02 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 181879435a..6bec664d4a 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 1157ced4a9..63310844c8 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 85301b44b9..4971838375 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 918686d9e1..628adff38b 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 d7548435d2..e7fec86bfd 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 6339842892..0d598e561c 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 eb6d63061d..330c241126 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 6a68c8e989..61db080904 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 f9fdbf949e..05843ff88c 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 af15f85290..6607ed8070 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 6986697347..4729af64e1 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 f66452152c..85674b9c21 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 88b594f292..71172aa356 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 5d2f356f7c..9f9943b06c 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 5748a5a0be..184916dc4a 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 ecd990f6d3..56f11c47c4 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 70f576ebd2..a1855f2eea 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 44dae5407e..b64933b058 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 0898efe6dc..2cd969df1c 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 79072231d8..6c477f6559 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 3b0735012f..e3a30bb4cd 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 dcc2d0b859..ddd5aa155d 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 508c87acf5..3eb3ba2615 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 9670eca12f..e6a8808eff 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 b5ff581001..63c3249ae6 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 e1080c025c..159f0de5a8 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 b070b6bbae..8167212cde 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 27f37a6b8e..1559db151c 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 6441d3c819..251a0803cf 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 f0445a9f2a..5e43aca7f2 100644
--- a/src/Directory.Packages.props
+++ b/src/Directory.Packages.props
@@ -34,10 +34,10 @@
+
+
-
-
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 505bd1c158..c1d41303d3 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 @@
-
+