Skip to content

Commit

Permalink
[Dependencies] Updating xunit.analyzers (Code analysis) to 1.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
credfeto committed Nov 8, 2024
1 parent cfa4fbc commit d333cc8
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 @@ -9,6 +9,7 @@ Please ADD ALL Changes to the UNRELEASED SECTION and not a specific release
### Added
### Fixed
### Changed
- Dependencies - Updated xunit.analyzers to 1.17.0
### Removed
### Deployment Changes

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@
<PackageReference Include="SonarAnalyzer.CSharp" Version="9.32.0.97167" 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.16.0" PrivateAssets="All" ExcludeAssets="runtime" />
<PackageReference Include="xunit.analyzers" Version="1.17.0" PrivateAssets="All" ExcludeAssets="runtime" />
</ItemGroup>
</Project>

0 comments on commit d333cc8

Please sign in to comment.