Skip to content

Commit

Permalink
Bump Meziantou.Analyzer from 2.0.179 to 2.0.180
Browse files Browse the repository at this point in the history
Bumps [Meziantou.Analyzer](https://github.com/meziantou/Meziantou.Analyzer) from 2.0.179 to 2.0.180.
- [Release notes](https://github.com/meziantou/Meziantou.Analyzer/releases)
- [Commits](meziantou/Meziantou.Analyzer@2.0.179...2.0.180)

---
updated-dependencies:
- dependency-name: Meziantou.Analyzer
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 23, 2024
1 parent a920360 commit 8c228d6
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 @@ -20,9 +20,9 @@
<PackageVersion Include="Microsoft.Extensions.Logging.Console" Version="8.0.0" Condition="'$(TargetFramework)' == 'net8.0'" />
<PackageVersion Include="Microsoft.Azure.Functions.Extensions" Version="1.1.0" />
<PackageVersion Include="Microsoft.Azure.WebJobs.Extensions.ServiceBus" Version="5.16.4" />
<PackageVersion Include="Microsoft.Extensions.DependencyInjection" Version="3.1.32" Condition="'$(TargetFramework)' == 'netcoreapp3.1'" />
<PackageVersion Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" Condition="'$(TargetFramework)' == 'netcoreapp3.1'" />
<PackageVersion Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" Condition="'$(TargetFramework)' == 'net8.0'" />
<PackageVersion Include="Microsoft.NET.Sdk.Functions" Version="3.1.2" Condition="'$(TargetFramework)' == 'netcoreapp3.1'" />
<PackageVersion Include="Microsoft.NET.Sdk.Functions" Version="4.4.0" Condition="'$(TargetFramework)' == 'netcoreapp3.1'" />
<PackageVersion Include="Microsoft.NET.Sdk.Functions" Version="4.4.0" Condition="'$(TargetFramework)' == 'net8.0'" />
<PackageVersion Include="FluentAssertions" Version="6.12.2" />
<PackageVersion Include="GitHubActionsTestLogger" Version="2.4.1" />
Expand All @@ -34,6 +34,6 @@
<PackageVersion Include="coverlet.collector" Version="6.0.2" />
<GlobalPackageReference Include="Microsoft.VisualStudio.Threading.Analyzers" Version="17.12.19" />
<GlobalPackageReference Include="AsyncFixer" Version="1.6.0" />
<GlobalPackageReference Include="Meziantou.Analyzer" Version="2.0.179" />
<GlobalPackageReference Include="Meziantou.Analyzer" Version="2.0.180" />
</ItemGroup>
</Project>

0 comments on commit 8c228d6

Please sign in to comment.