Skip to content

Commit

Permalink
[Dependencies] Updating xunit.analyzers (Code analysis) to 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
credfeto committed Nov 19, 2023
1 parent e7c7bb9 commit 8417089
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
### Fixed
### Changed
- Dependencies - Updated FunFair.Test.Common to 6.1.19.238
- Dependencies - Updated xunit.analyzers to 1.6.0
### Removed
### Deployment Changes

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@
<PackageReference Include="SonarAnalyzer.CSharp" Version="9.12.0.78982" PrivateAssets="All" ExcludeAssets="runtime" />
<PackageReference Include="SourceLink.Create.CommandLine" Version="2.8.3" PrivateAssets="All" ExcludeAssets="runtime" />
<PackageReference Include="ToStringWithoutOverrideAnalyzer" Version="0.6.0" PrivateAssets="All" ExcludeAssets="runtime" />
<PackageReference Include="xunit.analyzers" Version="1.5.0" PrivateAssets="All" ExcludeAssets="runtime" />
<PackageReference Include="xunit.analyzers" Version="1.6.0" PrivateAssets="All" ExcludeAssets="runtime" />
</ItemGroup>
</Project>

0 comments on commit 8417089

Please sign in to comment.