Skip to content

Commit

Permalink
Work around microsoft/vstest#428
Browse files Browse the repository at this point in the history
  • Loading branch information
dougbu committed Mar 4, 2017
1 parent 992ffb6 commit 6d7f5f6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions XunitTestImmutable/XunitTestImmutable.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

<!-- Need the .deps.json file to use DependencyContext.Load() on the test assembly. -->
<PreserveCompilationContext>true</PreserveCompilationContext>

<!-- Work around https://github.com/Microsoft/vstest/issues/428. Create the appropriate binding redirects. -->
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<GenerateBindingRedirectsOutputType>true</GenerateBindingRedirectsOutputType>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 6d7f5f6

Please sign in to comment.