Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 2, 2024
1 parent f136ecc commit 6a00d06
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All"/>
<PackageReference Include="Meziantou.Analyzer" Version="2.0.168" PrivateAssets="All"/>
<PackageReference Include="Meziantou.Analyzer" Version="2.0.169" PrivateAssets="All"/>
<PackageReference Include="Roslynator.Analyzers" Version="4.12.6" PrivateAssets="All"/>
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion tests/GrpcTestServer/GrpcTestServer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<PackageReference Include="Google.Protobuf" Version="3.28.2" />
<PackageReference Include="System.ServiceModel.Primitives" Version="4.10.0" />
<PackageReference Include="protobuf-net" Version="3.2.30" />
<PackageReference Update="Meziantou.Analyzer" Version="2.0.168" />
<PackageReference Update="Meziantou.Analyzer" Version="2.0.169" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions tests/GrpcTestServerTests/GrpcTestServerTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<ItemGroup>
<PackageReference Include="Grpc.Net.ClientFactory" Version="2.66.0" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="7.0.20" Condition="'$(TargetFramework)' == 'net7.0'" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="8.0.7" Condition="'$(TargetFramework)' == 'net7.0'" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="8.0.7" Condition="'$(TargetFramework)' == 'net8.0'" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="protobuf-net" Version="3.2.30" />
Expand All @@ -22,7 +22,7 @@
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="FluentAssertions" Version="6.12.1" />
<PackageReference Update="Meziantou.Analyzer" Version="2.0.168" />
<PackageReference Update="Meziantou.Analyzer" Version="2.0.169" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 6a00d06

Please sign in to comment.