Skip to content

Commit

Permalink
Merge pull request #177 from Gigas002/dependabot/nuget/SystemTextJson…
Browse files Browse the repository at this point in the history
…Patch-4.2.0

Bump SystemTextJsonPatch from 4.1.0 to 4.2.0
  • Loading branch information
Gigas002 authored Jan 21, 2025
2 parents e6bd0f6 + 375369e commit 07e5761
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion OpenHentai.Server.Tests/OpenHentai.Server.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="SystemTextJsonPatch" Version="4.1.0" />
<PackageReference Include="SystemTextJsonPatch" Version="4.2.0" />

<ProjectReference Include="..\OpenHentai\OpenHentai.csproj" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion OpenHentai.WebAPI.Tests/OpenHentai.WebAPI.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="SystemTextJsonPatch" Version="4.1.0" />
<PackageReference Include="SystemTextJsonPatch" Version="4.2.0" />

<ProjectReference Include="..\OpenHentai.WebAPI\OpenHentai.WebAPI.csproj" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion OpenHentai.WebAPI/OpenHentai.WebAPI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="SystemTextJsonPatch" Version="4.1.0" />
<PackageReference Include="SystemTextJsonPatch" Version="4.2.0" />

<ProjectReference Include="..\OpenHentai\OpenHentai.csproj" />
</ItemGroup>
Expand Down

0 comments on commit 07e5761

Please sign in to comment.