Update package references

- Removed `AssetRipper.Text.SourceGeneration` reference from `AssetRipper.GUI.Localizations.csproj`.
- Updated `AssetRipper.IO.Endian` package version from `2.0.0` to `2.0.1` in both `AssetRipper.IO.Files.SourceGenerator.csproj` and `AssetRipper.IO.Files.csproj`.
This commit is contained in:
ds5678 2025-02-26 09:58:55 -08:00
parent 93b0dfdb52
commit 3fe9f4724d
3 changed files with 2 additions and 3 deletions

View File

@ -13,7 +13,6 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="AssetRipper.Text.SourceGeneration" Version="1.2.2" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
<ProjectReference Include="..\AssetRipper.GUI.Localizations.SourceGenerator\AssetRipper.GUI.Localizations.SourceGenerator.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
</ItemGroup>

View File

@ -7,7 +7,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AssetRipper.IO.Endian" Version="2.0.0" />
<PackageReference Include="AssetRipper.IO.Endian" Version="2.0.1" />
<PackageReference Include="AssetRipper.Text.SourceGeneration" Version="1.2.2" />
</ItemGroup>

View File

@ -7,7 +7,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AssetRipper.IO.Endian" Version="2.0.0" />
<PackageReference Include="AssetRipper.IO.Endian" Version="2.0.1" />
<PackageReference Include="AssetRipper.Primitives" Version="3.1.6" />
<PackageReference Include="K4os.Compression.LZ4" Version="1.3.8" />
<PackageReference Include="SharpCompress" Version="0.39.0" />