Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Aug 30, 2024
1 parent 7174979 commit 3be3375
Show file tree
Hide file tree
Showing 168 changed files with 300 additions and 265 deletions.
2 changes: 1 addition & 1 deletion docs/wiz/Linux_Other_Gui_Fixie_AppVeyor.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Add the following packages to the test project:
<a id='snippet-fixie-nugets'></a>
```csproj
<PackageReference Include="Fixie" Version="3.4.0" />
<PackageReference Include="Verify.Fixie" Version="26.2.0" />
<PackageReference Include="Verify.Fixie" Version="26.3.0" />
```
<sup><a href='/usages/FixieNugetUsage/FixieNugetUsage.csproj#L6-L9' title='Snippet source file'>snippet source</a> | <a href='#snippet-fixie-nugets' title='Start of snippet'>anchor</a></sup>
<!-- endSnippet -->
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Linux_Other_Gui_Fixie_AzureDevOps.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Add the following packages to the test project:
<a id='snippet-fixie-nugets'></a>
```csproj
<PackageReference Include="Fixie" Version="3.4.0" />
<PackageReference Include="Verify.Fixie" Version="26.2.0" />
<PackageReference Include="Verify.Fixie" Version="26.3.0" />
```
<sup><a href='/usages/FixieNugetUsage/FixieNugetUsage.csproj#L6-L9' title='Snippet source file'>snippet source</a> | <a href='#snippet-fixie-nugets' title='Start of snippet'>anchor</a></sup>
<!-- endSnippet -->
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Linux_Other_Gui_Fixie_GitHubActions.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Add the following packages to the test project:
<a id='snippet-fixie-nugets'></a>
```csproj
<PackageReference Include="Fixie" Version="3.4.0" />
<PackageReference Include="Verify.Fixie" Version="26.2.0" />
<PackageReference Include="Verify.Fixie" Version="26.3.0" />
```
<sup><a href='/usages/FixieNugetUsage/FixieNugetUsage.csproj#L6-L9' title='Snippet source file'>snippet source</a> | <a href='#snippet-fixie-nugets' title='Start of snippet'>anchor</a></sup>
<!-- endSnippet -->
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Linux_Other_Gui_Fixie_None.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Add the following packages to the test project:
<a id='snippet-fixie-nugets'></a>
```csproj
<PackageReference Include="Fixie" Version="3.4.0" />
<PackageReference Include="Verify.Fixie" Version="26.2.0" />
<PackageReference Include="Verify.Fixie" Version="26.3.0" />
```
<sup><a href='/usages/FixieNugetUsage/FixieNugetUsage.csproj#L6-L9' title='Snippet source file'>snippet source</a> | <a href='#snippet-fixie-nugets' title='Start of snippet'>anchor</a></sup>
<!-- endSnippet -->
Expand Down
5 changes: 3 additions & 2 deletions docs/wiz/Linux_Other_Gui_MSTest_AppVeyor.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@ Add the following packages to the test project:
<!-- snippet: mstest-nugets -->
<a id='snippet-mstest-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="MSTest" Version="3.5.2" />
<PackageReference Include="Verify.MSTest" Version="26.2.0" />
<PackageReference Include="Verify.MSTest" Version="26.3.0" />
```
<sup><a href='/usages/MSTestNugetUsage/MSTestNugetUsage.csproj#L6-L9' title='Snippet source file'>snippet source</a> | <a href='#snippet-mstest-nugets' title='Start of snippet'>anchor</a></sup>
<sup><a href='/usages/MSTestNugetUsage/MSTestNugetUsage.csproj#L6-L10' title='Snippet source file'>snippet source</a> | <a href='#snippet-mstest-nugets' title='Start of snippet'>anchor</a></sup>
<!-- endSnippet -->


Expand Down
5 changes: 3 additions & 2 deletions docs/wiz/Linux_Other_Gui_MSTest_AzureDevOps.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@ Add the following packages to the test project:
<!-- snippet: mstest-nugets -->
<a id='snippet-mstest-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="MSTest" Version="3.5.2" />
<PackageReference Include="Verify.MSTest" Version="26.2.0" />
<PackageReference Include="Verify.MSTest" Version="26.3.0" />
```
<sup><a href='/usages/MSTestNugetUsage/MSTestNugetUsage.csproj#L6-L9' title='Snippet source file'>snippet source</a> | <a href='#snippet-mstest-nugets' title='Start of snippet'>anchor</a></sup>
<sup><a href='/usages/MSTestNugetUsage/MSTestNugetUsage.csproj#L6-L10' title='Snippet source file'>snippet source</a> | <a href='#snippet-mstest-nugets' title='Start of snippet'>anchor</a></sup>
<!-- endSnippet -->


