Bump AssetRipper.Primitives from 3.1.2 to 3.1.3

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

---
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-08-08 01:23:07 +00:00 committed by Jeremy Pritts
parent 150fed83f2
commit a5cd6d3ad6
3 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@
<ItemGroup>
<PackageReference Include="AssetRipper.IO.Endian" Version="1.1.0" />
<PackageReference Include="AssetRipper.Primitives" Version="3.1.2" />
<PackageReference Include="AssetRipper.Primitives" Version="3.1.3" />
<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

@ -10,7 +10,7 @@
<PackageReference Include="AsmResolver.DotNet" Version="6.0.0-beta.1" />
<PackageReference Include="AssetRipper.Gee.External.Capstone" Version="2.3.2" />
<PackageReference Include="AssetRipper.Mining.PredefinedAssets" Version="1.3.2" />
<PackageReference Include="AssetRipper.Primitives" Version="3.1.2" />
<PackageReference Include="AssetRipper.Primitives" Version="3.1.3" />
<PackageReference Include="AssetRipper.Tpk" Version="1.0.0" />
<PackageReference Include="Samboy063.Cpp2IL.Core" Version="2022.1.0-pre-release.15" />
</ItemGroup>

View File

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