ds5678 02eb6cf7f5 Update package versions across multiple projects
- Bump `System.Text.Json` to version `9.0.7` in `AssetRipper.GUI.Localizations.SourceGenerator.csproj`.
- Bump `Microsoft.AspNetCore.OpenApi` to version `9.0.7` in `AssetRipper.GUI.Web.csproj`.
- Bump `Swashbuckle.AspNetCore` to version `9.0.3` in `AssetRipper.GUI.Web.csproj`.
- Bump `ZstdSharp.Port` to version `0.8.6` in `AssetRipper.IO.Files.csproj`.
2025-07-24 18:54:10 -07:00

19 lines
736 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<IsTrimmable>true</IsTrimmable>
<OutputPath>..\0Bins\Other\AssetRipper.IO.Files\$(Configuration)\</OutputPath>
<IntermediateOutputPath>..\0Bins\obj\AssetRipper.IO.Files\$(Configuration)\</IntermediateOutputPath>
<EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AssetRipper.IO.Endian" Version="2.0.2" />
<PackageReference Include="AssetRipper.Primitives" Version="3.2.0" />
<PackageReference Include="K4os.Compression.LZ4" Version="1.3.8" />
<PackageReference Include="SharpCompress" Version="0.40.0" />
<PackageReference Include="ZstdSharp.Port" Version="0.8.6" />
</ItemGroup>
</Project>