Skip to content

Commit

Permalink
[Dependencies] Updating xunit (Test Infrastructure) to 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
credfeto committed Nov 1, 2023
1 parent afec187 commit d0267dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ Please ADD ALL Changes to the UNRELEASED SECTION and not a specific release
### Fixed
### Changed
- Dependencies - Updated TeamCity.VSTest.TestAdapter to 1.0.38
- Dependencies - Updated xunit to 2.5.3
- Dependencies - Updated FunFair.Test.Common to 6.1.14.194
- Dependencies - Updated Roslynator.Analyzers to 4.6.1
- Dependencies - Updated Philips.CodeAnalysis.MaintainabilityAnalyzers to 1.3.1
- Dependencies - Updated Meziantou.Analyzer to 2.0.103
- Dependencies - Updated xunit to 2.6.0
### 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.3" />
<PackageReference Include="xunit" Version="2.6.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.3" />
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit d0267dd

Please sign in to comment.