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",