Merge pull request #1590 from livarcocc/remove_net20_40_build_tests

The multitarget framework build tests is failing in VSO for net20 and net40
This commit is contained in:
Livar 2016-02-25 15:14:14 -08:00
commit 178d05a5ec

View file

@ -131,8 +131,6 @@ namespace Microsoft.DotNet.Tools.Builder.Tests
}
[Theory]
[InlineData("net20", false, true)]
[InlineData("net40", true, true)]
[InlineData("net461", true, true)]
[InlineData("dnxcore50", true, false)]
public void MultipleFrameworks_ShouldHaveValidTargetFrameworkAttribute(string frameworkName, bool shouldHaveTargetFrameworkAttribute, bool windowsOnly)