Removing net 461 from the build tests, as we are also missing that framework from our VSO machines at the moment.

This commit is contained in:
Livar Cunha 2016-02-26 14:53:27 -08:00
parent 14e8b184bd
commit b14881d303

View file

@ -131,7 +131,9 @@ namespace Microsoft.DotNet.Tools.Builder.Tests
}
[Theory]
[InlineData("net461", true, true)]
// [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)
{