Skip to content
This repository has been archived by the owner on Mar 9, 2023. It is now read-only.

Commit

Permalink
[FF-1429] Updating xunit (Test Infrastructure) to 2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
credfeto committed Aug 1, 2022
1 parent b12661d commit 1dc9cfa
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 @@ -10,6 +10,7 @@ Please ADD ALL Changes to the UNRELEASED SECTION and not a specific release
### Changed
- FF-1429 - Updated FunFair.Test.Common to 6.0.1.1951
- FF-1429 - Updated SonarAnalyzer.CSharp to 8.42.0.51121
- FF-1429 - Updated xunit to 2.4.2
### Removed
### Deployment Changes

Expand Down
2 changes: 1 addition & 1 deletion src/CoinBot.Core.Tests/CoinBot.Core.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.2.0" />
<PackageReference Include="NSubstitute" Version="4.4.0" />
<PackageReference Include="TeamCity.VSTest.TestAdapter" Version="1.0.36" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit" Version="2.4.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5" />
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit 1dc9cfa

Please sign in to comment.