mirror of
https://github.com/AssetRipper/AssetRipper.git
synced 2025-12-11 20:15:29 +01:00
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:
parent
591b4f4dfc
commit
27227a0e2b
@ -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>
|
||||
|
||||
@ -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" />
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user