Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Oct 2, 2024
2 parents f4b968e + 48f1dd5 commit 49863a2
Show file tree
Hide file tree
Showing 72 changed files with 138 additions and 137 deletions.
6 changes: 3 additions & 3 deletions docs/wiz/Linux_Other_Gui_XunitV3_AppVeyor.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ Add the following packages to the test project:
<a id='snippet-xunitv3-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="Verify.XunitV3" Version="26.5.0-beta.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0-pre.30" PrivateAssets="all" />
<PackageReference Include="xunit.v3" Version="0.3.0-pre.18" />
<PackageReference Include="Verify.XunitV3" Version="27.0.0-beta.5" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0-pre.35" PrivateAssets="all" />
<PackageReference Include="xunit.v3" Version="0.4.0-pre.20" />
```
<sup><a href='/usages/XunitV3NugetUsage/XunitV3NugetUsage.csproj#L7-L12' title='Snippet source file'>snippet source</a> | <a href='#snippet-xunitv3-nugets' title='Start of snippet'>anchor</a></sup>
<!-- endSnippet -->
Expand Down
6 changes: 3 additions & 3 deletions docs/wiz/Linux_Other_Gui_XunitV3_AzureDevOps.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ Add the following packages to the test project:
<a id='snippet-xunitv3-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="Verify.XunitV3" Version="26.5.0-beta.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0-pre.30" PrivateAssets="all" />
<PackageReference Include="xunit.v3" Version="0.3.0-pre.18" />
<PackageReference Include="Verify.XunitV3" Version="27.0.0-beta.5" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0-pre.35" PrivateAssets="all" />
<PackageReference Include="xunit.v3" Version="0.4.0-pre.20" />
```
<sup><a href='/usages/XunitV3NugetUsage/XunitV3NugetUsage.csproj#L7-L12' title='Snippet source file'>snippet source</a> | <a href='#snippet-xunitv3-nugets' title='Start of snippet'>anchor</a></sup>
<!-- endSnippet -->
Expand Down
6 changes: 3 additions & 3 deletions docs/wiz/Linux_Other_Gui_XunitV3_GitHubActions.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ Add the following packages to the test project:
<a id='snippet-xunitv3-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="Verify.XunitV3" Version="26.5.0-beta.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0-pre.30" PrivateAssets="all" />
<PackageReference Include="xunit.v3" Version="0.3.0-pre.18" />
<PackageReference Include="Verify.XunitV3" Version="27.0.0-beta.5" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0-pre.35" PrivateAssets="all" />
<PackageReference Include="xunit.v3" Version="0.4.0-pre.20" />
```
<sup><a href='/usages/XunitV3NugetUsage/XunitV3NugetUsage.csproj#L7-L12' title='Snippet source file'>snippet source</a> | <a href='#snippet-xunitv3-nugets' title='Start of snippet'>anchor</a></sup>
<!-- endSnippet -->
Expand Down
6 changes: 3 additions & 3 deletions docs/wiz/Linux_Other_Gui_XunitV3_None.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ Add the following packages to the test project:
<a id='snippet-xunitv3-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="Verify.XunitV3" Version="26.5.0-beta.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0-pre.30" PrivateAssets="all" />
<PackageReference Include="xunit.v3" Version="0.3.0-pre.18" />
<PackageReference Include="Verify.XunitV3" Version="27.0.0-beta.5" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0-pre.35" PrivateAssets="all" />
<PackageReference Include="xunit.v3" Version="0.4.0-pre.20" />
```
<sup><a href='/usages/XunitV3NugetUsage/XunitV3NugetUsage.csproj#L7-L12' title='Snippet source file'>snippet source</a> | <a href='#snippet-xunitv3-nugets' title='Start of snippet'>anchor</a></sup>
<!-- endSnippet -->
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Linux_Other_Gui_Xunit_AppVeyor.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Add the following packages to the test project:
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="Verify.Xunit" Version="26.6.0" />
<PackageReference Include="xunit" Version="2.9.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2" PrivateAssets="all" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0-pre.35" PrivateAssets="all" />
```
<sup><a href='/usages/XunitNugetUsage/XunitNugetUsage.csproj#L6-L11' title='Snippet source file'>snippet source</a> | <a href='#snippet-xunit-nugets' title='Start of snippet'>anchor</a></sup>
<!-- endSnippet -->
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Linux_Other_Gui_Xunit_AzureDevOps.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Add the following packages to the test project:
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="Verify.Xunit" Version="26.6.0" />
<PackageReference Include="xunit" Version="2.9.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2" PrivateAssets="all" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0-pre.35" PrivateAssets="all" />
```
<sup><a href='/usages/XunitNugetUsage/XunitNugetUsage.csproj#L6-L11' title='Snippet source file'>snippet source</a> | <a href='#snippet-xunit-nugets' title='Start of snippet'>anchor</a></sup>
<!-- endSnippet -->
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Linux_Other_Gui_Xunit_GitHubActions.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Add the following packages to the test project:
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="Verify.Xunit" Version="26.6.0" />
<PackageReference Include="xunit" Version="2.9.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2" PrivateAssets="all" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0-pre.35" PrivateAssets="all" />
```
<sup><a href='/usages/XunitNugetUsage/XunitNugetUsage.csproj#L6-L11' title='Snippet source file'>snippet source</a> | <a href='#snippet-xunit-nugets' title='Start of snippet'>anchor</a></sup>
<!-- endSnippet -->
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Linux_Other_Gui_Xunit_None.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Add the following packages to the test project:
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="Verify.Xunit" Version="26.6.0" />
<PackageReference Include="xunit" Version="2.9.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2" PrivateAssets="all" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0-pre.35" PrivateAssets="all" />
```
<sup><a href='/usages/XunitNugetUsage/XunitNugetUsage.csproj#L6-L11' title='Snippet source file'>snippet source</a> | <a href='#snippet-xunit-nugets' title='Start of snippet'>anchor</a></sup>
<!-- endSnippet -->
Expand Down
6 changes: 3 additions & 3 deletions docs/wiz/Linux_Rider_Gui_XunitV3_AppVeyor.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ Add the following packages to the test project:
<a id='snippet-xunitv3-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="Verify.XunitV3" Version="26.5.0-beta.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0-pre.30" PrivateAssets="all" />
<PackageReference Include="xunit.v3" Version="0.3.0-pre.18" />
<PackageReference Include="Verify.XunitV3" Version="27.0.0-beta.5" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0-pre.35" PrivateAssets="all" />
<PackageReference Include="xunit.v3" Version="0.4.0-pre.20" />
```
<sup><a href='/usages/XunitV3NugetUsage/XunitV3NugetUsage.csproj#L7-L12' title='Snippet source file'>snippet source</a> | <a href='#snippet-xunitv3-nugets' title='Start of snippet'>anchor</a></sup>
<!-- endSnippet -->
Expand Down
6 changes: 3 additions & 3 deletions docs/wiz/Linux_Rider_Gui_XunitV3_AzureDevOps.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ Add the following packages to the test project:
<a id='snippet-xunitv3-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="Verify.XunitV3" Version="26.5.0-beta.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0-pre.30" PrivateAssets="all" />
<PackageReference Include="xunit.v3" Version="0.3.0-pre.18" />
<PackageReference Include="Verify.XunitV3" Version="27.0.0-beta.5" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0-pre.35" PrivateAssets="all" />
<PackageReference Include="xunit.v3" Version="0.4.0-pre.20" />
```
<sup><a href='/usages/XunitV3NugetUsage/XunitV3NugetUsage.csproj#L7-L12' title='Snippet source file'>snippet source</a> | <a href='#snippet-xunitv3-nugets' title='Start of snippet'>anchor</a></sup>
<!-- endSnippet -->
Expand Down
6 changes: 3 additions & 3 deletions docs/wiz/Linux_Rider_Gui_XunitV3_GitHubActions.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ Add the following packages to the test project:
<a id='snippet-xunitv3-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="Verify.XunitV3" Version="26.5.0-beta.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0-pre.30" PrivateAssets="all" />
<PackageReference Include="xunit.v3" Version="0.3.0-pre.18" />
<PackageReference Include="Verify.XunitV3" Version="27.0.0-beta.5" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0-pre.35" PrivateAssets="all" />
<PackageReference Include="xunit.v3" Version="0.4.0-pre.20" />
```
<sup><a href='/usages/XunitV3NugetUsage/XunitV3NugetUsage.csproj#L7-L12' title='Snippet source file'>snippet source</a> | <a href='#snippet-xunitv3-nugets' title='Start of snippet'>anchor</a></sup>
<!-- endSnippet -->
Expand Down
6 changes: 3 additions & 3 deletions docs/wiz/Linux_Rider_Gui_XunitV3_None.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ Add the following packages to the test project:
<a id='snippet-xunitv3-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="Verify.XunitV3" Version="26.5.0-beta.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0-pre.30" PrivateAssets="all" />
<PackageReference Include="xunit.v3" Version="0.3.0-pre.18" />
<PackageReference Include="Verify.XunitV3" Version="27.0.0-beta.5" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0-pre.35" PrivateAssets="all" />
<PackageReference Include="xunit.v3" Version="0.4.0-pre.20" />
```
<sup><a href='/usages/XunitV3NugetUsage/XunitV3NugetUsage.csproj#L7-L12' title='Snippet source file'>snippet source</a> | <a href='#snippet-xunitv3-nugets' title='Start of snippet'>anchor</a></sup>
<!-- endSnippet -->
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Linux_Rider_Gui_Xunit_AppVeyor.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Add the following packages to the test project:
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="Verify.Xunit" Version="26.6.0" />
<PackageReference Include="xunit" Version="2.9.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2" PrivateAssets="all" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0-pre.35" PrivateAssets="all" />
```
<sup><a href='/usages/XunitNugetUsage/XunitNugetUsage.csproj#L6-L11' title='Snippet source file'>snippet source</a> | <a href='#snippet-xunit-nugets' title='Start of snippet'>anchor</a></sup>
<!-- endSnippet -->
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Linux_Rider_Gui_Xunit_AzureDevOps.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Add the following packages to the test project:
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="Verify.Xunit" Version="26.6.0" />
<PackageReference Include="xunit" Version="2.9.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2" PrivateAssets="all" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0-pre.35" PrivateAssets="all" />
```
<sup><a href='/usages/XunitNugetUsage/XunitNugetUsage.csproj#L6-L11' title='Snippet source file'>snippet source</a> | <a href='#snippet-xunit-nugets' title='Start of snippet'>anchor</a></sup>
<!-- endSnippet -->
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Linux_Rider_Gui_Xunit_GitHubActions.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Add the following packages to the test project:
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="Verify.Xunit" Version="26.6.0" />
<PackageReference Include="xunit" Version="2.9.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2" PrivateAssets="all" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0-pre.35" PrivateAssets="all" />
```
<sup><a href='/usages/XunitNugetUsage/XunitNugetUsage.csproj#L6-L11' title='Snippet source file'>snippet source</a> | <a href='#snippet-xunit-nugets' title='Start of snippet'>anchor</a></sup>
<!-- endSnippet -->
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Linux_Rider_Gui_Xunit_None.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Add the following packages to the test project:
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="Verify.Xunit" Version="26.6.0" />
<PackageReference Include="xunit" Version="2.9.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2" PrivateAssets="all" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0-pre.35" PrivateAssets="all" />
```
<sup><a href='/usages/XunitNugetUsage/XunitNugetUsage.csproj#L6-L11' title='Snippet source file'>snippet source</a> | <a href='#snippet-xunit-nugets' title='Start of snippet'>anchor</a></sup>
<!-- endSnippet -->
Expand Down
6 changes: 3 additions & 3 deletions docs/wiz/MacOS_Other_Gui_XunitV3_AppVeyor.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ Add the following packages to the test project:
<a id='snippet-xunitv3-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="Verify.XunitV3" Version="26.5.0-beta.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0-pre.30" PrivateAssets="all" />
<PackageReference Include="xunit.v3" Version="0.3.0-pre.18" />
<PackageReference Include="Verify.XunitV3" Version="27.0.0-beta.5" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0-pre.35" PrivateAssets="all" />
<PackageReference Include="xunit.v3" Version="0.4.0-pre.20" />
```
<sup><a href='/usages/XunitV3NugetUsage/XunitV3NugetUsage.csproj#L7-L12' title='Snippet source file'>snippet source</a> | <a href='#snippet-xunitv3-nugets' title='Start of snippet'>anchor</a></sup>
<!-- endSnippet -->
Expand Down
6 changes: 3 additions & 3 deletions docs/wiz/MacOS_Other_Gui_XunitV3_AzureDevOps.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ Add the following packages to the test project:
<a id='snippet-xunitv3-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="Verify.XunitV3" Version="26.5.0-beta.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0-pre.30" PrivateAssets="all" />
<PackageReference Include="xunit.v3" Version="0.3.0-pre.18" />
<PackageReference Include="Verify.XunitV3" Version="27.0.0-beta.5" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0-pre.35" PrivateAssets="all" />
<PackageReference Include="xunit.v3" Version="0.4.0-pre.20" />
```
<sup><a href='/usages/XunitV3NugetUsage/XunitV3NugetUsage.csproj#L7-L12' title='Snippet source file'>snippet source</a> | <a href='#snippet-xunitv3-nugets' title='Start of snippet'>anchor</a></sup>
<!-- endSnippet -->
Expand Down
6 changes: 3 additions & 3 deletions docs/wiz/MacOS_Other_Gui_XunitV3_GitHubActions.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ Add the following packages to the test project:
<a id='snippet-xunitv3-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="Verify.XunitV3" Version="26.5.0-beta.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0-pre.30" PrivateAssets="all" />
<PackageReference Include="xunit.v3" Version="0.3.0-pre.18" />
<PackageReference Include="Verify.XunitV3" Version="27.0.0-beta.5" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0-pre.35" PrivateAssets="all" />
<PackageReference Include="xunit.v3" Version="0.4.0-pre.20" />
```
<sup><a href='/usages/XunitV3NugetUsage/XunitV3NugetUsage.csproj#L7-L12' title='Snippet source file'>snippet source</a> | <a href='#snippet-xunitv3-nugets' title='Start of snippet'>anchor</a></sup>
<!-- endSnippet -->
Expand Down
6 changes: 3 additions & 3 deletions docs/wiz/MacOS_Other_Gui_XunitV3_None.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ Add the following packages to the test project:
<a id='snippet-xunitv3-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="Verify.XunitV3" Version="26.5.0-beta.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0-pre.30" PrivateAssets="all" />
<PackageReference Include="xunit.v3" Version="0.3.0-pre.18" />
<PackageReference Include="Verify.XunitV3" Version="27.0.0-beta.5" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0-pre.35" PrivateAssets="all" />
<PackageReference Include="xunit.v3" Version="0.4.0-pre.20" />
```
<sup><a href='/usages/XunitV3NugetUsage/XunitV3NugetUsage.csproj#L7-L12' title='Snippet source file'>snippet source</a> | <a href='#snippet-xunitv3-nugets' title='Start of snippet'>anchor</a></sup>
<!-- endSnippet -->
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/MacOS_Other_Gui_Xunit_AppVeyor.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Add the following packages to the test project:
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="Verify.Xunit" Version="26.6.0" />
<PackageReference Include="xunit" Version="2.9.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2" PrivateAssets="all" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0-pre.35" PrivateAssets="all" />
```
<sup><a href='/usages/XunitNugetUsage/XunitNugetUsage.csproj#L6-L11' title='Snippet source file'>snippet source</a> | <a href='#snippet-xunit-nugets' title='Start of snippet'>anchor</a></sup>
<!-- endSnippet -->
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/MacOS_Other_Gui_Xunit_AzureDevOps.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Add the following packages to the test project:
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="Verify.Xunit" Version="26.6.0" />
<PackageReference Include="xunit" Version="2.9.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2" PrivateAssets="all" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0-pre.35" PrivateAssets="all" />
```
<sup><a href='/usages/XunitNugetUsage/XunitNugetUsage.csproj#L6-L11' title='Snippet source file'>snippet source</a> | <a href='#snippet-xunit-nugets' title='Start of snippet'>anchor</a></sup>
<!-- endSnippet -->
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/MacOS_Other_Gui_Xunit_GitHubActions.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Add the following packages to the test project:
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="Verify.Xunit" Version="26.6.0" />
<PackageReference Include="xunit" Version="2.9.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2" PrivateAssets="all" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0-pre.35" PrivateAssets="all" />
```
<sup><a href='/usages/XunitNugetUsage/XunitNugetUsage.csproj#L6-L11' title='Snippet source file'>snippet source</a> | <a href='#snippet-xunit-nugets' title='Start of snippet'>anchor</a></sup>
<!-- endSnippet -->
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/MacOS_Other_Gui_Xunit_None.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Add the following packages to the test project:
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="Verify.Xunit" Version="26.6.0" />
<PackageReference Include="xunit" Version="2.9.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2" PrivateAssets="all" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0-pre.35" PrivateAssets="all" />
```
<sup><a href='/usages/XunitNugetUsage/XunitNugetUsage.csproj#L6-L11' title='Snippet source file'>snippet source</a> | <a href='#snippet-xunit-nugets' title='Start of snippet'>anchor</a></sup>
<!-- endSnippet -->
Expand Down
6 changes: 3 additions & 3 deletions docs/wiz/MacOS_Rider_Gui_XunitV3_AppVeyor.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ Add the following packages to the test project:
<a id='snippet-xunitv3-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="Verify.XunitV3" Version="26.5.0-beta.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0-pre.30" PrivateAssets="all" />
<PackageReference Include="xunit.v3" Version="0.3.0-pre.18" />
<PackageReference Include="Verify.XunitV3" Version="27.0.0-beta.5" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0-pre.35" PrivateAssets="all" />
<PackageReference Include="xunit.v3" Version="0.4.0-pre.20" />
```
<sup><a href='/usages/XunitV3NugetUsage/XunitV3NugetUsage.csproj#L7-L12' title='Snippet source file'>snippet source</a> | <a href='#snippet-xunitv3-nugets' title='Start of snippet'>anchor</a></sup>
<!-- endSnippet -->
Expand Down
6 changes: 3 additions & 3 deletions docs/wiz/MacOS_Rider_Gui_XunitV3_AzureDevOps.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ Add the following packages to the test project:
<a id='snippet-xunitv3-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="Verify.XunitV3" Version="26.5.0-beta.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0-pre.30" PrivateAssets="all" />
<PackageReference Include="xunit.v3" Version="0.3.0-pre.18" />
<PackageReference Include="Verify.XunitV3" Version="27.0.0-beta.5" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0-pre.35" PrivateAssets="all" />
<PackageReference Include="xunit.v3" Version="0.4.0-pre.20" />
```
<sup><a href='/usages/XunitV3NugetUsage/XunitV3NugetUsage.csproj#L7-L12' title='Snippet source file'>snippet source</a> | <a href='#snippet-xunitv3-nugets' title='Start of snippet'>anchor</a></sup>
<!-- endSnippet -->
Expand Down
Loading

0 comments on commit 49863a2

Please sign in to comment.