Skip to content

Commit

Permalink
Update NuGet Packages - Minor Updates (#108)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 5, 2023
1 parent a6236f1 commit 6604564
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Meziantou.Analyzer" Version="2.0.43">
<PackageReference Include="Meziantou.Analyzer" Version="2.0.45">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
4 changes: 2 additions & 2 deletions src/GraphQLToKarate.Library/GraphQLToKarate.Library.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@

<ItemGroup>
<PackageReference Include="GraphQL-Parser" Version="9.1.0" />
<PackageReference Include="Meziantou.Analyzer" Version="2.0.43">
<PackageReference Include="Meziantou.Analyzer" Version="2.0.45">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="7.0.0" />
<PackageReference Include="QuikGraph" Version="2.5.0" />
<PackageReference Include="System.IO.Abstractions" Version="19.2.18" />
<PackageReference Include="System.IO.Abstractions" Version="19.2.22" />
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<ItemGroup>
<PackageReference Include="HotChocolate.AspNetCore" Version="13.0.5" />
<PackageReference Include="Meziantou.Analyzer" Version="2.0.43">
<PackageReference Include="Meziantou.Analyzer" Version="2.0.45">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit 6604564

Please sign in to comment.