Skip to content

Commit

Permalink
[Dependencies] Updating xunit.analyzers (Code analysis) to 1.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
credfeto committed Dec 18, 2024
1 parent 7af3971 commit ba165c3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
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
- Dependencies - Updated Credfeto.Enumeration to 1.2.43.772
- Dependencies - Updated Credfeto.Version.Information.Generator to 1.0.31.198
- Dependencies - Updated Roslynator.Analyzers to 4.12.10
- Dependencies - Updated xunit.analyzers to 1.18.0
### Removed
### Deployment Changes

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,6 @@
<PackageReference Include="SonarAnalyzer.CSharp" Version="10.3.0.106239" 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.17.0" PrivateAssets="All" />
<PackageReference Include="xunit.analyzers" Version="1.18.0" PrivateAssets="All" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,6 @@
<PackageReference Include="SonarAnalyzer.CSharp" Version="10.3.0.106239" 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.17.0" PrivateAssets="All" />
<PackageReference Include="xunit.analyzers" Version="1.18.0" PrivateAssets="All" />
</ItemGroup>
</Project>

0 comments on commit ba165c3

Please sign in to comment.