From a48f3a6bbff4a818f13255b739d67ce2684d10bf Mon Sep 17 00:00:00 2001 From: Rama Krishnan Raghupathy Date: Mon, 20 Mar 2017 18:06:48 -0700 Subject: [PATCH] Using Apphost.exe for standalone apps --- build/DependencyVersions.props | 2 +- src/dotnet/commands/dotnet-cache/Program.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/DependencyVersions.props b/build/DependencyVersions.props index a5c1e8c0f..30cbb6510 100644 --- a/build/DependencyVersions.props +++ b/build/DependencyVersions.props @@ -4,7 +4,7 @@ 2.0.0-beta-001791-00 15.2.0-preview-000047-02 2.0.0-rc4-61325-08 - 1.1.0-alpha-20170306-2 + 2.0.0-alpha-20170320-1 4.3.0-beta1-2342 1.0.0-alpha-20170130-3-281 15.1.0-preview-20170316-05 diff --git a/src/dotnet/commands/dotnet-cache/Program.cs b/src/dotnet/commands/dotnet-cache/Program.cs index 4bd7ee8db..94684ceee 100644 --- a/src/dotnet/commands/dotnet-cache/Program.cs +++ b/src/dotnet/commands/dotnet-cache/Program.cs @@ -103,7 +103,7 @@ namespace Microsoft.DotNet.Tools.Cache if (!string.IsNullOrEmpty(fxOption.Value())) { - msbuildArgs.Add($"/p:FX_Version={fxOption.Value()}"); + msbuildArgs.Add($"/p:RuntimeFrameworkVersion={fxOption.Value()}"); } if (!string.IsNullOrEmpty(workingDir.Value()))