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()))