Skip to content

Commit

Permalink
Fix binding redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
AArnott committed Jun 6, 2017
1 parent ab94bc7 commit e46fc21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
<CodeAnalysisRuleSet>Microsoft.VisualStudio.Threading.Analyzers.Tests.ruleset</CodeAnalysisRuleSet>
<NoWarn>$(NoWarn);CS1591</NoWarn>
<IsPackable>false</IsPackable>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<GenerateBindingRedirectsOutputType>true</GenerateBindingRedirectsOutputType>

<!-- VS2017 Test Explorer test navigation and callstack links don't work with portable PDBs yet. -->
<DebugType>Full</DebugType>
Expand Down
15 changes: 0 additions & 15 deletions src/Microsoft.VisualStudio.Threading.Analyzers.Tests/app.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,4 @@
<add key="xunit.methodDisplay" value="method" />
<add key="xunit.shadowCopy" value="false"/>
</appSettings>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="System.Collections.Immutable" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-1.1.36.0" newVersion="1.1.36.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Reflection.Metadata" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-1.0.21.0" newVersion="1.0.21.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" />
</startup>
</configuration>

0 comments on commit e46fc21

Please sign in to comment.