mirror of
https://github.com/AssetRipper/AssetRipper.git
synced 2025-12-11 20:15:29 +01:00
Bumps [AssetRipper.Primitives](https://github.com/AssetRipper/AssetRipper.Primitives) from 3.1.4 to 3.1.5. - [Release notes](https://github.com/AssetRipper/AssetRipper.Primitives/releases) - [Commits](https://github.com/AssetRipper/AssetRipper.Primitives/compare/3.1.4...3.1.5) --- updated-dependencies: - dependency-name: AssetRipper.Primitives dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
26 lines
1.2 KiB
XML
26 lines
1.2 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<IsTrimmable>true</IsTrimmable>
|
|
<OutputPath>..\0Bins\Other\AssetRipper.Import\$(Configuration)\</OutputPath>
|
|
<IntermediateOutputPath>..\0Bins\obj\AssetRipper.Import\$(Configuration)\</IntermediateOutputPath>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="AsmResolver.DotNet" Version="6.0.0-beta.2" />
|
|
<PackageReference Include="AssetRipper.Gee.External.Capstone" Version="2.3.2" />
|
|
<PackageReference Include="AssetRipper.Mining.PredefinedAssets" Version="1.4.0" />
|
|
<PackageReference Include="AssetRipper.Primitives" Version="3.1.5" />
|
|
<PackageReference Include="AssetRipper.Tpk" Version="1.0.1" />
|
|
<PackageReference Include="Samboy063.Cpp2IL.Core" Version="2022.1.0-development.1197" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\AssetRipper.Assets\AssetRipper.Assets.csproj" />
|
|
<ProjectReference Include="..\AssetRipper.Numerics\AssetRipper.Numerics.csproj" />
|
|
<ProjectReference Include="..\AssetRipper.SerializationLogic\AssetRipper.SerializationLogic.csproj" />
|
|
<ProjectReference Include="..\AssetRipper.SourceGenerated.Extensions\AssetRipper.SourceGenerated.Extensions.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|