From 482f1b555bbf5ecb9fa1ef0c0bfa57bbc5ef3435 Mon Sep 17 00:00:00 2001 From: Piotr Puszkiewicz Date: Fri, 10 Mar 2017 10:43:01 -0800 Subject: [PATCH] missing peren --- src/dotnet/commands/dotnet-cache/CacheCommandParser.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dotnet/commands/dotnet-cache/CacheCommandParser.cs b/src/dotnet/commands/dotnet-cache/CacheCommandParser.cs index 9f71278f7..b314e6c37 100644 --- a/src/dotnet/commands/dotnet-cache/CacheCommandParser.cs +++ b/src/dotnet/commands/dotnet-cache/CacheCommandParser.cs @@ -29,7 +29,7 @@ namespace Microsoft.DotNet.Cli var additionalProjects = string.Join("%3B", o.Arguments.Skip(1)); return $"{materializedString} /p:AdditionalProjects={additionalProjects}"; - }), + })), CommonOptions.FrameworkOption(), Create.Option( "--framework-version",