Moving the InferLegacyRestoreRuntime method to Test.Utilities, since it is needed only by tests.
This commit is contained in:
parent
09d811fdbd
commit
c2bce2e2cc
15 changed files with 46 additions and 45 deletions
|
@ -22,7 +22,7 @@ namespace Microsoft.DotNet.Tests
|
|||
{
|
||||
get
|
||||
{
|
||||
var rid = DotnetRuntimeIdentifiers.InferLegacyRestoreRuntimeIdentifier();
|
||||
var rid = DotnetLegacyRuntimeIdentifiers.InferLegacyRestoreRuntimeIdentifier();
|
||||
var projectOutputPath = $"AppWithDirectDepDesktopAndPortable\\bin\\Debug\\net451\\{rid}\\dotnet-desktop-and-portable.exe";
|
||||
return new[]
|
||||
{
|
||||
|
@ -36,7 +36,7 @@ namespace Microsoft.DotNet.Tests
|
|||
{
|
||||
get
|
||||
{
|
||||
var rid = DotnetRuntimeIdentifiers.InferLegacyRestoreRuntimeIdentifier();
|
||||
var rid = DotnetLegacyRuntimeIdentifiers.InferLegacyRestoreRuntimeIdentifier();
|
||||
var projectOutputPath = $"LibraryWithDirectDependencyDesktopAndPortable\\bin\\Debug\\net451\\dotnet-desktop-and-portable.exe";
|
||||
return new[]
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue