Bump AssetRipper.Primitives from 3.1.1 to 3.1.2

Bumps [AssetRipper.Primitives](https://github.com/AssetRipper/AssetRipper.Primitives) from 3.1.1 to 3.1.2.
- [Release notes](https://github.com/AssetRipper/AssetRipper.Primitives/releases)
- [Commits](https://github.com/AssetRipper/AssetRipper.Primitives/compare/3.1.1...3.1.2)

---
updated-dependencies:
- dependency-name: AssetRipper.Primitives
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-06-03 01:32:25 +00:00 committed by Jeremy Pritts
parent 3a73f405f5
commit 670e92cbc3
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
<ItemGroup>
<PackageReference Include="AssetRipper.IO.Endian" Version="1.1.0" />
<PackageReference Include="AssetRipper.Primitives" Version="3.1.1" />
<PackageReference Include="AssetRipper.Primitives" Version="3.1.2" />
<PackageReference Include="K4os.Compression.LZ4" Version="1.3.8" />
<PackageReference Include="SharpCompress" Version="0.37.2" />
<PackageReference Include="ZstdSharp.Port" Version="0.8.1" />

View File

@ -7,7 +7,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AssetRipper.Primitives" Version="3.1.1" />
<PackageReference Include="AssetRipper.Primitives" Version="3.1.2" />
</ItemGroup>
</Project>