Skip to content

Commit

Permalink
Merge pull request #193 from credfeto/depends/update-xunit/2.5.3
Browse files Browse the repository at this point in the history
[Dependencies] Updating xunit (Test Infrastructure) to 2.5.3
  • Loading branch information
credfeto committed Oct 21, 2023
2 parents 1959046 + 426cfb6 commit 69e72e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Please ADD ALL Changes to the UNRELEASED SECTION and not a specific release
### Changed
- Dependencies - Updated TeamCity.VSTest.TestAdapter to 1.0.38
- Dependencies - Updated Roslynator.Analyzers to 4.6.0
- Dependencies - Updated xunit to 2.5.3
### Removed
### Deployment Changes

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
<PackageReference Include="NSubstitute" Version="5.1.0" />
<PackageReference Include="TeamCity.VSTest.TestAdapter" Version="1.0.38" />
<PackageReference Include="xunit" Version="2.5.2" />
<PackageReference Include="xunit" Version="2.5.3" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.3" />
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit 69e72e9

Please sign in to comment.