From 798387ee90d7536d5a620af8482100ba76f6061a Mon Sep 17 00:00:00 2001 From: wtgodbe Date: Tue, 2 May 2017 16:33:41 -0700 Subject: Update Coreclr to 2.0.0 buildtools --- dir.props | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'dir.props') diff --git a/dir.props b/dir.props index de2c0f8b92..7c45b51e55 100644 --- a/dir.props +++ b/dir.props @@ -103,7 +103,8 @@ $(NugetRestoreCommand) install - $(NugetRestoreCommand) -OutputDirectory "$(PackagesDir.TrimEnd('\\'))" + $(NugetRestoreCommand) -OutputDirectory "$(PackagesDir.TrimEnd('\\'))" + $(NugetRestoreCommand) -OutputDirectory "$(PackagesDir.TrimEnd('\'))" $(NugetRestoreCommand) $(NuGetConfigCommandLine) $(NugetRestoreCommand) -Verbosity detailed mono $(NuGetRestoreCommand) @@ -113,9 +114,10 @@ $(DotnetCliPath)dotnet.exe $(DotnetCliPath)dotnet - $(DnuRestoreCommand) "$(DotnetToolCommand)" + "$(DotnetToolCommand)" $(DnuRestoreCommand) restore - $(DnuRestoreCommand) --packages "$(PackagesDir.TrimEnd('\\'))" + $(DnuRestoreCommand) --packages "$(PackagesDir.TrimEnd('\\'))" + $(DnuRestoreCommand) --packages "$(PackagesDir.TrimEnd('\'))" @@ -146,7 +148,8 @@ $(BaseIntermediateOutputPath) - $(PackagesDir)/Microsoft.NETCore.Platforms/1.0.2-beta-24224-02/runtime.json + 1.0.2-beta-24224-02 + $(PackagesDir)/microsoft.netcore.platforms/$(RuntimeIdGraphDefinitionVersion)/runtime.json https://go.microsoft.com/fwlink/?LinkID=799421 -- cgit v1.2.3