Skip to content

Commit 163f2ef

Browse files
Update publish dotnet-version help text to .net 6 (#3482)
1 parent 4443a2b commit 163f2ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Azure.Functions.Cli/Actions/AzureActions/PublishFunctionAppAction.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ public override ICommandLineParserResult ParseArgs(string[] args)
134134
.Callback(s => DotnetCliParameters = s);
135135
Parser
136136
.Setup<string>("dotnet-version")
137-
.WithDescription("Only applies to dotnet-isolated applications. Specifies the .NET version for the function app. For example, set to '5.0' when publishing a .NET 5.0 app.")
137+
.WithDescription("Only applies to dotnet-isolated applications. Specifies the .NET version for the function app. For example, set to '6.0' when publishing a .NET 6 app.")
138138
.Callback(s => DotnetFrameworkVersion = s);
139139
return base.ParseArgs(args);
140140
}

0 commit comments

Comments
 (0)