Update NuGet dependencies to latest patch versions

Updated `System.Text.Json` to version `9.0.9` in `AssetRipper.GUI.Localizations.SourceGenerator.csproj` to incorporate bug fixes, performance improvements, or security updates.

Updated `Microsoft.AspNetCore.OpenApi` to version `9.0.9` in `AssetRipper.GUI.Web.csproj` to address similar improvements, ensuring compatibility and stability.
This commit is contained in:
ds5678 2025-09-17 16:57:12 -07:00
parent 591b4f4dfc
commit 27227a0e2b
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@
<ItemGroup>
<!-- Generator dependencies -->
<PackageReference Include="AssetRipper.Text.SourceGeneration" Version="1.2.2" PrivateAssets="all" GeneratePathProperty="true" />
<PackageReference Include="System.Text.Json" Version="9.0.8" PrivateAssets="all" GeneratePathProperty="true" />
<PackageReference Include="System.Text.Json" Version="9.0.9" PrivateAssets="all" GeneratePathProperty="true" />
</ItemGroup>
</Project>

View File

@ -29,7 +29,7 @@
<PackageReference Include="AssetRipper.GUI.Web.Dependencies" Version="1.0.0" />
<PackageReference Include="AssetRipper.NativeDialogs" Version="1.0.1" />
<PackageReference Include="AssetRipper.Text.Html" Version="2.1.0" />
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.8" />
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.9" />
<PackageReference Include="Microsoft.OpenApi" Version="1.6.24" />
<PackageReference Include="Ookii.CommandLine" Version="5.0.0" />
<PackageReference Include="oqo0.SwaggerThemes" Version="1.4.3" />