Add metadata to test specifying required shared framework

This commit is contained in:
Daniel Plaisted 2017-04-27 13:52:48 -07:00
parent b972f8229e
commit fa2a02ff0e

View file

@ -13,7 +13,7 @@ namespace Microsoft.DotNet.Cli.Build.Tests
{
public class GivenThatWeWantToBeBackwardsCompatibleWith1xProjects : TestBase
{
[Theory]
[RequiresSpecificFrameworkTheory("netcoreapp1.1")]
[InlineData("netcoreapp1.1")]
public void ItRestoresBuildsAndRuns(string target)
{