Skip to content

Commit

Permalink
[Dependencies] Updating xunit (Test Infrastructure) to 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
credfeto committed May 16, 2024
1 parent 8697ec0 commit 69384ae
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 @@ -17,7 +17,6 @@ Please ADD ALL Changes to the UNRELEASED SECTION and not a specific release
- Dependencies - Updated coverlet to 6.0.2
- Dependencies - Updated Credfeto.Enumeration.Source.Generation to 1.1.5.315
- Dependencies - Updated Credfeto.Extensions.Linq to 1.0.18.174
- Dependencies - Updated xunit to 2.7.1
- Dependencies - Updated SmartAnalyzers.CSharpExtensions.Annotations to 4.2.11
- Dependencies - Updated FunFair.CodeAnalysis to 7.0.14.369
- Dependencies - Updated FunFair.Test.Common to 6.1.51.455
Expand All @@ -29,6 +28,7 @@ Please ADD ALL Changes to the UNRELEASED SECTION and not a specific release
- Dependencies - Updated SonarAnalyzer.CSharp to 9.25.0.90414
- Dependencies - Updated xunit.analyzers to 1.13.0
- Dependencies - Updated xunit.runner.visualstudio to 2.8.0
- Dependencies - Updated xunit to 2.8.0
### Removed
### Deployment Changes

Expand Down
2 changes: 1 addition & 1 deletion src/Credfeto.Package.Test/Credfeto.Package.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<PackageReference Include="FunFair.Test.Common" Version="6.1.51.455" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="NSubstitute" Version="5.1.0" />
<PackageReference Include="xunit" Version="2.7.1" />
<PackageReference Include="xunit" Version="2.8.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.0" />
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit 69384ae

Please sign in to comment.