Skip to content

Commit c7aa6c9

Browse files
committed
docs
1 parent 0219715 commit c7aa6c9

File tree

128 files changed

+192
-192
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

128 files changed

+192
-192
lines changed

docs/wiz/Linux_Other_Gui_Expecto_AppVeyor.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Add the following packages to the test project:
1818
<a id='snippet-expecto-nugets'></a>
1919
```fsproj
2020
<PackageReference Include="YoloDev.Expecto.TestSdk" Version="0.13.3" />
21-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.0" />
21+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.1" />
2222
<PackageReference Include="Expecto" Version="9.0.4" />
2323
<PackageReference Include="Verify.Expecto" Version="20.3.0" />
2424
```

docs/wiz/Linux_Other_Gui_Expecto_AzureDevOps.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Add the following packages to the test project:
1818
<a id='snippet-expecto-nugets'></a>
1919
```fsproj
2020
<PackageReference Include="YoloDev.Expecto.TestSdk" Version="0.13.3" />
21-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.0" />
21+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.1" />
2222
<PackageReference Include="Expecto" Version="9.0.4" />
2323
<PackageReference Include="Verify.Expecto" Version="20.3.0" />
2424
```

docs/wiz/Linux_Other_Gui_Expecto_GitHubActions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Add the following packages to the test project:
1818
<a id='snippet-expecto-nugets'></a>
1919
```fsproj
2020
<PackageReference Include="YoloDev.Expecto.TestSdk" Version="0.13.3" />
21-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.0" />
21+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.1" />
2222
<PackageReference Include="Expecto" Version="9.0.4" />
2323
<PackageReference Include="Verify.Expecto" Version="20.3.0" />
2424
```

docs/wiz/Linux_Other_Gui_Expecto_None.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Add the following packages to the test project:
1818
<a id='snippet-expecto-nugets'></a>
1919
```fsproj
2020
<PackageReference Include="YoloDev.Expecto.TestSdk" Version="0.13.3" />
21-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.0" />
21+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.1" />
2222
<PackageReference Include="Expecto" Version="9.0.4" />
2323
<PackageReference Include="Verify.Expecto" Version="20.3.0" />
2424
```

docs/wiz/Linux_Other_Gui_MSTest_AppVeyor.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ Add the following packages to the test project:
1717
<!-- snippet: MSTest-nugets -->
1818
<a id='snippet-mstest-nugets'></a>
1919
```csproj
20-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.0" />
21-
<PackageReference Include="MSTest.TestAdapter" Version="3.0.3" />
22-
<PackageReference Include="MSTest.TestFramework" Version="3.0.3" />
20+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.1" />
21+
<PackageReference Include="MSTest.TestAdapter" Version="3.0.4" />
22+
<PackageReference Include="MSTest.TestFramework" Version="3.0.4" />
2323
<PackageReference Include="Verify.MSTest" Version="20.3.0" />
2424
```
2525
<sup><a href='/src/NugetUsage/MSTestNugetUsage/MSTestNugetUsage.csproj#L7-L12' title='Snippet source file'>snippet source</a> | <a href='#snippet-mstest-nugets' title='Start of snippet'>anchor</a></sup>

docs/wiz/Linux_Other_Gui_MSTest_AzureDevOps.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ Add the following packages to the test project:
1717
<!-- snippet: MSTest-nugets -->
1818
<a id='snippet-mstest-nugets'></a>
1919
```csproj
20-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.0" />
21-
<PackageReference Include="MSTest.TestAdapter" Version="3.0.3" />
22-
<PackageReference Include="MSTest.TestFramework" Version="3.0.3" />
20+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.1" />
21+
<PackageReference Include="MSTest.TestAdapter" Version="3.0.4" />
22+
<PackageReference Include="MSTest.TestFramework" Version="3.0.4" />
2323
<PackageReference Include="Verify.MSTest" Version="20.3.0" />
2424
```
2525
<sup><a href='/src/NugetUsage/MSTestNugetUsage/MSTestNugetUsage.csproj#L7-L12' title='Snippet source file'>snippet source</a> | <a href='#snippet-mstest-nugets' title='Start of snippet'>anchor</a></sup>

