Skip to content

Commit

Permalink
Update xUnit 2.8.0 & xunit.analyzers 1.13.0 (#15911)
Browse files Browse the repository at this point in the history
  • Loading branch information
hishamco committed Apr 29, 2024
1 parent bcf2150 commit 04c995b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions src/OrchardCore.Build/Dependencies.props
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@
<PackageManagement Include="StyleCop.Analyzers" Version="1.1.118" />
<PackageManagement Include="System.Linq.Async" Version="6.0.1" />
<PackageManagement Include="System.IO.Hashing" Version="8.0.0" />
<PackageManagement Include="xunit" Version="2.7.1" />
<PackageManagement Include="xunit.analyzers" Version="1.12.0" />
<PackageManagement Include="xunit.runner.visualstudio" Version="2.5.8" />
<PackageManagement Include="xunit" Version="2.8.0" />
<PackageManagement Include="xunit.analyzers" Version="1.13.0" />
<PackageManagement Include="xunit.runner.visualstudio" Version="2.8.0" />
<PackageManagement Include="YesSql" Version="5.0.0-beta-0002" />
<PackageManagement Include="YesSql.Abstractions" Version="5.0.0-beta-0002" />
<PackageManagement Include="YesSql.Core" Version="5.0.0-beta-0002" />
Expand Down
6 changes: 3 additions & 3 deletions src/docs/resources/libraries/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,6 @@ The below table lists the different Tests libraries:
| [Cypress Orchard](https://www.npmjs.com/package/cypress-orchardcore) | A collection of cypress commands for Orchard Core. | 0.4.5 | MIT |
| [Moq](https://github.com/moq/moq) | The most popular and friendly mocking framework for .NET. | 4.20.70 | [MIT](https://github.com/moq/moq/blob/main/LICENSE) |
| [VS Test SDK](https://github.com/microsoft/vstest/) | Visual Studio Test Platform. | 17.9.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.7.1 | [MIT](https://github.com/xunit/xunit/blob/main/LICENSE) |
| [xUnit Analyzers](https://github.com/xunit/xunit.analyzers) | Roslyn analyzers for xUnit.net. | 1.12.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.8 | [MIT](https://github.com/xunit/visualstudio.xunit/blob/main/License.txt) |
| [xUnit](https://github.com/xunit/xunit) | Free, open source, community-focused unit testing tool for the .NET Framework. | 2.8.0 | [MIT](https://github.com/xunit/xunit/blob/main/LICENSE) |
| [xUnit Analyzers](https://github.com/xunit/xunit.analyzers) | Roslyn analyzers for xUnit.net. | 1.13.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.8.0 | [MIT](https://github.com/xunit/visualstudio.xunit/blob/main/License.txt) |

0 comments on commit 04c995b

Please sign in to comment.