Skip to content

Commit

Permalink
[Dependencies] Updating xunit (Test Infrastructure) to 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
credfeto committed Jul 9, 2024
1 parent 3f9921e commit 452ff3d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ Please ADD ALL Changes to the UNRELEASED SECTION and not a specific release
- Dependencies - Updated Credfeto.Enumeration to 1.1.7.384
- Dependencies - Updated Microsoft.VisualStudio.Threading.Analyzers to 17.10.48
- Dependencies - Updated Microsoft.NET.Test.Sdk to 17.10.0
- Dependencies - Updated xunit to 2.8.1
- Dependencies - Updated Roslynator.Analyzers to 4.12.4
- SDK - Updated DotNet SDK to 8.0.302
- Dependencies - Updated FunFair.CodeAnalysis to 7.0.18.436
Expand All @@ -23,6 +22,7 @@ Please ADD ALL Changes to the UNRELEASED SECTION and not a specific release
- Dependencies - Updated CSharpIsNullAnalyzer to 0.1.593
- Dependencies - Updated xunit.analyzers to 1.15.0
- Dependencies - Updated xunit.runner.visualstudio to 2.8.2
- Dependencies - Updated xunit to 2.9.0
### Removed
### Deployment Changes

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<PackageReference Include="FunFair.Test.Common" Version="6.1.61.538" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="NSubstitute" Version="5.1.0" />
<PackageReference Include="xunit" Version="2.8.1" />
<PackageReference Include="xunit" Version="2.9.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2" />
</ItemGroup>
<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<PackageReference Include="FunFair.Test.Common" Version="6.1.61.538" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="NSubstitute" Version="5.1.0" />
<PackageReference Include="xunit" Version="2.8.1" />
<PackageReference Include="xunit" Version="2.9.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2" />
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit 452ff3d

Please sign in to comment.