docs/wiz/Linux_Other_Gui_MSTest_GitHubActions.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ Add the following packages to the test project:
1717
<!-- snippet: MSTest-nugets -->
1818
<a id='snippet-mstest-nugets'></a>
1919
```csproj
20-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.0" />
21-
<PackageReference Include="MSTest.TestAdapter" Version="3.0.3" />
22-
<PackageReference Include="MSTest.TestFramework" Version="3.0.3" />
20+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.1" />
21+
<PackageReference Include="MSTest.TestAdapter" Version="3.0.4" />
22+
<PackageReference Include="MSTest.TestFramework" Version="3.0.4" />
2323
<PackageReference Include="Verify.MSTest" Version="20.3.0" />
2424
```
2525
<sup><a href='/src/NugetUsage/MSTestNugetUsage/MSTestNugetUsage.csproj#L7-L12' title='Snippet source file'>snippet source</a> | <a href='#snippet-mstest-nugets' title='Start of snippet'>anchor</a></sup>

docs/wiz/Linux_Other_Gui_MSTest_None.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ Add the following packages to the test project:
1717
<!-- snippet: MSTest-nugets -->
1818
<a id='snippet-mstest-nugets'></a>
1919
```csproj
20-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.0" />
21-
<PackageReference Include="MSTest.TestAdapter" Version="3.0.3" />
22-
<PackageReference Include="MSTest.TestFramework" Version="3.0.3" />
20+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.1" />
21+
<PackageReference Include="MSTest.TestAdapter" Version="3.0.4" />
22+
<PackageReference Include="MSTest.TestFramework" Version="3.0.4" />
2323
<PackageReference Include="Verify.MSTest" Version="20.3.0" />
2424
```
2525
<sup><a href='/src/NugetUsage/MSTestNugetUsage/MSTestNugetUsage.csproj#L7-L12' title='Snippet source file'>snippet source</a> | <a href='#snippet-mstest-nugets' title='Start of snippet'>anchor</a></sup>

docs/wiz/Linux_Other_Gui_NUnit_AppVeyor.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Add the following packages to the test project:
1717
<!-- snippet: NUnit-nugets -->
1818
<a id='snippet-nunit-nugets'></a>
1919
```csproj
20-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.0" />
20+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.1" />
2121
<PackageReference Include="NUnit" Version="3.13.3" />
2222
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
2323
<PackageReference Include="Verify.NUnit" Version="20.3.0" />

docs/wiz/Linux_Other_Gui_NUnit_AzureDevOps.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Add the following packages to the test project:
1717
<!-- snippet: NUnit-nugets -->
1818
<a id='snippet-nunit-nugets'></a>
1919
```csproj
20-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.0" />
20+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.1" />
2121
<PackageReference Include="NUnit" Version="3.13.3" />
2222
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
2323
<PackageReference Include="Verify.NUnit" Version="20.3.0" />

docs/wiz/Linux_Other_Gui_NUnit_GitHubActions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Add the following packages to the test project:
1717
<!-- snippet: NUnit-nugets -->
1818
<a id='snippet-nunit-nugets'></a>
1919
```csproj
20-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.0" />
20+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.1" />
2121
<PackageReference Include="NUnit" Version="3.13.3" />
2222
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
2323
<PackageReference Include="Verify.NUnit" Version="20.3.0" />

docs/wiz/Linux_Other_Gui_NUnit_None.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Add the following packages to the test project:
1717
<!-- snippet: NUnit-nugets -->
1818
<a id='snippet-nunit-nugets'></a>
1919
```csproj
20-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.0" />
20+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.1" />
2121
<PackageReference Include="NUnit" Version="3.13.3" />
2222
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
2323
<PackageReference Include="Verify.NUnit" Version="20.3.0" />

docs/wiz/Linux_Other_Gui_xUnit_AppVeyor.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Add the following packages to the test project:
1717
<!-- snippet: xUnit-nugets -->
1818
<a id='snippet-xunit-nugets'></a>
1919
```csproj
20-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.0" />
20+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.1" />
2121
<PackageReference Include="Verify.Xunit" Version="20.3.0" />
2222
<PackageReference Include="Xunit" Version="2.4.2" />
2323
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5" PrivateAssets="all" />

docs/wiz/Linux_Other_Gui_xUnit_AzureDevOps.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Add the following packages to the test project:
1717
<!-- snippet: xUnit-nugets -->
1818
<a id='snippet-xunit-nugets'></a>
1919
```csproj
20-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.0" />
20+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.1" />
2121
<PackageReference Include="Verify.Xunit" Version="20.3.0" />
2222
<PackageReference Include="Xunit" Version="2.4.2" />
2323
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5" PrivateAssets="all" />

