mirror of
https://github.com/AssetRipper/AssetRipper.git
synced 2025-12-11 20:15:29 +01:00
Bumps [AsmResolver.DotNet](https://github.com/Washi1337/AsmResolver) from 5.3.0 to 5.4.0. - [Release notes](https://github.com/Washi1337/AsmResolver/releases) - [Commits](https://github.com/Washi1337/AsmResolver/compare/v5.3.0...v5.4.0) --- updated-dependencies: - dependency-name: AsmResolver.DotNet dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
14 lines
414 B
XML
14 lines
414 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<IsTrimmable>true</IsTrimmable>
|
|
<OutputPath>..\Bins\Other\AssetRipper.SerializationLogic\$(Configuration)\</OutputPath>
|
|
<IntermediateOutputPath>..\Bins\obj\AssetRipper.SerializationLogic\$(Configuration)\</IntermediateOutputPath>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="AsmResolver.DotNet" Version="5.4.0" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|