Skip to content
This repository was archived by the owner on Mar 30, 2019. It is now read-only.

Commit a1eb863

Browse files
fixed binding redirects in SharpPak
without the fix, SharpPak crashes because it can't load the correct version of Mono.Cecil (it uses both 9.5.0 and 9.6.0)
1 parent 9db5247 commit a1eb863

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Source/Tools/SharpPak/SharpPak.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
<AssemblyName>SharpPak</AssemblyName>
1313
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
1414
<FileAlignment>512</FileAlignment>
15+
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
1516
<TargetFrameworkProfile>
1617
</TargetFrameworkProfile>
1718
</PropertyGroup>
@@ -82,4 +83,4 @@
8283
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
8384
<Target Name="Pack" DependsOnTargets="Build">
8485
</Target>
85-
</Project>
86+
</Project>

0 commit comments

Comments
 (0)