docs/wiz/Linux_Other_Gui_xUnit_GitHubActions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Add the following packages to the test project:
1717
<!-- snippet: xUnit-nugets -->
1818
<a id='snippet-xunit-nugets'></a>
1919
```csproj
20-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.0" />
20+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.1" />
2121
<PackageReference Include="Verify.Xunit" Version="20.3.0" />
2222
<PackageReference Include="Xunit" Version="2.4.2" />
2323
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5" PrivateAssets="all" />

docs/wiz/Linux_Other_Gui_xUnit_None.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Add the following packages to the test project:
1717
<!-- snippet: xUnit-nugets -->
1818
<a id='snippet-xunit-nugets'></a>
1919
```csproj
20-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.0" />
20+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.1" />
2121
<PackageReference Include="Verify.Xunit" Version="20.3.0" />
2222
<PackageReference Include="Xunit" Version="2.4.2" />
2323
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5" PrivateAssets="all" />

docs/wiz/Linux_Rider_Gui_Expecto_AppVeyor.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Add the following packages to the test project:
1818
<a id='snippet-expecto-nugets'></a>
1919
```fsproj
2020
<PackageReference Include="YoloDev.Expecto.TestSdk" Version="0.13.3" />
21-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.0" />
21+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.1" />
2222
<PackageReference Include="Expecto" Version="9.0.4" />
2323
<PackageReference Include="Verify.Expecto" Version="20.3.0" />
2424
```

docs/wiz/Linux_Rider_Gui_Expecto_AzureDevOps.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Add the following packages to the test project:
1818
<a id='snippet-expecto-nugets'></a>
1919
```fsproj
2020
<PackageReference Include="YoloDev.Expecto.TestSdk" Version="0.13.3" />
21-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.0" />
21+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.1" />
2222
<PackageReference Include="Expecto" Version="9.0.4" />
2323
<PackageReference Include="Verify.Expecto" Version="20.3.0" />
2424
```

docs/wiz/Linux_Rider_Gui_Expecto_GitHubActions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Add the following packages to the test project:
1818
<a id='snippet-expecto-nugets'></a>
1919
```fsproj
2020
<PackageReference Include="YoloDev.Expecto.TestSdk" Version="0.13.3" />
21-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.0" />
21+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.1" />
2222
<PackageReference Include="Expecto" Version="9.0.4" />
2323
<PackageReference Include="Verify.Expecto" Version="20.3.0" />
2424
```

docs/wiz/Linux_Rider_Gui_Expecto_None.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Add the following packages to the test project:
1818
<a id='snippet-expecto-nugets'></a>
1919
```fsproj
2020
<PackageReference Include="YoloDev.Expecto.TestSdk" Version="0.13.3" />
21-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.0" />
21+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.1" />
2222
<PackageReference Include="Expecto" Version="9.0.4" />
2323
<PackageReference Include="Verify.Expecto" Version="20.3.0" />
2424
```

docs/wiz/Linux_Rider_Gui_MSTest_AppVeyor.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ Add the following packages to the test project:
1717
<!-- snippet: MSTest-nugets -->
1818
<a id='snippet-mstest-nugets'></a>
1919
```csproj
20-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.0" />
21-
<PackageReference Include="MSTest.TestAdapter" Version="3.0.3" />
22-
<PackageReference Include="MSTest.TestFramework" Version="3.0.3" />
20+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.1" />
21+
<PackageReference Include="MSTest.TestAdapter" Version="3.0.4" />
22+
<PackageReference Include="MSTest.TestFramework" Version="3.0.4" />
2323
<PackageReference Include="Verify.MSTest" Version="20.3.0" />
2424
```
2525
<sup><a href='/src/NugetUsage/MSTestNugetUsage/MSTestNugetUsage.csproj#L7-L12' title='Snippet source file'>snippet source</a> | <a href='#snippet-mstest-nugets' title='Start of snippet'>anchor</a></sup>