Expand Down
5 changes: 3 additions & 2 deletions docs/wiz/Linux_Other_Gui_MSTest_GitHubActions.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@ Add the following packages to the test project:
<!-- snippet: mstest-nugets -->
<a id='snippet-mstest-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="MSTest" Version="3.5.2" />
<PackageReference Include="Verify.MSTest" Version="26.2.0" />
<PackageReference Include="Verify.MSTest" Version="26.3.0" />
```
<sup><a href='/usages/MSTestNugetUsage/MSTestNugetUsage.csproj#L6-L9' title='Snippet source file'>snippet source</a> | <a href='#snippet-mstest-nugets' title='Start of snippet'>anchor</a></sup>
<sup><a href='/usages/MSTestNugetUsage/MSTestNugetUsage.csproj#L6-L10' title='Snippet source file'>snippet source</a> | <a href='#snippet-mstest-nugets' title='Start of snippet'>anchor</a></sup>
<!-- endSnippet -->


Expand Down
5 changes: 3 additions & 2 deletions docs/wiz/Linux_Other_Gui_MSTest_None.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@ Add the following packages to the test project:
<!-- snippet: mstest-nugets -->
<a id='snippet-mstest-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="MSTest" Version="3.5.2" />
<PackageReference Include="Verify.MSTest" Version="26.2.0" />
<PackageReference Include="Verify.MSTest" Version="26.3.0" />
```
<sup><a href='/usages/MSTestNugetUsage/MSTestNugetUsage.csproj#L6-L9' title='Snippet source file'>snippet source</a> | <a href='#snippet-mstest-nugets' title='Start of snippet'>anchor</a></sup>
<sup><a href='/usages/MSTestNugetUsage/MSTestNugetUsage.csproj#L6-L10' title='Snippet source file'>snippet source</a> | <a href='#snippet-mstest-nugets' title='Start of snippet'>anchor</a></sup>
<!-- endSnippet -->


