Skip to content

Commit

Permalink
Update MelonLoader.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
HerpDerpinstine committed Jul 12, 2024
1 parent 6a6cd39 commit ee118f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions MelonLoader/MelonLoader.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
</PackageReference>
</ItemDefinitionGroup>
<ItemGroup>
<PackageReference Include="AssetRipper.Primitives" Version="3.1.2" />
<PackageReference Include="AssetRipper.VersionUtilities" Version="1.5.0" />
<PackageReference Include="AssetsTools.NET" Version="3.0.0" />
<PackageReference Include="HarmonyX" Version="2.10.2" />
<PackageReference Include="MonoMod.RuntimeDetour" Version="22.7.31.1" />
Expand All @@ -44,10 +44,10 @@
<PackageReference Include="MonoMod.RuntimeDetour.HookGen" Version="22.7.31.1" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'net6'">
<PackageReference Include="AsmResolver.DotNet" Version="6.0.0-beta.1" />
<PackageReference Include="AsmResolver.DotNet" Version="5.5.1" />
<PackageReference Include="Microsoft.Diagnostics.Runtime" Version="3.1.512801" />
<PackageReference Include="System.Configuration.ConfigurationManager" Version="8.0.0" />
<PackageReference Include="System.Drawing.Common" Version="8.0.6" />
<PackageReference Include="System.Drawing.Common" Version="8.0.7" />
<PackageReference Include="System.Runtime.InteropServices.RuntimeInformation" Version="4.3.0" />
<PackageReference Include="Iced" Version="1.21.0" />
<PackageReference Include="Mono.Cecil" Version="0.11.5" />
Expand Down

0 comments on commit ee118f7

Please sign in to comment.