docs/wiz/Linux_Rider_Gui_MSTest_AzureDevOps.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ Add the following packages to the test project:
1717
<!-- snippet: MSTest-nugets -->
1818
<a id='snippet-mstest-nugets'></a>
1919
```csproj
20-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.0" />
21-
<PackageReference Include="MSTest.TestAdapter" Version="3.0.3" />
22-
<PackageReference Include="MSTest.TestFramework" Version="3.0.3" />
20+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.1" />
21+
<PackageReference Include="MSTest.TestAdapter" Version="3.0.4" />
22+
<PackageReference Include="MSTest.TestFramework" Version="3.0.4" />
2323
<PackageReference Include="Verify.MSTest" Version="20.3.0" />
2424
```
2525
<sup><a href='/src/NugetUsage/MSTestNugetUsage/MSTestNugetUsage.csproj#L7-L12' title='Snippet source file'>snippet source</a> | <a href='#snippet-mstest-nugets' title='Start of snippet'>anchor</a></sup>

docs/wiz/Linux_Rider_Gui_MSTest_GitHubActions.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ Add the following packages to the test project:
1717
<!-- snippet: MSTest-nugets -->
1818
<a id='snippet-mstest-nugets'></a>
1919
```csproj
20-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.0" />
21-
<PackageReference Include="MSTest.TestAdapter" Version="3.0.3" />
22-
<PackageReference Include="MSTest.TestFramework" Version="3.0.3" />
20+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.1" />
21+
<PackageReference Include="MSTest.TestAdapter" Version="3.0.4" />
22+
<PackageReference Include="MSTest.TestFramework" Version="3.0.4" />
2323
<PackageReference Include="Verify.MSTest" Version="20.3.0" />
2424
```
2525
<sup><a href='/src/NugetUsage/MSTestNugetUsage/MSTestNugetUsage.csproj#L7-L12' title='Snippet source file'>snippet source</a> | <a href='#snippet-mstest-nugets' title='Start of snippet'>anchor</a></sup>

docs/wiz/Linux_Rider_Gui_MSTest_None.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ Add the following packages to the test project:
1717
<!-- snippet: MSTest-nugets -->
1818
<a id='snippet-mstest-nugets'></a>
1919
```csproj
20-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.0" />
21-
<PackageReference Include="MSTest.TestAdapter" Version="3.0.3" />
22-
<PackageReference Include="MSTest.TestFramework" Version="3.0.3" />
20+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.1" />
21+
<PackageReference Include="MSTest.TestAdapter" Version="3.0.4" />
22+
<PackageReference Include="MSTest.TestFramework" Version="3.0.4" />
2323
<PackageReference Include="Verify.MSTest" Version="20.3.0" />
2424
```
2525
<sup><a href='/src/NugetUsage/MSTestNugetUsage/MSTestNugetUsage.csproj#L7-L12' title='Snippet source file'>snippet source</a> | <a href='#snippet-mstest-nugets' title='Start of snippet'>anchor</a></sup>

docs/wiz/Linux_Rider_Gui_NUnit_AppVeyor.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Add the following packages to the test project:
1717
<!-- snippet: NUnit-nugets -->
1818
<a id='snippet-nunit-nugets'></a>
1919
```csproj
20-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.0" />
20+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.1" />
2121
<PackageReference Include="NUnit" Version="3.13.3" />
2222
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
2323
<PackageReference Include="Verify.NUnit" Version="20.3.0" />

docs/wiz/Linux_Rider_Gui_NUnit_AzureDevOps.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Add the following packages to the test project:
1717
<!-- snippet: NUnit-nugets -->
1818
<a id='snippet-nunit-nugets'></a>
1919
```csproj
20-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.0" />
20+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.1" />
2121
<PackageReference Include="NUnit" Version="3.13.3" />
2222
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
2323
<PackageReference Include="Verify.NUnit" Version="20.3.0" />

docs/wiz/Linux_Rider_Gui_NUnit_GitHubActions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Add the following packages to the test project:
1717
<!-- snippet: NUnit-nugets -->
1818
<a id='snippet-nunit-nugets'></a>
1919
```csproj
20-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.0" />
20+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.1" />
2121
<PackageReference Include="NUnit" Version="3.13.3" />
2222
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
2323
<PackageReference Include="Verify.NUnit" Version="20.3.0" />

docs/wiz/Linux_Rider_Gui_NUnit_None.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Add the following packages to the test project:
1717
<!-- snippet: NUnit-nugets -->
1818
<a id='snippet-nunit-nugets'></a>
1919
```csproj
20-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.0" />
20+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.1" />
2121
<PackageReference Include="NUnit" Version="3.13.3" />
2222
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
2323
<PackageReference Include="Verify.NUnit" Version="20.3.0" />

