From f62aab0970c4b3c736e940280bf87fb0211d9c0d Mon Sep 17 00:00:00 2001 From: Faizan Ahmad Date: Tue, 21 Mar 2017 06:58:01 -0700 Subject: [PATCH 1/2] Issue: 1) https://github.com/Microsoft/vstest/issues/613 2) https://github.com/Microsoft/vstest/issues/428 3) https://github.com/Microsoft/vstest/issues/391 4) https://github.com/Microsoft/vstest/issues/595 Fix: Generate config file for test project targeting .NET Framework. This config file has have binding redirect which is needed at time of running tests. --- src/package/nuspec/Microsoft.NET.Test.Sdk.targets | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/package/nuspec/Microsoft.NET.Test.Sdk.targets b/src/package/nuspec/Microsoft.NET.Test.Sdk.targets index 53f66d266d..9519b27f8d 100644 --- a/src/package/nuspec/Microsoft.NET.Test.Sdk.targets +++ b/src/package/nuspec/Microsoft.NET.Test.Sdk.targets @@ -41,6 +41,15 @@ Full + + + + true + true + true