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

[FF-1429] Updating xunit (Test Infrastructure) to 2.4.2 [No commits for 75 days] #115

Merged
merged 1 commit into from
Oct 16, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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