Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Jan 10, 2025
1 parent baa0fb9 commit 8e634e4
Show file tree
Hide file tree
Showing 36 changed files with 60 additions and 60 deletions.
2 changes: 1 addition & 1 deletion docs/wiz/Windows_Rider_Gui_TUnit_AppVeyor.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Add the following packages to the test project:
<!-- snippet: tunit-nugets -->
<a id='snippet-tunit-nugets'></a>
```csproj
<PackageReference Include="TUnit" Version="0.6.33" />
<PackageReference Include="TUnit" Version="0.6.72" />
<PackageReference Include="Verify.TUnit" Version="28.8.1" />
```
<sup><a href='/usages/TUnitNugetUsage/TUnitNugetUsage.csproj#L8-L11' title='Snippet source file'>snippet source</a> | <a href='#snippet-tunit-nugets' title='Start of snippet'>anchor</a></sup>
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Windows_Rider_Gui_TUnit_AzureDevOps.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Add the following packages to the test project:
<!-- snippet: tunit-nugets -->
<a id='snippet-tunit-nugets'></a>
```csproj
<PackageReference Include="TUnit" Version="0.6.33" />
<PackageReference Include="TUnit" Version="0.6.72" />
<PackageReference Include="Verify.TUnit" Version="28.8.1" />
```
<sup><a href='/usages/TUnitNugetUsage/TUnitNugetUsage.csproj#L8-L11' title='Snippet source file'>snippet source</a> | <a href='#snippet-tunit-nugets' title='Start of snippet'>anchor</a></sup>
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Windows_Rider_Gui_TUnit_GitHubActions.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Add the following packages to the test project:
<!-- snippet: tunit-nugets -->
<a id='snippet-tunit-nugets'></a>
```csproj
<PackageReference Include="TUnit" Version="0.6.33" />
<PackageReference Include="TUnit" Version="0.6.72" />
<PackageReference Include="Verify.TUnit" Version="28.8.1" />
```
<sup><a href='/usages/TUnitNugetUsage/TUnitNugetUsage.csproj#L8-L11' title='Snippet source file'>snippet source</a> | <a href='#snippet-tunit-nugets' title='Start of snippet'>anchor</a></sup>
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Windows_Rider_Gui_TUnit_None.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Add the following packages to the test project:
<!-- snippet: tunit-nugets -->
<a id='snippet-tunit-nugets'></a>
```csproj
<PackageReference Include="TUnit" Version="0.6.33" />
<PackageReference Include="TUnit" Version="0.6.72" />
<PackageReference Include="Verify.TUnit" Version="28.8.1" />
```
<sup><a href='/usages/TUnitNugetUsage/TUnitNugetUsage.csproj#L8-L11' title='Snippet source file'>snippet source</a> | <a href='#snippet-tunit-nugets' title='Start of snippet'>anchor</a></sup>
Expand Down
4 changes: 2 additions & 2 deletions docs/wiz/Windows_Rider_Gui_XunitV3_AppVeyor.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ Add the following packages to the test project:
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="Verify.XunitV3" Version="28.8.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0" PrivateAssets="all" />
<PackageReference Include="xunit.v3" Version="1.0.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.1" PrivateAssets="all" />
<PackageReference Include="xunit.v3" Version="1.0.1" />
```
<sup><a href='/usages/XunitV3NugetUsage/XunitV3NugetUsage.csproj#L8-L13' title='Snippet source file'>snippet source</a> | <a href='#snippet-xunitv3-nugets' title='Start of snippet'>anchor</a></sup>
<!-- endSnippet -->
Expand Down
4 changes: 2 additions & 2 deletions docs/wiz/Windows_Rider_Gui_XunitV3_AzureDevOps.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ Add the following packages to the test project:
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="Verify.XunitV3" Version="28.8.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0" PrivateAssets="all" />
<PackageReference Include="xunit.v3" Version="1.0.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.1" PrivateAssets="all" />
<PackageReference Include="xunit.v3" Version="1.0.1" />
```
<sup><a href='/usages/XunitV3NugetUsage/XunitV3NugetUsage.csproj#L8-L13' title='Snippet source file'>snippet source</a> | <a href='#snippet-xunitv3-nugets' title='Start of snippet'>anchor</a></sup>
<!-- endSnippet -->
Expand Down
4 changes: 2 additions & 2 deletions docs/wiz/Windows_Rider_Gui_XunitV3_GitHubActions.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ Add the following packages to the test project:
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="Verify.XunitV3" Version="28.8.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0" PrivateAssets="all" />
<PackageReference Include="xunit.v3" Version="1.0.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.1" PrivateAssets="all" />
<PackageReference Include="xunit.v3" Version="1.0.1" />
```
<sup><a href='/usages/XunitV3NugetUsage/XunitV3NugetUsage.csproj#L8-L13' title='Snippet source file'>snippet source</a> | <a href='#snippet-xunitv3-nugets' title='Start of snippet'>anchor</a></sup>
<!-- endSnippet -->
Expand Down
4 changes: 2 additions & 2 deletions docs/wiz/Windows_Rider_Gui_XunitV3_None.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ Add the following packages to the test project:
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="Verify.XunitV3" Version="28.8.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0" PrivateAssets="all" />
<PackageReference Include="xunit.v3" Version="1.0.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.1" PrivateAssets="all" />
<PackageReference Include="xunit.v3" Version="1.0.1" />
```
<sup><a href='/usages/XunitV3NugetUsage/XunitV3NugetUsage.csproj#L8-L13' title='Snippet source file'>snippet source</a> | <a href='#snippet-xunitv3-nugets' title='Start of snippet'>anchor</a></sup>
<!-- endSnippet -->
Expand Down
4 changes: 2 additions & 2 deletions docs/wiz/Windows_Rider_Gui_Xunit_AppVeyor.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ Add the following packages to the test project:
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="Verify.Xunit" Version="28.8.1" />
<PackageReference Include="xunit" Version="2.9.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0" PrivateAssets="all" />
<PackageReference Include="xunit" Version="2.9.3" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.1" PrivateAssets="all" />
```
<sup><a href='/usages/XunitNugetUsage/XunitNugetUsage.csproj#L7-L12' title='Snippet source file'>snippet source</a> | <a href='#snippet-xunit-nugets' title='Start of snippet'>anchor</a></sup>
<!-- endSnippet -->
Expand Down
4 changes: 2 additions & 2 deletions docs/wiz/Windows_Rider_Gui_Xunit_AzureDevOps.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ Add the following packages to the test project:
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="Verify.Xunit" Version="28.8.1" />
<PackageReference Include="xunit" Version="2.9.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0" PrivateAssets="all" />
<PackageReference Include="xunit" Version="2.9.3" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.1" PrivateAssets="all" />
```
<sup><a href='/usages/XunitNugetUsage/XunitNugetUsage.csproj#L7-L12' title='Snippet source file'>snippet source</a> | <a href='#snippet-xunit-nugets' title='Start of snippet'>anchor</a></sup>
<!-- endSnippet -->
Expand Down
4 changes: 2 additions & 2 deletions docs/wiz/Windows_Rider_Gui_Xunit_GitHubActions.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ Add the following packages to the test project:
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="Verify.Xunit" Version="28.8.1" />
<PackageReference Include="xunit" Version="2.9.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0" PrivateAssets="all" />
<PackageReference Include="xunit" Version="2.9.3" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.1" PrivateAssets="all" />
```
<sup><a href='/usages/XunitNugetUsage/XunitNugetUsage.csproj#L7-L12' title='Snippet source file'>snippet source</a> | <a href='#snippet-xunit-nugets' title='Start of snippet'>anchor</a></sup>
<!-- endSnippet -->
Expand Down
4 changes: 2 additions & 2 deletions docs/wiz/Windows_Rider_Gui_Xunit_None.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ Add the following packages to the test project:
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="Verify.Xunit" Version="28.8.1" />
<PackageReference Include="xunit" Version="2.9.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0" PrivateAssets="all" />
<PackageReference Include="xunit" Version="2.9.3" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.1" PrivateAssets="all" />
```
<sup><a href='/usages/XunitNugetUsage/XunitNugetUsage.csproj#L7-L12' title='Snippet source file'>snippet source</a> | <a href='#snippet-xunit-nugets' title='Start of snippet'>anchor</a></sup>
<!-- endSnippet -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Add the following packages to the test project:
<!-- snippet: tunit-nugets -->
<a id='snippet-tunit-nugets'></a>
```csproj
<PackageReference Include="TUnit" Version="0.6.33" />
<PackageReference Include="TUnit" Version="0.6.72" />
<PackageReference Include="Verify.TUnit" Version="28.8.1" />
```
<sup><a href='/usages/TUnitNugetUsage/TUnitNugetUsage.csproj#L8-L11' title='Snippet source file'>snippet source</a> | <a href='#snippet-tunit-nugets' title='Start of snippet'>anchor</a></sup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Add the following packages to the test project:
<!-- snippet: tunit-nugets -->
<a id='snippet-tunit-nugets'></a>
```csproj
<PackageReference Include="TUnit" Version="0.6.33" />
<PackageReference Include="TUnit" Version="0.6.72" />
<PackageReference Include="Verify.TUnit" Version="28.8.1" />
```
<sup><a href='/usages/TUnitNugetUsage/TUnitNugetUsage.csproj#L8-L11' title='Snippet source file'>snippet source</a> | <a href='#snippet-tunit-nugets' title='Start of snippet'>anchor</a></sup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Add the following packages to the test project:
<!-- snippet: tunit-nugets -->
<a id='snippet-tunit-nugets'></a>
```csproj
<PackageReference Include="TUnit" Version="0.6.33" />
<PackageReference Include="TUnit" Version="0.6.72" />
<PackageReference Include="Verify.TUnit" Version="28.8.1" />
```
<sup><a href='/usages/TUnitNugetUsage/TUnitNugetUsage.csproj#L8-L11' title='Snippet source file'>snippet source</a> | <a href='#snippet-tunit-nugets' title='Start of snippet'>anchor</a></sup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Add the following packages to the test project:
<!-- snippet: tunit-nugets -->
<a id='snippet-tunit-nugets'></a>
```csproj
<PackageReference Include="TUnit" Version="0.6.33" />
<PackageReference Include="TUnit" Version="0.6.72" />
<PackageReference Include="Verify.TUnit" Version="28.8.1" />
```
<sup><a href='/usages/TUnitNugetUsage/TUnitNugetUsage.csproj#L8-L11' title='Snippet source file'>snippet source</a> | <a href='#snippet-tunit-nugets' title='Start of snippet'>anchor</a></sup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ Add the following packages to the test project:
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="Verify.XunitV3" Version="28.8.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0" PrivateAssets="all" />
<PackageReference Include="xunit.v3" Version="1.0.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.1" PrivateAssets="all" />
<PackageReference Include="xunit.v3" Version="1.0.1" />
```
<sup><a href='/usages/XunitV3NugetUsage/XunitV3NugetUsage.csproj#L8-L13' title='Snippet source file'>snippet source</a> | <a href='#snippet-xunitv3-nugets' title='Start of snippet'>anchor</a></sup>
<!-- endSnippet -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ Add the following packages to the test project:
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="Verify.XunitV3" Version="28.8.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0" PrivateAssets="all" />
<PackageReference Include="xunit.v3" Version="1.0.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.1" PrivateAssets="all" />
<PackageReference Include="xunit.v3" Version="1.0.1" />
```
<sup><a href='/usages/XunitV3NugetUsage/XunitV3NugetUsage.csproj#L8-L13' title='Snippet source file'>snippet source</a> | <a href='#snippet-xunitv3-nugets' title='Start of snippet'>anchor</a></sup>
<!-- endSnippet -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ Add the following packages to the test project:
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="Verify.XunitV3" Version="28.8.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0" PrivateAssets="all" />
<PackageReference Include="xunit.v3" Version="1.0.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.1" PrivateAssets="all" />
<PackageReference Include="xunit.v3" Version="1.0.1" />
```
<sup><a href='/usages/XunitV3NugetUsage/XunitV3NugetUsage.csproj#L8-L13' title='Snippet source file'>snippet source</a> | <a href='#snippet-xunitv3-nugets' title='Start of snippet'>anchor</a></sup>
<!-- endSnippet -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ Add the following packages to the test project:
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="Verify.XunitV3" Version="28.8.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0" PrivateAssets="all" />
<PackageReference Include="xunit.v3" Version="1.0.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.1" PrivateAssets="all" />
<PackageReference Include="xunit.v3" Version="1.0.1" />
```
<sup><a href='/usages/XunitV3NugetUsage/XunitV3NugetUsage.csproj#L8-L13' title='Snippet source file'>snippet source</a> | <a href='#snippet-xunitv3-nugets' title='Start of snippet'>anchor</a></sup>
<!-- endSnippet -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ Add the following packages to the test project:
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="Verify.Xunit" Version="28.8.1" />
<PackageReference Include="xunit" Version="2.9.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0" PrivateAssets="all" />
<PackageReference Include="xunit" Version="2.9.3" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.1" PrivateAssets="all" />
```
<sup><a href='/usages/XunitNugetUsage/XunitNugetUsage.csproj#L7-L12' title='Snippet source file'>snippet source</a> | <a href='#snippet-xunit-nugets' title='Start of snippet'>anchor</a></sup>
<!-- endSnippet -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ Add the following packages to the test project:
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="Verify.Xunit" Version="28.8.1" />
<PackageReference Include="xunit" Version="2.9.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0" PrivateAssets="all" />
<PackageReference Include="xunit" Version="2.9.3" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.1" PrivateAssets="all" />
```
<sup><a href='/usages/XunitNugetUsage/XunitNugetUsage.csproj#L7-L12' title='Snippet source file'>snippet source</a> | <a href='#snippet-xunit-nugets' title='Start of snippet'>anchor</a></sup>
<!-- endSnippet -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ Add the following packages to the test project:
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="Verify.Xunit" Version="28.8.1" />
<PackageReference Include="xunit" Version="2.9.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0" PrivateAssets="all" />
<PackageReference Include="xunit" Version="2.9.3" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.1" PrivateAssets="all" />
```
<sup><a href='/usages/XunitNugetUsage/XunitNugetUsage.csproj#L7-L12' title='Snippet source file'>snippet source</a> | <a href='#snippet-xunit-nugets' title='Start of snippet'>anchor</a></sup>
<!-- endSnippet -->
Expand Down
4 changes: 2 additions & 2 deletions docs/wiz/Windows_VisualStudioWithReSharper_Gui_Xunit_None.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ Add the following packages to the test project:
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="Verify.Xunit" Version="28.8.1" />
<PackageReference Include="xunit" Version="2.9.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0" PrivateAssets="all" />
<PackageReference Include="xunit" Version="2.9.3" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.1" PrivateAssets="all" />
```
<sup><a href='/usages/XunitNugetUsage/XunitNugetUsage.csproj#L7-L12' 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/Windows_VisualStudio_Gui_TUnit_AppVeyor.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Add the following packages to the test project:
<!-- snippet: tunit-nugets -->
<a id='snippet-tunit-nugets'></a>
```csproj
<PackageReference Include="TUnit" Version="0.6.33" />
<PackageReference Include="TUnit" Version="0.6.72" />
<PackageReference Include="Verify.TUnit" Version="28.8.1" />
```
<sup><a href='/usages/TUnitNugetUsage/TUnitNugetUsage.csproj#L8-L11' title='Snippet source file'>snippet source</a> | <a href='#snippet-tunit-nugets' title='Start of snippet'>anchor</a></sup>
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Windows_VisualStudio_Gui_TUnit_AzureDevOps.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Add the following packages to the test project:
<!-- snippet: tunit-nugets -->
<a id='snippet-tunit-nugets'></a>
```csproj
<PackageReference Include="TUnit" Version="0.6.33" />
<PackageReference Include="TUnit" Version="0.6.72" />
<PackageReference Include="Verify.TUnit" Version="28.8.1" />
```
<sup><a href='/usages/TUnitNugetUsage/TUnitNugetUsage.csproj#L8-L11' title='Snippet source file'>snippet source</a> | <a href='#snippet-tunit-nugets' title='Start of snippet'>anchor</a></sup>
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Windows_VisualStudio_Gui_TUnit_GitHubActions.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Add the following packages to the test project:
<!-- snippet: tunit-nugets -->
<a id='snippet-tunit-nugets'></a>
```csproj
<PackageReference Include="TUnit" Version="0.6.33" />
<PackageReference Include="TUnit" Version="0.6.72" />
<PackageReference Include="Verify.TUnit" Version="28.8.1" />
```
<sup><a href='/usages/TUnitNugetUsage/TUnitNugetUsage.csproj#L8-L11' title='Snippet source file'>snippet source</a> | <a href='#snippet-tunit-nugets' title='Start of snippet'>anchor</a></sup>
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Windows_VisualStudio_Gui_TUnit_None.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Add the following packages to the test project:
<!-- snippet: tunit-nugets -->
<a id='snippet-tunit-nugets'></a>
```csproj
<PackageReference Include="TUnit" Version="0.6.33" />
<PackageReference Include="TUnit" Version="0.6.72" />
<PackageReference Include="Verify.TUnit" Version="28.8.1" />
```
<sup><a href='/usages/TUnitNugetUsage/TUnitNugetUsage.csproj#L8-L11' title='Snippet source file'>snippet source</a> | <a href='#snippet-tunit-nugets' title='Start of snippet'>anchor</a></sup>
Expand Down
4 changes: 2 additions & 2 deletions docs/wiz/Windows_VisualStudio_Gui_XunitV3_AppVeyor.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ Add the following packages to the test project:
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="Verify.XunitV3" Version="28.8.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0" PrivateAssets="all" />
<PackageReference Include="xunit.v3" Version="1.0.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.1" PrivateAssets="all" />
<PackageReference Include="xunit.v3" Version="1.0.1" />
```
<sup><a href='/usages/XunitV3NugetUsage/XunitV3NugetUsage.csproj#L8-L13' title='Snippet source file'>snippet source</a> | <a href='#snippet-xunitv3-nugets' title='Start of snippet'>anchor</a></sup>
<!-- endSnippet -->
Expand Down
4 changes: 2 additions & 2 deletions docs/wiz/Windows_VisualStudio_Gui_XunitV3_AzureDevOps.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ Add the following packages to the test project:
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="Verify.XunitV3" Version="28.8.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0" PrivateAssets="all" />
<PackageReference Include="xunit.v3" Version="1.0.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.1" PrivateAssets="all" />
<PackageReference Include="xunit.v3" Version="1.0.1" />
```
<sup><a href='/usages/XunitV3NugetUsage/XunitV3NugetUsage.csproj#L8-L13' title='Snippet source file'>snippet source</a> | <a href='#snippet-xunitv3-nugets' title='Start of snippet'>anchor</a></sup>
<!-- endSnippet -->
Expand Down
4 changes: 2 additions & 2 deletions docs/wiz/Windows_VisualStudio_Gui_XunitV3_GitHubActions.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ Add the following packages to the test project:
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="Verify.XunitV3" Version="28.8.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0" PrivateAssets="all" />
<PackageReference Include="xunit.v3" Version="1.0.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.1" PrivateAssets="all" />
<PackageReference Include="xunit.v3" Version="1.0.1" />
```
<sup><a href='/usages/XunitV3NugetUsage/XunitV3NugetUsage.csproj#L8-L13' 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 8e634e4

Please sign in to comment.