Expand Down
6 changes: 3 additions & 3 deletions docs/wiz/Linux_Other_Gui_NUnit_AppVeyor.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ Add the following packages to the test project:
<!-- snippet: nunit-nugets -->
<a id='snippet-nunit-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="NUnit" Version="4.2.0" />
<PackageReference Include="Verify.NUnit" Version="26.2.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="NUnit" Version="4.2.1" />
<PackageReference Include="Verify.NUnit" Version="26.3.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
```
<sup><a href='/usages/NUnitNugetUsage/NUnitNugetUsage.csproj#L6-L11' title='Snippet source file'>snippet source</a> | <a href='#snippet-nunit-nugets' title='Start of snippet'>anchor</a></sup>
Expand Down
6 changes: 3 additions & 3 deletions docs/wiz/Linux_Other_Gui_NUnit_AzureDevOps.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ Add the following packages to the test project:
<!-- snippet: nunit-nugets -->
<a id='snippet-nunit-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="NUnit" Version="4.2.0" />
<PackageReference Include="Verify.NUnit" Version="26.2.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="NUnit" Version="4.2.1" />
<PackageReference Include="Verify.NUnit" Version="26.3.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
```
<sup><a href='/usages/NUnitNugetUsage/NUnitNugetUsage.csproj#L6-L11' title='Snippet source file'>snippet source</a> | <a href='#snippet-nunit-nugets' title='Start of snippet'>anchor</a></sup>
Expand Down
6 changes: 3 additions & 3 deletions docs/wiz/Linux_Other_Gui_NUnit_GitHubActions.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ Add the following packages to the test project:
<!-- snippet: nunit-nugets -->
<a id='snippet-nunit-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="NUnit" Version="4.2.0" />
<PackageReference Include="Verify.NUnit" Version="26.2.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="NUnit" Version="4.2.1" />
<PackageReference Include="Verify.NUnit" Version="26.3.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
```
<sup><a href='/usages/NUnitNugetUsage/NUnitNugetUsage.csproj#L6-L11' title='Snippet source file'>snippet source</a> | <a href='#snippet-nunit-nugets' title='Start of snippet'>anchor</a></sup>
Expand Down
6 changes: 3 additions & 3 deletions docs/wiz/Linux_Other_Gui_NUnit_None.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ Add the following packages to the test project:
<!-- snippet: nunit-nugets -->
<a id='snippet-nunit-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="NUnit" Version="4.2.0" />
<PackageReference Include="Verify.NUnit" Version="26.2.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="NUnit" Version="4.2.1" />
<PackageReference Include="Verify.NUnit" Version="26.3.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
```
<sup><a href='/usages/NUnitNugetUsage/NUnitNugetUsage.csproj#L6-L11' title='Snippet source file'>snippet source</a> | <a href='#snippet-nunit-nugets' title='Start of snippet'>anchor</a></sup>
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Linux_Other_Gui_XunitV3_AppVeyor.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Add the following packages to the test project:
<a id='snippet-xunitv3-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="Verify.Xunit" Version="26.2.0" />
<PackageReference Include="Verify.Xunit" Version="26.3.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0-pre.24" PrivateAssets="all" />
<PackageReference Include="xunit.v3" Version="0.2.0-pre.69" />
```
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Linux_Other_Gui_XunitV3_AzureDevOps.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Add the following packages to the test project:
<a id='snippet-xunitv3-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="Verify.Xunit" Version="26.2.0" />
<PackageReference Include="Verify.Xunit" Version="26.3.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0-pre.24" PrivateAssets="all" />
<PackageReference Include="xunit.v3" Version="0.2.0-pre.69" />
```
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Linux_Other_Gui_XunitV3_GitHubActions.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Add the following packages to the test project:
<a id='snippet-xunitv3-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="Verify.Xunit" Version="26.2.0" />
<PackageReference Include="Verify.Xunit" Version="26.3.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0-pre.24" PrivateAssets="all" />
<PackageReference Include="xunit.v3" Version="0.2.0-pre.69" />
```
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Linux_Other_Gui_XunitV3_None.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Add the following packages to the test project:
<a id='snippet-xunitv3-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="Verify.Xunit" Version="26.2.0" />
<PackageReference Include="Verify.Xunit" Version="26.3.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0-pre.24" PrivateAssets="all" />
<PackageReference Include="xunit.v3" Version="0.2.0-pre.69" />
```
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 @@ -18,7 +18,7 @@ Add the following packages to the test project:
<a id='snippet-xunit-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="Verify.Xunit" Version="26.2.0" />
<PackageReference Include="Verify.Xunit" Version="26.3.0" />
<PackageReference Include="xunit" Version="2.9.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2" PrivateAssets="all" />
```
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 @@ -18,7 +18,7 @@ Add the following packages to the test project:
<a id='snippet-xunit-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="Verify.Xunit" Version="26.2.0" />
<PackageReference Include="Verify.Xunit" Version="26.3.0" />
<PackageReference Include="xunit" Version="2.9.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2" PrivateAssets="all" />
```
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 @@ -18,7 +18,7 @@ Add the following packages to the test project:
<a id='snippet-xunit-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="Verify.Xunit" Version="26.2.0" />
<PackageReference Include="Verify.Xunit" Version="26.3.0" />
<PackageReference Include="xunit" Version="2.9.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2" PrivateAssets="all" />
```
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 @@ -18,7 +18,7 @@ Add the following packages to the test project:
<a id='snippet-xunit-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="Verify.Xunit" Version="26.2.0" />
<PackageReference Include="Verify.Xunit" Version="26.3.0" />
<PackageReference Include="xunit" Version="2.9.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2" PrivateAssets="all" />
```
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Linux_Rider_Gui_Fixie_AppVeyor.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Add the following packages to the test project:
<a id='snippet-fixie-nugets'></a>
```csproj
<PackageReference Include="Fixie" Version="3.4.0" />
<PackageReference Include="Verify.Fixie" Version="26.2.0" />
<PackageReference Include="Verify.Fixie" Version="26.3.0" />
```
<sup><a href='/usages/FixieNugetUsage/FixieNugetUsage.csproj#L6-L9' title='Snippet source file'>snippet source</a> | <a href='#snippet-fixie-nugets' title='Start of snippet'>anchor</a></sup>
<!-- endSnippet -->
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Linux_Rider_Gui_Fixie_AzureDevOps.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Add the following packages to the test project:
<a id='snippet-fixie-nugets'></a>
```csproj
<PackageReference Include="Fixie" Version="3.4.0" />
<PackageReference Include="Verify.Fixie" Version="26.2.0" />
<PackageReference Include="Verify.Fixie" Version="26.3.0" />
```
<sup><a href='/usages/FixieNugetUsage/FixieNugetUsage.csproj#L6-L9' title='Snippet source file'>snippet source</a> | <a href='#snippet-fixie-nugets' title='Start of snippet'>anchor</a></sup>
<!-- endSnippet -->
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Linux_Rider_Gui_Fixie_GitHubActions.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Add the following packages to the test project:
<a id='snippet-fixie-nugets'></a>
```csproj
<PackageReference Include="Fixie" Version="3.4.0" />
<PackageReference Include="Verify.Fixie" Version="26.2.0" />
<PackageReference Include="Verify.Fixie" Version="26.3.0" />
```
<sup><a href='/usages/FixieNugetUsage/FixieNugetUsage.csproj#L6-L9' title='Snippet source file'>snippet source</a> | <a href='#snippet-fixie-nugets' title='Start of snippet'>anchor</a></sup>
<!-- endSnippet -->
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Linux_Rider_Gui_Fixie_None.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Add the following packages to the test project:
<a id='snippet-fixie-nugets'></a>
```csproj
<PackageReference Include="Fixie" Version="3.4.0" />
<PackageReference Include="Verify.Fixie" Version="26.2.0" />
<PackageReference Include="Verify.Fixie" Version="26.3.0" />
```
<sup><a href='/usages/FixieNugetUsage/FixieNugetUsage.csproj#L6-L9' title='Snippet source file'>snippet source</a> | <a href='#snippet-fixie-nugets' title='Start of snippet'>anchor</a></sup>
<!-- endSnippet -->
Expand Down
5 changes: 3 additions & 2 deletions docs/wiz/Linux_Rider_Gui_MSTest_AppVeyor.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@ Add the following packages to the test project:
<!-- snippet: mstest-nugets -->
<a id='snippet-mstest-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="MSTest" Version="3.5.2" />
<PackageReference Include="Verify.MSTest" Version="26.2.0" />
<PackageReference Include="Verify.MSTest" Version="26.3.0" />
```
<sup><a href='/usages/MSTestNugetUsage/MSTestNugetUsage.csproj#L6-L9' title='Snippet source file'>snippet source</a> | <a href='#snippet-mstest-nugets' title='Start of snippet'>anchor</a></sup>
<sup><a href='/usages/MSTestNugetUsage/MSTestNugetUsage.csproj#L6-L10' title='Snippet source file'>snippet source</a> | <a href='#snippet-mstest-nugets' title='Start of snippet'>anchor</a></sup>
<!-- endSnippet -->


Expand Down
5 changes: 3 additions & 2 deletions docs/wiz/Linux_Rider_Gui_MSTest_AzureDevOps.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@ Add the following packages to the test project:
<!-- snippet: mstest-nugets -->
<a id='snippet-mstest-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="MSTest" Version="3.5.2" />
<PackageReference Include="Verify.MSTest" Version="26.2.0" />
<PackageReference Include="Verify.MSTest" Version="26.3.0" />
```
<sup><a href='/usages/MSTestNugetUsage/MSTestNugetUsage.csproj#L6-L9' title='Snippet source file'>snippet source</a> | <a href='#snippet-mstest-nugets' title='Start of snippet'>anchor</a></sup>
<sup><a href='/usages/MSTestNugetUsage/MSTestNugetUsage.csproj#L6-L10' title='Snippet source file'>snippet source</a> | <a href='#snippet-mstest-nugets' title='Start of snippet'>anchor</a></sup>
<!-- endSnippet -->


