Skip to content

Commit

Permalink
Backing out change for dotnet#1327 due to Jenkins failures
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbeisner committed Sep 11, 2017
1 parent f72c267 commit a452ea5
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,8 @@ public void Nuget_reference_compat(string referencerTarget, string testDescripti
}
}

[WindowsOnlyTheory]
// https://github.com/dotnet/sdk/issues/1327
[CoreMSBuildAndWindowsOnlyTheory]
[InlineData("netstandard2.0")]
[InlineData("netcoreapp2.0")]
public void Net461_is_implicit_for_Netstandard_and_Netcore_20(string targetFramework)
Expand Down

0 comments on commit a452ea5

Please sign in to comment.