Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
<TestRuntime>true</TestRuntime>
<EnableDefaultItems>true</EnableDefaultItems>
<IncludeRemoteExecutor>true</IncludeRemoteExecutor>
<!-- This test project builds against implementation assemblies while the src
projects build against ref assemblies, so sometimes AssemblyVersions may
mismatch. Generating Binding redirects automatically will guarantee that for
these cases, the loader is still able to run the tests succesfully. -->
<AutoGenerateBindingRedirects Condition="'$(TargetFramework)' == '$(NetFrameworkMinimum)'">true</AutoGenerateBindingRedirects>
</PropertyGroup>

<ItemGroup>
Expand Down