Expand Down
5 changes: 3 additions & 2 deletions docs/wiz/Linux_Rider_Gui_MSTest_GitHubActions.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@ Add the following packages to the test project:
<!-- snippet: mstest-nugets -->
<a id='snippet-mstest-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="MSTest" Version="3.5.2" />
<PackageReference Include="Verify.MSTest" Version="26.2.0" />
<PackageReference Include="Verify.MSTest" Version="26.3.0" />
```
<sup><a href='/usages/MSTestNugetUsage/MSTestNugetUsage.csproj#L6-L9' title='Snippet source file'>snippet source</a> | <a href='#snippet-mstest-nugets' title='Start of snippet'>anchor</a></sup>
<sup><a href='/usages/MSTestNugetUsage/MSTestNugetUsage.csproj#L6-L10' title='Snippet source file'>snippet source</a> | <a href='#snippet-mstest-nugets' title='Start of snippet'>anchor</a></sup>
<!-- endSnippet -->


Expand Down
5 changes: 3 additions & 2 deletions docs/wiz/Linux_Rider_Gui_MSTest_None.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@ Add the following packages to the test project:
<!-- snippet: mstest-nugets -->
<a id='snippet-mstest-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="MSTest" Version="3.5.2" />
<PackageReference Include="Verify.MSTest" Version="26.2.0" />
<PackageReference Include="Verify.MSTest" Version="26.3.0" />
```
<sup><a href='/usages/MSTestNugetUsage/MSTestNugetUsage.csproj#L6-L9' title='Snippet source file'>snippet source</a> | <a href='#snippet-mstest-nugets' title='Start of snippet'>anchor</a></sup>
<sup><a href='/usages/MSTestNugetUsage/MSTestNugetUsage.csproj#L6-L10' title='Snippet source file'>snippet source</a> | <a href='#snippet-mstest-nugets' title='Start of snippet'>anchor</a></sup>
<!-- endSnippet -->


