This commit is contained in:
Bryan Thornbury 2016-09-15 16:30:39 -07:00
parent 944eb1e787
commit 3cdd994798

View file

@ -73,7 +73,7 @@ namespace Microsoft.DotNet.Migration.Tests
[Theory]
// TODO: Enable this when X-Targeting is in
// [InlineData("TestLibraryWithMultipleFrameworks")]
public void It_migrates_projects_with_multiple_TFMs()
public void It_migrates_projects_with_multiple_TFMs(string projectName)
{
var projectDirectory =
TestAssetsManager.CreateTestInstance(projectName, callingMethod: "i").WithLockFiles().Path;