Adding net46 to some of our libraries back, so that we can run binding-redirect tests again. We need those tests for tool and we need to keep them running.

This commit is contained in:
Livar Cunha 2016-10-15 18:34:03 -07:00
parent 7601f66328
commit 391d04c67a
10 changed files with 21 additions and 5 deletions

View file

@ -4,6 +4,7 @@
using System.IO;
using Microsoft.DotNet.InternalAbstractions;
using Microsoft.DotNet.TestFramework;
using Microsoft.DotNet.Tools.Test.Utilities;
namespace Microsoft.DotNet.Tests
{