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

Commit e609193

Browse files
authored
Merge pull request #933 from axel-habermaier/patch-1
fixed binding redirects in SharpPak
2 parents 9db5247 + a1eb863 commit e609193

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)