Fix long path
This commit is contained in:
parent
e685a808a1
commit
5d6acc03d1
4 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ namespace Microsoft.DotNet.Migration.Tests
|
||||||
}
|
}
|
||||||
|
|
||||||
[WindowsOnlyTheory]
|
[WindowsOnlyTheory]
|
||||||
[InlineData("TestAppMultipleFrameworksNoRuntimes", null)]
|
[InlineData("AppWith2Tfm0Rid", null)]
|
||||||
[InlineData("TestAppWithMultipleFullFrameworksOnly", "net461")]
|
[InlineData("TestAppWithMultipleFullFrameworksOnly", "net461")]
|
||||||
public void ItMigratesAppsWithFullFramework(string projectName, string framework)
|
public void ItMigratesAppsWithFullFramework(string projectName, string framework)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue