Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

Commit

Permalink
Auto generate binding redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
kichalla committed Apr 20, 2017
1 parent b951ad0 commit 3777060
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions samples/MusicStore/MusicStore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
<RuntimeIdentifiers>win7-x86;win7-x64;linux-x64;osx.10.12-x64</RuntimeIdentifiers>
</PropertyGroup>

<PropertyGroup Condition="'$(TargetFramework)'=='net461'">
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<GenerateBindingRedirectsOutputType>true</GenerateBindingRedirectsOutputType>
</PropertyGroup>

<ItemGroup>
<Content Update="ForTesting\**\*" CopyToPublishDirectory="Never" Condition=" '$(PublishForTesting)' != 'true' "/>
</ItemGroup>
Expand Down

0 comments on commit 3777060

Please sign in to comment.