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 Oct 16, 2022
1 parent 665ad8c commit 5c7ef30
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 @@ -12,6 +12,7 @@ Please ADD ALL Changes to the UNRELEASED SECTION and not a specific release
- FF-1429 - Updated Microsoft.NET.Test.Sdk to 17.3.2
- FF-1429 - Updated SonarAnalyzer.CSharp to 8.46.0.54807
- FF-1429 - Updated Microsoft.Extensions to 6.0.10
- 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 @@ -36,7 +36,7 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.2" />
<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 5c7ef30

Please sign in to comment.