Skip to content

Commit 3bf62a1

Browse files
committed
Docs changes
1 parent ad9cb05 commit 3bf62a1

32 files changed

+64
-64
lines changed

docs/wiz/Linux_Other_Gui_MSTest_AppVeyor.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ Add the following packages to the test project:
1818
<a id='snippet-mstest-nugets'></a>
1919
```csproj
2020
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
21-
<PackageReference Include="MSTest.TestAdapter" Version="3.2.0" />
22-
<PackageReference Include="MSTest.TestFramework" Version="3.2.0" />
21+
<PackageReference Include="MSTest.TestAdapter" Version="3.2.1" />
22+
<PackageReference Include="MSTest.TestFramework" Version="3.2.1" />
2323
<PackageReference Include="Verify.MSTest" Version="23.1.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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ Add the following packages to the test project:
1818
<a id='snippet-mstest-nugets'></a>
1919
```csproj
2020
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
21-
<PackageReference Include="MSTest.TestAdapter" Version="3.2.0" />
22-
<PackageReference Include="MSTest.TestFramework" Version="3.2.0" />
21+
<PackageReference Include="MSTest.TestAdapter" Version="3.2.1" />
22+
<PackageReference Include="MSTest.TestFramework" Version="3.2.1" />
2323
<PackageReference Include="Verify.MSTest" Version="23.1.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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ Add the following packages to the test project:
1818
<a id='snippet-mstest-nugets'></a>
1919
```csproj
2020
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
21-
<PackageReference Include="MSTest.TestAdapter" Version="3.2.0" />
22-
<PackageReference Include="MSTest.TestFramework" Version="3.2.0" />
21+
<PackageReference Include="MSTest.TestAdapter" Version="3.2.1" />
22+
<PackageReference Include="MSTest.TestFramework" Version="3.2.1" />
2323
<PackageReference Include="Verify.MSTest" Version="23.1.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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ Add the following packages to the test project:
1818
<a id='snippet-mstest-nugets'></a>
1919
```csproj
2020
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
21-
<PackageReference Include="MSTest.TestAdapter" Version="3.2.0" />
22-
<PackageReference Include="MSTest.TestFramework" Version="3.2.0" />
21+
<PackageReference Include="MSTest.TestAdapter" Version="3.2.1" />
22+
<PackageReference Include="MSTest.TestFramework" Version="3.2.1" />
2323
<PackageReference Include="Verify.MSTest" Version="23.1.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_AppVeyor.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ Add the following packages to the test project:
1818
<a id='snippet-mstest-nugets'></a>
1919
```csproj
2020
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
21-
<PackageReference Include="MSTest.TestAdapter" Version="3.2.0" />
22-
<PackageReference Include="MSTest.TestFramework" Version="3.2.0" />
21+
<PackageReference Include="MSTest.TestAdapter" Version="3.2.1" />
22+
<PackageReference Include="MSTest.TestFramework" Version="3.2.1" />
2323
<PackageReference Include="Verify.MSTest" Version="23.1.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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ Add the following packages to the test project:
1818
<a id='snippet-mstest-nugets'></a>
1919
```csproj
2020
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
21-
<PackageReference Include="MSTest.TestAdapter" Version="3.2.0" />
22-
<PackageReference Include="MSTest.TestFramework" Version="3.2.0" />
21+
<PackageReference Include="MSTest.TestAdapter" Version="3.2.1" />
22+
<PackageReference Include="MSTest.TestFramework" Version="3.2.1" />
2323
<PackageReference Include="Verify.MSTest" Version="23.1.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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ Add the following packages to the test project:
1818
<a id='snippet-mstest-nugets'></a>
1919
```csproj
2020
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
21-
<PackageReference Include="MSTest.TestAdapter" Version="3.2.0" />
22-
<PackageReference Include="MSTest.TestFramework" Version="3.2.0" />
21+
<PackageReference Include="MSTest.TestAdapter" Version="3.2.1" />
22+
<PackageReference Include="MSTest.TestFramework" Version="3.2.1" />
2323
<PackageReference Include="Verify.MSTest" Version="23.1.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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ Add the following packages to the test project:
1818
<a id='snippet-mstest-nugets'></a>
1919
```csproj
2020
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
21-
<PackageReference Include="MSTest.TestAdapter" Version="3.2.0" />
22-
<PackageReference Include="MSTest.TestFramework" Version="3.2.0" />
21+
<PackageReference Include="MSTest.TestAdapter" Version="3.2.1" />
22+
<PackageReference Include="MSTest.TestFramework" Version="3.2.1" />
2323
<PackageReference Include="Verify.MSTest" Version="23.1.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/MacOS_Other_Gui_MSTest_AppVeyor.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ Add the following packages to the test project:
1818
<a id='snippet-mstest-nugets'></a>
1919
```csproj
2020
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
21-
<PackageReference Include="MSTest.TestAdapter" Version="3.2.0" />
22-
<PackageReference Include="MSTest.TestFramework" Version="3.2.0" />
21+
<PackageReference Include="MSTest.TestAdapter" Version="3.2.1" />
22+
<PackageReference Include="MSTest.TestFramework" Version="3.2.1" />
2323
<PackageReference Include="Verify.MSTest" Version="23.1.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/MacOS_Other_Gui_MSTest_AzureDevOps.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ Add the following packages to the test project:
1818
<a id='snippet-mstest-nugets'></a>
1919
```csproj
2020
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
21-
<PackageReference Include="MSTest.TestAdapter" Version="3.2.0" />
22-
<PackageReference Include="MSTest.TestFramework" Version="3.2.0" />
21+
<PackageReference Include="MSTest.TestAdapter" Version="3.2.1" />
22+
<PackageReference Include="MSTest.TestFramework" Version="3.2.1" />
2323
<PackageReference Include="Verify.MSTest" Version="23.1.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>

0 commit comments

Comments
 (0)