Expand Down
6 changes: 3 additions & 3 deletions docs/wiz/Linux_Rider_Gui_NUnit_AppVeyor.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ Add the following packages to the test project:
<!-- snippet: nunit-nugets -->
<a id='snippet-nunit-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="NUnit" Version="4.2.0" />
<PackageReference Include="Verify.NUnit" Version="26.2.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="NUnit" Version="4.2.1" />
<PackageReference Include="Verify.NUnit" Version="26.3.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
```
<sup><a href='/usages/NUnitNugetUsage/NUnitNugetUsage.csproj#L6-L11' title='Snippet source file'>snippet source</a> | <a href='#snippet-nunit-nugets' title='Start of snippet'>anchor</a></sup>
Expand Down
6 changes: 3 additions & 3 deletions docs/wiz/Linux_Rider_Gui_NUnit_AzureDevOps.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ Add the following packages to the test project:
<!-- snippet: nunit-nugets -->
<a id='snippet-nunit-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="NUnit" Version="4.2.0" />
<PackageReference Include="Verify.NUnit" Version="26.2.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="NUnit" Version="4.2.1" />
<PackageReference Include="Verify.NUnit" Version="26.3.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
```
<sup><a href='/usages/NUnitNugetUsage/NUnitNugetUsage.csproj#L6-L11' title='Snippet source file'>snippet source</a> | <a href='#snippet-nunit-nugets' title='Start of snippet'>anchor</a></sup>
Expand Down
6 changes: 3 additions & 3 deletions docs/wiz/Linux_Rider_Gui_NUnit_GitHubActions.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ Add the following packages to the test project:
<!-- snippet: nunit-nugets -->
<a id='snippet-nunit-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="NUnit" Version="4.2.0" />
<PackageReference Include="Verify.NUnit" Version="26.2.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="NUnit" Version="4.2.1" />
<PackageReference Include="Verify.NUnit" Version="26.3.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
```
<sup><a href='/usages/NUnitNugetUsage/NUnitNugetUsage.csproj#L6-L11' title='Snippet source file'>snippet source</a> | <a href='#snippet-nunit-nugets' title='Start of snippet'>anchor</a></sup>
Expand Down
Loading

0 comments on commit 3be3375

Please sign in to comment.