Add metadata to test specifying required shared framework
This commit is contained in:
parent
b972f8229e
commit
fa2a02ff0e
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ namespace Microsoft.DotNet.Cli.Build.Tests
|
||||||
{
|
{
|
||||||
public class GivenThatWeWantToBeBackwardsCompatibleWith1xProjects : TestBase
|
public class GivenThatWeWantToBeBackwardsCompatibleWith1xProjects : TestBase
|
||||||
{
|
{
|
||||||
[Theory]
|
[RequiresSpecificFrameworkTheory("netcoreapp1.1")]
|
||||||
[InlineData("netcoreapp1.1")]
|
[InlineData("netcoreapp1.1")]
|
||||||
public void ItRestoresBuildsAndRuns(string target)
|
public void ItRestoresBuildsAndRuns(string target)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue