Skip to content

Commit

Permalink
Update xunit.analyzers 1.7.0 (OrchardCMS#14873)
Browse files Browse the repository at this point in the history
  • Loading branch information
hishamco authored and urbanit committed Mar 18, 2024
1 parent 8220bc8 commit e2c4534
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/OrchardCore.Build/Dependencies.props
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<PackageManagement Include="StyleCop.Analyzers" Version="1.1.118" />
<PackageManagement Include="System.Linq.Async" Version="6.0.1" />
<PackageManagement Include="xunit" Version="2.6.2" />
<PackageManagement Include="xunit.analyzers" Version="1.6.0" />
<PackageManagement Include="xunit.analyzers" Version="1.7.0" />
<PackageManagement Include="xunit.runner.visualstudio" Version="2.5.5" />
<PackageManagement Include="YesSql" Version="3.5.0" />
<PackageManagement Include="YesSql.Abstractions" Version="3.5.0" />
Expand Down
2 changes: 1 addition & 1 deletion src/docs/resources/libraries/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,5 +96,5 @@ The below table lists the different Tests libraries:
| [Moq](https://github.com/moq/moq) | The most popular and friendly mocking framework for .NET. | 4.20.69 | [MIT](https://github.com/moq/moq/blob/main/LICENSE) |
| [VS Test SDK](https://github.com/microsoft/vstest/) | Visual Studio Test Platform. | 17.8.0 | [MIT](https://github.com/microsoft/vstest/blob/master/LICENSE) |
| [xUnit](https://github.com/xunit/xunit) | Free, open source, community-focused unit testing tool for the .NET Framework. | 2.6.2 | [MIT](https://github.com/xunit/xunit/blob/main/LICENSE) |
| [xUnit Analyzers](https://github.com/xunit/xunit.analyzers) | Roslyn analyzers for xUnit.net. | 1.6.0 | [MIT](https://github.com/xunit/xunit.analyzers/blob/main/LICENSE) |
| [xUnit Analyzers](https://github.com/xunit/xunit.analyzers) | Roslyn analyzers for xUnit.net. | 1.7.0 | [MIT](https://github.com/xunit/xunit.analyzers/blob/main/LICENSE) |
| [xUnit VS runner](https://github.com/xunit/visualstudio.xunit) | VSTest runner for xUnit.net. | 2.5.5 | [MIT](https://github.com/xunit/visualstudio.xunit/blob/main/License.txt) |

0 comments on commit e2c4534

Please sign in to comment.