Skip to content

Commit

Permalink
refs
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Aug 31, 2024
1 parent 3be3375 commit e43ffe1
Show file tree
Hide file tree
Showing 34 changed files with 34 additions and 34 deletions.
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 @@ -18,7 +18,7 @@ Add the following packages to the test project:
<a id='snippet-nunit-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="NUnit" Version="4.2.1" />
<PackageReference Include="NUnit" Version="4.2.2" />
<PackageReference Include="Verify.NUnit" Version="26.3.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 @@ -18,7 +18,7 @@ Add the following packages to the test project:
<a id='snippet-nunit-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="NUnit" Version="4.2.1" />
<PackageReference Include="NUnit" Version="4.2.2" />
<PackageReference Include="Verify.NUnit" Version="26.3.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 @@ -18,7 +18,7 @@ Add the following packages to the test project:
<a id='snippet-nunit-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="NUnit" Version="4.2.1" />
<PackageReference Include="NUnit" Version="4.2.2" />
<PackageReference Include="Verify.NUnit" Version="26.3.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 @@ -18,7 +18,7 @@ Add the following packages to the test project:
<a id='snippet-nunit-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="NUnit" Version="4.2.1" />
<PackageReference Include="NUnit" Version="4.2.2" />
<PackageReference Include="Verify.NUnit" Version="26.3.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.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 @@ -18,7 +18,7 @@ Add the following packages to the test project:
<a id='snippet-nunit-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="NUnit" Version="4.2.1" />
<PackageReference Include="NUnit" Version="4.2.2" />
<PackageReference Include="Verify.NUnit" Version="26.3.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 @@ -18,7 +18,7 @@ Add the following packages to the test project:
<a id='snippet-nunit-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="NUnit" Version="4.2.1" />
<PackageReference Include="NUnit" Version="4.2.2" />
<PackageReference Include="Verify.NUnit" Version="26.3.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 @@ -18,7 +18,7 @@ Add the following packages to the test project:
<a id='snippet-nunit-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="NUnit" Version="4.2.1" />
<PackageReference Include="NUnit" Version="4.2.2" />
<PackageReference Include="Verify.NUnit" Version="26.3.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 @@ -18,7 +18,7 @@ Add the following packages to the test project:
<a id='snippet-nunit-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="NUnit" Version="4.2.1" />
<PackageReference Include="NUnit" Version="4.2.2" />
<PackageReference Include="Verify.NUnit" Version="26.3.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.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 @@ -18,7 +18,7 @@ Add the following packages to the test project:
<a id='snippet-nunit-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="NUnit" Version="4.2.1" />
<PackageReference Include="NUnit" Version="4.2.2" />
<PackageReference Include="Verify.NUnit" Version="26.3.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 @@ -18,7 +18,7 @@ Add the following packages to the test project:
<a id='snippet-nunit-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="NUnit" Version="4.2.1" />
<PackageReference Include="NUnit" Version="4.2.2" />
<PackageReference Include="Verify.NUnit" Version="26.3.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 @@ -18,7 +18,7 @@ Add the following packages to the test project:
<a id='snippet-nunit-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="NUnit" Version="4.2.1" />
<PackageReference Include="NUnit" Version="4.2.2" />
<PackageReference Include="Verify.NUnit" Version="26.3.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 @@ -18,7 +18,7 @@ Add the following packages to the test project:
<a id='snippet-nunit-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="NUnit" Version="4.2.1" />
<PackageReference Include="NUnit" Version="4.2.2" />
<PackageReference Include="Verify.NUnit" Version="26.3.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
```
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/MacOS_Rider_Gui_NUnit_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-nunit-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="NUnit" Version="4.2.1" />
<PackageReference Include="NUnit" Version="4.2.2" />
<PackageReference Include="Verify.NUnit" Version="26.3.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
```
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/MacOS_Rider_Gui_NUnit_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-nunit-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="NUnit" Version="4.2.1" />
<PackageReference Include="NUnit" Version="4.2.2" />
<PackageReference Include="Verify.NUnit" Version="26.3.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
```
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/MacOS_Rider_Gui_NUnit_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-nunit-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="NUnit" Version="4.2.1" />
<PackageReference Include="NUnit" Version="4.2.2" />
<PackageReference Include="Verify.NUnit" Version="26.3.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
```
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/MacOS_Rider_Gui_NUnit_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-nunit-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="NUnit" Version="4.2.1" />
<PackageReference Include="NUnit" Version="4.2.2" />
<PackageReference Include="Verify.NUnit" Version="26.3.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
```
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Windows_Other_Gui_NUnit_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-nunit-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="NUnit" Version="4.2.1" />
<PackageReference Include="NUnit" Version="4.2.2" />
<PackageReference Include="Verify.NUnit" Version="26.3.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
```
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Windows_Other_Gui_NUnit_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-nunit-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="NUnit" Version="4.2.1" />
<PackageReference Include="NUnit" Version="4.2.2" />
<PackageReference Include="Verify.NUnit" Version="26.3.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
```
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Windows_Other_Gui_NUnit_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-nunit-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="NUnit" Version="4.2.1" />
<PackageReference Include="NUnit" Version="4.2.2" />
<PackageReference Include="Verify.NUnit" Version="26.3.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
```
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Windows_Other_Gui_NUnit_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-nunit-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="NUnit" Version="4.2.1" />
<PackageReference Include="NUnit" Version="4.2.2" />
<PackageReference Include="Verify.NUnit" Version="26.3.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
```
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Windows_Rider_Gui_NUnit_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-nunit-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="NUnit" Version="4.2.1" />
<PackageReference Include="NUnit" Version="4.2.2" />
<PackageReference Include="Verify.NUnit" Version="26.3.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
```
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Windows_Rider_Gui_NUnit_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-nunit-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="NUnit" Version="4.2.1" />
<PackageReference Include="NUnit" Version="4.2.2" />
<PackageReference Include="Verify.NUnit" Version="26.3.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
```
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Windows_Rider_Gui_NUnit_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-nunit-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="NUnit" Version="4.2.1" />
<PackageReference Include="NUnit" Version="4.2.2" />
<PackageReference Include="Verify.NUnit" Version="26.3.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
```
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Windows_Rider_Gui_NUnit_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-nunit-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="NUnit" Version="4.2.1" />
<PackageReference Include="NUnit" Version="4.2.2" />
<PackageReference Include="Verify.NUnit" Version="26.3.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
```
Expand Down
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-nunit-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="NUnit" Version="4.2.1" />
<PackageReference Include="NUnit" Version="4.2.2" />
<PackageReference Include="Verify.NUnit" Version="26.3.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
```
Expand Down
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-nunit-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="NUnit" Version="4.2.1" />
<PackageReference Include="NUnit" Version="4.2.2" />
<PackageReference Include="Verify.NUnit" Version="26.3.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
```
Expand Down
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-nunit-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="NUnit" Version="4.2.1" />
<PackageReference Include="NUnit" Version="4.2.2" />
<PackageReference Include="Verify.NUnit" Version="26.3.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
```
Expand Down
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-nunit-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="NUnit" Version="4.2.1" />
<PackageReference Include="NUnit" Version="4.2.2" />
<PackageReference Include="Verify.NUnit" Version="26.3.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
```
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Windows_VisualStudio_Gui_NUnit_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-nunit-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="NUnit" Version="4.2.1" />
<PackageReference Include="NUnit" Version="4.2.2" />
<PackageReference Include="Verify.NUnit" Version="26.3.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
```
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Windows_VisualStudio_Gui_NUnit_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-nunit-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="NUnit" Version="4.2.1" />
<PackageReference Include="NUnit" Version="4.2.2" />
<PackageReference Include="Verify.NUnit" Version="26.3.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
```
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Windows_VisualStudio_Gui_NUnit_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-nunit-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="NUnit" Version="4.2.1" />
<PackageReference Include="NUnit" Version="4.2.2" />
<PackageReference Include="Verify.NUnit" Version="26.3.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
```
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Windows_VisualStudio_Gui_NUnit_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-nunit-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="NUnit" Version="4.2.1" />
<PackageReference Include="NUnit" Version="4.2.2" />
<PackageReference Include="Verify.NUnit" Version="26.3.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
```
Expand Down
2 changes: 1 addition & 1 deletion src/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<PackageVersion Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.4" />
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="4.9.2" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageVersion Include="NUnit" Version="4.2.1" />
<PackageVersion Include="NUnit" Version="4.2.2" />
<PackageVersion Include="MSTest" Version="3.5.2" />
<PackageVersion Include="MSTest.TestFramework" Version="3.5.2" />
<PackageVersion Include="NUnit3TestAdapter" Version="4.6.0" />
Expand Down
2 changes: 1 addition & 1 deletion usages/NUnitNugetUsage/NUnitNugetUsage.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<ItemGroup>
<!-- begin-snippet: nunit-nugets -->
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="NUnit" Version="4.2.1" />
<PackageReference Include="NUnit" Version="4.2.2" />
<PackageReference Include="Verify.NUnit" Version="26.3.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
<!-- end-snippet -->
Expand Down

0 comments on commit e43ffe1

Please sign in to comment.