Skip to content

Commit

Permalink
Merge pull request #420 from VPKSoft/dependabot/nuget/System.Text.Jso…
Browse files Browse the repository at this point in the history
…n-9.0.0

Bump System.Text.Json from 8.0.5 to 9.0.0
  • Loading branch information
VPKSoft authored Nov 13, 2024
2 parents 43d0c63 + e0f6888 commit 81beb6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VPKSoft.Utils.Common/VPKSoft.Utils.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="System.Text.Json" Version="8.0.5" />
<PackageReference Include="System.Text.Json" Version="9.0.0" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion amp.Database/amp.Database.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<PackageReference Include="Microsoft.Data.Sqlite" Version="9.0.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="7.0.20" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="7.0.20" />
<PackageReference Include="System.Text.Json" Version="8.0.5" />
<PackageReference Include="System.Text.Json" Version="9.0.0" />
<PackageReference Include="VPKSoft.DropOutStack" Version="1.0.2" />
<PackageReference Include="SQLitePCLRaw.bundle_e_sqlite3" Version="2.1.10" />
</ItemGroup>
Expand Down

0 comments on commit 81beb6c

Please sign in to comment.