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:
parent
14e8b184bd
commit
b14881d303
1 changed files with 3 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue