AssetRipper_AssetRipper/Source/AssetRipper.SerializationLogic/AssetRipper.SerializationLogic.csproj
Jeremy Pritts b8da7b2a92 Bump NuGet references
* Resolves #801
* Related to #797
2023-05-19 21:40:38 -04:00

14 lines
417 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.3.0" />
</ItemGroup>
</Project>