docs/wiz/Linux_Rider_Gui_xUnit_AppVeyor.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Add the following packages to the test project:
1717
<!-- snippet: xUnit-nugets -->
1818
<a id='snippet-xunit-nugets'></a>
1919
```csproj
20-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.0" />
20+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.1" />
2121
<PackageReference Include="Verify.Xunit" Version="20.3.0" />
2222
<PackageReference Include="Xunit" Version="2.4.2" />
2323
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5" PrivateAssets="all" />

docs/wiz/Linux_Rider_Gui_xUnit_AzureDevOps.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Add the following packages to the test project:
1717
<!-- snippet: xUnit-nugets -->
1818
<a id='snippet-xunit-nugets'></a>
1919
```csproj
20-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.0" />
20+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.1" />
2121
<PackageReference Include="Verify.Xunit" Version="20.3.0" />
2222
<PackageReference Include="Xunit" Version="2.4.2" />
2323
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5" PrivateAssets="all" />

docs/wiz/Linux_Rider_Gui_xUnit_GitHubActions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Add the following packages to the test project:
1717
<!-- snippet: xUnit-nugets -->
1818
<a id='snippet-xunit-nugets'></a>
1919
```csproj
20-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.0" />
20+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.1" />
2121
<PackageReference Include="Verify.Xunit" Version="20.3.0" />
2222
<PackageReference Include="Xunit" Version="2.4.2" />
2323
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5" PrivateAssets="all" />

docs/wiz/Linux_Rider_Gui_xUnit_None.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Add the following packages to the test project:
1717
<!-- snippet: xUnit-nugets -->
1818
<a id='snippet-xunit-nugets'></a>
1919
```csproj
20-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.0" />
20+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.1" />
2121
<PackageReference Include="Verify.Xunit" Version="20.3.0" />
2222
<PackageReference Include="Xunit" Version="2.4.2" />
2323
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5" PrivateAssets="all" />

docs/wiz/MacOS_Other_Gui_Expecto_AppVeyor.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Add the following packages to the test project:
1818
<a id='snippet-expecto-nugets'></a>
1919
```fsproj
2020
<PackageReference Include="YoloDev.Expecto.TestSdk" Version="0.13.3" />
21-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.0" />
21+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.1" />
2222
<PackageReference Include="Expecto" Version="9.0.4" />
2323
<PackageReference Include="Verify.Expecto" Version="20.3.0" />
2424
```

docs/wiz/MacOS_Other_Gui_Expecto_AzureDevOps.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Add the following packages to the test project:
1818
<a id='snippet-expecto-nugets'></a>
1919
```fsproj
2020
<PackageReference Include="YoloDev.Expecto.TestSdk" Version="0.13.3" />
21-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.0" />
21+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.1" />
2222
<PackageReference Include="Expecto" Version="9.0.4" />
2323
<PackageReference Include="Verify.Expecto" Version="20.3.0" />
2424
```

docs/wiz/MacOS_Other_Gui_Expecto_GitHubActions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Add the following packages to the test project:
1818
<a id='snippet-expecto-nugets'></a>
1919
```fsproj
2020
<PackageReference Include="YoloDev.Expecto.TestSdk" Version="0.13.3" />
21-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.0" />
21+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.1" />
2222
<PackageReference Include="Expecto" Version="9.0.4" />
2323
<PackageReference Include="Verify.Expecto" Version="20.3.0" />
2424
```

docs/wiz/MacOS_Other_Gui_Expecto_None.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Add the following packages to the test project:
1818
<a id='snippet-expecto-nugets'></a>
1919
```fsproj
2020
<PackageReference Include="YoloDev.Expecto.TestSdk" Version="0.13.3" />
21-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.0" />
21+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.1" />
2222
<PackageReference Include="Expecto" Version="9.0.4" />
2323
<PackageReference Include="Verify.Expecto" Version="20.3.0" />
2424
```

0 commit comments

Comments
 (0)