Fixing dotnet.Tests to pass the correct TFM into the dependency-tool-invoker.
This commit is contained in:
parent
7d6d74bba2
commit
e5e7ab1e47
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ namespace Microsoft.DotNet.Tests
|
|||
var projectOutputPath = $"AppWithDirectDependencyDesktopAndPortable\\bin\\Debug\\net451\\{rid}\\dotnet-desktop-and-portable.exe";
|
||||
return new[]
|
||||
{
|
||||
new object[] { ".NETStandardApp,Version=v1.5", "CoreFX", "lib\\netstandard1.5\\dotnet-desktop-and-portable.dll" },
|
||||
new object[] { ".NETStandard,Version=v1.5", "CoreFX", "lib\\netstandard1.5\\dotnet-desktop-and-portable.dll" },
|
||||
new object[] { ".NETFramework,Version=v4.5.1", "NetFX", projectOutputPath }
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue