From b14881d303c8279606d646fd97eba40efc8b0383 Mon Sep 17 00:00:00 2001 From: Livar Cunha Date: Fri, 26 Feb 2016 14:53:27 -0800 Subject: [PATCH] Removing net 461 from the build tests, as we are also missing that framework from our VSO machines at the moment. --- test/dotnet-build.Tests/BuildOutputTests.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/dotnet-build.Tests/BuildOutputTests.cs b/test/dotnet-build.Tests/BuildOutputTests.cs index a2083c087..947cec835 100644 --- a/test/dotnet-build.Tests/BuildOutputTests.cs +++ b/test/dotnet-build.Tests/BuildOutputTests.cs @@ -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) {