Skip to content

Commit

Permalink
build(deps): Bump Microsoft.CodeAnalysis.Analyzers from 3.3.4 to 3.11.0
Browse files Browse the repository at this point in the history
Bumps [Microsoft.CodeAnalysis.Analyzers](https://github.com/dotnet/roslyn-analyzers) from 3.3.4 to 3.11.0.
- [Release notes](https://github.com/dotnet/roslyn-analyzers/releases)
- [Changelog](https://github.com/dotnet/roslyn-analyzers/blob/main/PostReleaseActivities.md)
- [Commits](https://github.com/dotnet/roslyn-analyzers/commits)

---
updated-dependencies:
- dependency-name: Microsoft.CodeAnalysis.Analyzers
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent b9f8911 commit 4f4777b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<ItemGroup Condition="!$(MSBuildProjectName.EndsWith('samples'))">
<GlobalPackageReference Include="AsyncFixer" Version="1.6.0" PrivateAssets="All" IncludeAssets="Runtime;Build;Native;contentFiles;Analyzers"/>
<GlobalPackageReference Include="SonarAnalyzer.CSharp" Version="9.32.0.97167" PrivateAssets="All" IncludeAssets="Runtime;Build;Native;contentFiles;Analyzers"/>
<PackageVersion Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.4" />
<PackageVersion Include="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0" />
<PackageVersion Include="Meziantou.Polyfill" Version="1.0.39" />
</ItemGroup>

Expand All @@ -33,7 +33,7 @@
<PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="3.1.32"/>
<PackageVersion Include="Microsoft.AspNetCore.Components" Version="3.1.32"/>

<PackageVersion Update="AngleSharp" Version="0.17.1"/>
<PackageVersion Update="AngleSharp" Version="1.1.2"/>
<PackageVersion Include="Microsoft.AspNetCore.Components.Authorization" Version="3.1.32"/>
<PackageVersion Include="Microsoft.AspNetCore.Components.Web" Version="3.1.32"/>
<PackageVersion Include="Microsoft.Extensions.Localization.Abstractions" Version="3.1.32"/>
Expand All @@ -50,7 +50,7 @@
<PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="5.0.0"/>
<PackageVersion Include="Microsoft.AspNetCore.Components" Version="5.0.17"/>

<PackageVersion Update="AngleSharp" Version="0.17.1"/>
<PackageVersion Update="AngleSharp" Version="1.1.2"/>
<PackageVersion Include="Microsoft.AspNetCore.Components.Authorization" Version="5.0.17"/>
<PackageVersion Include="Microsoft.AspNetCore.Components.Web" Version="5.0.17"/>
<PackageVersion Include="Microsoft.Extensions.Localization.Abstractions" Version="5.0.17"/>
Expand Down

0 comments on commit 4f4777b

Please sign in to comment.