Skip to content

Commit

Permalink
Merge pull request #26 from Cysharp/dependabot/nuget/src/Claudia/nuge…
Browse files Browse the repository at this point in the history
…t-9df58bc52d

Bump the nuget group across 2 directories with 1 update
  • Loading branch information
neuecc authored Mar 5, 2025
2 parents 5d42b0a + 3ce4a29 commit 38b56a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Claudia.Bedrock/Claudia.Bedrock.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
</ItemGroup>

<ItemGroup Condition="$(TargetFramework) == 'net6.0' Or $(TargetFramework) == 'netstandard2.1'">
<PackageReference Include="System.Text.Json" Version="8.0.4" />
<PackageReference Include="System.Text.Json" Version="8.0.5" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion src/Claudia/Claudia.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
</ItemGroup>

<ItemGroup Condition="$(TargetFramework) == 'net6.0' Or $(TargetFramework) == 'netstandard2.1'">
<PackageReference Include="System.Text.Json" Version="8.0.4" />
<PackageReference Include="System.Text.Json" Version="8.0.5" />
<PackageReference Include="System.Net.Http.Json" Version="8.0.0" />
</ItemGroup>

Expand Down

0 comments on commit 38b56a1

Please sign in to comment.