Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Sep 5, 2024
1 parent 4d8de82 commit 80b3c99
Show file tree
Hide file tree
Showing 133 changed files with 133 additions and 133 deletions.
2 changes: 1 addition & 1 deletion docs/wiz/Linux_Other_Gui_MSTest_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: mstest-nugets -->
<a id='snippet-mstest-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="MSTest" Version="3.5.2" />
<PackageReference Include="Verify.MSTest" Version="26.4.0" />
```
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Linux_Other_Gui_MSTest_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: mstest-nugets -->
<a id='snippet-mstest-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="MSTest" Version="3.5.2" />
<PackageReference Include="Verify.MSTest" Version="26.4.0" />
```
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Linux_Other_Gui_MSTest_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: mstest-nugets -->
<a id='snippet-mstest-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="MSTest" Version="3.5.2" />
<PackageReference Include="Verify.MSTest" Version="26.4.0" />
```
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Linux_Other_Gui_MSTest_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: mstest-nugets -->
<a id='snippet-mstest-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="MSTest" Version="3.5.2" />
<PackageReference Include="Verify.MSTest" Version="26.4.0" />
```
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Linux_Other_Gui_NUnit_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: nunit-nugets -->
<a id='snippet-nunit-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="NUnit" Version="4.2.2" />
<PackageReference Include="Verify.NUnit" Version="26.4.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Linux_Other_Gui_NUnit_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: nunit-nugets -->
<a id='snippet-nunit-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="NUnit" Version="4.2.2" />
<PackageReference Include="Verify.NUnit" Version="26.4.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Linux_Other_Gui_NUnit_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: nunit-nugets -->
<a id='snippet-nunit-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="NUnit" Version="4.2.2" />
<PackageReference Include="Verify.NUnit" Version="26.4.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Linux_Other_Gui_NUnit_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: nunit-nugets -->
<a id='snippet-nunit-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="NUnit" Version="4.2.2" />
<PackageReference Include="Verify.NUnit" Version="26.4.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
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 @@ -17,7 +17,7 @@ Add the following packages to the test project:
<!-- snippet: xunitv3-nugets -->
<a id='snippet-xunitv3-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="Verify.XunitV3" Version="26.3.1-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" />
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 @@ -17,7 +17,7 @@ Add the following packages to the test project:
<!-- snippet: xunitv3-nugets -->
<a id='snippet-xunitv3-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="Verify.XunitV3" Version="26.3.1-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" />
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 @@ -17,7 +17,7 @@ Add the following packages to the test project:
<!-- snippet: xunitv3-nugets -->
<a id='snippet-xunitv3-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="Verify.XunitV3" Version="26.3.1-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" />
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 @@ -17,7 +17,7 @@ Add the following packages to the test project:
<!-- snippet: xunitv3-nugets -->
<a id='snippet-xunitv3-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="Verify.XunitV3" Version="26.3.1-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" />
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 @@ -17,7 +17,7 @@ Add the following packages to the test project:
<!-- snippet: xunit-nugets -->
<a id='snippet-xunit-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="Verify.Xunit" Version="26.4.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 @@ -17,7 +17,7 @@ Add the following packages to the test project:
<!-- snippet: xunit-nugets -->
<a id='snippet-xunit-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="Verify.Xunit" Version="26.4.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 @@ -17,7 +17,7 @@ Add the following packages to the test project:
<!-- snippet: xunit-nugets -->
<a id='snippet-xunit-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="Verify.Xunit" Version="26.4.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 @@ -17,7 +17,7 @@ Add the following packages to the test project:
<!-- snippet: xunit-nugets -->
<a id='snippet-xunit-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="Verify.Xunit" Version="26.4.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_MSTest_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: mstest-nugets -->
<a id='snippet-mstest-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="MSTest" Version="3.5.2" />
<PackageReference Include="Verify.MSTest" Version="26.4.0" />
```
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Linux_Rider_Gui_MSTest_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: mstest-nugets -->
<a id='snippet-mstest-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="MSTest" Version="3.5.2" />
<PackageReference Include="Verify.MSTest" Version="26.4.0" />
```
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Linux_Rider_Gui_MSTest_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: mstest-nugets -->
<a id='snippet-mstest-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="MSTest" Version="3.5.2" />
<PackageReference Include="Verify.MSTest" Version="26.4.0" />
```
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Linux_Rider_Gui_MSTest_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: mstest-nugets -->
<a id='snippet-mstest-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="MSTest" Version="3.5.2" />
<PackageReference Include="Verify.MSTest" Version="26.4.0" />
```
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Linux_Rider_Gui_NUnit_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: nunit-nugets -->
<a id='snippet-nunit-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="NUnit" Version="4.2.2" />
<PackageReference Include="Verify.NUnit" Version="26.4.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Linux_Rider_Gui_NUnit_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: nunit-nugets -->
<a id='snippet-nunit-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="NUnit" Version="4.2.2" />
<PackageReference Include="Verify.NUnit" Version="26.4.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Linux_Rider_Gui_NUnit_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: nunit-nugets -->
<a id='snippet-nunit-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="NUnit" Version="4.2.2" />
<PackageReference Include="Verify.NUnit" Version="26.4.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Linux_Rider_Gui_NUnit_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: nunit-nugets -->
<a id='snippet-nunit-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="NUnit" Version="4.2.2" />
<PackageReference Include="Verify.NUnit" Version="26.4.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Linux_Rider_Gui_XunitV3_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: xunitv3-nugets -->
<a id='snippet-xunitv3-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="Verify.XunitV3" Version="26.3.1-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" />
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Linux_Rider_Gui_XunitV3_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: xunitv3-nugets -->
<a id='snippet-xunitv3-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="Verify.XunitV3" Version="26.3.1-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" />
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Linux_Rider_Gui_XunitV3_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: xunitv3-nugets -->
<a id='snippet-xunitv3-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="Verify.XunitV3" Version="26.3.1-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" />
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Linux_Rider_Gui_XunitV3_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: xunitv3-nugets -->
<a id='snippet-xunitv3-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="Verify.XunitV3" Version="26.3.1-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" />
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 @@ -17,7 +17,7 @@ Add the following packages to the test project:
<!-- snippet: xunit-nugets -->
<a id='snippet-xunit-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="Verify.Xunit" Version="26.4.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_Xunit_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: xunit-nugets -->
<a id='snippet-xunit-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="Verify.Xunit" Version="26.4.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_Xunit_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: xunit-nugets -->
<a id='snippet-xunit-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="Verify.Xunit" Version="26.4.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_Xunit_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: xunit-nugets -->
<a id='snippet-xunit-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="Verify.Xunit" Version="26.4.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/MacOS_Other_Gui_MSTest_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: mstest-nugets -->
<a id='snippet-mstest-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="MSTest" Version="3.5.2" />
<PackageReference Include="Verify.MSTest" Version="26.4.0" />
```
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/MacOS_Other_Gui_MSTest_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: mstest-nugets -->
<a id='snippet-mstest-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="MSTest" Version="3.5.2" />
<PackageReference Include="Verify.MSTest" Version="26.4.0" />
```
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/MacOS_Other_Gui_MSTest_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: mstest-nugets -->
<a id='snippet-mstest-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="MSTest" Version="3.5.2" />
<PackageReference Include="Verify.MSTest" Version="26.4.0" />
```
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/MacOS_Other_Gui_MSTest_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: mstest-nugets -->
<a id='snippet-mstest-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="MSTest" Version="3.5.2" />
<PackageReference Include="Verify.MSTest" Version="26.4.0" />
```
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/MacOS_Other_Gui_NUnit_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: nunit-nugets -->
<a id='snippet-nunit-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="NUnit" Version="4.2.2" />
<PackageReference Include="Verify.NUnit" Version="26.4.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/MacOS_Other_Gui_NUnit_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: nunit-nugets -->
<a id='snippet-nunit-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="NUnit" Version="4.2.2" />
<PackageReference Include="Verify.NUnit" Version="26.4.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/MacOS_Other_Gui_NUnit_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: nunit-nugets -->
<a id='snippet-nunit-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="NUnit" Version="4.2.2" />
<PackageReference Include="Verify.NUnit" Version="26.4.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/MacOS_Other_Gui_NUnit_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: nunit-nugets -->
<a id='snippet-nunit-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="NUnit" Version="4.2.2" />
<PackageReference Include="Verify.NUnit" Version="26.4.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/MacOS_Other_Gui_XunitV3_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: xunitv3-nugets -->
<a id='snippet-xunitv3-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="Verify.XunitV3" Version="26.3.1-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" />
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/MacOS_Other_Gui_XunitV3_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: xunitv3-nugets -->
<a id='snippet-xunitv3-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="Verify.XunitV3" Version="26.3.1-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" />
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/MacOS_Other_Gui_XunitV3_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: xunitv3-nugets -->
<a id='snippet-xunitv3-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="Verify.XunitV3" Version="26.3.1-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" />
Expand Down
Loading

0 comments on commit 80b3c99

Please sign in to comment.