From 0dfe065894e6b910fd98bb00901e49bb5f72ad60 Mon Sep 17 00:00:00 2001 From: Jonas Brekle Date: Fri, 16 Aug 2024 12:11:12 +0200 Subject: [PATCH] Update global-json.md - add example for dotnet new globalJson with roll-forward parameter see https://github.com/dotnet/templating/pull/3637 when this was implemented, the documentation was not updated --- docs/core/tools/global-json.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/core/tools/global-json.md b/docs/core/tools/global-json.md index 9668eb1bc57f4..888c3f78b7038 100644 --- a/docs/core/tools/global-json.md +++ b/docs/core/tools/global-json.md @@ -172,7 +172,7 @@ To install additional .NET SDK versions on your machine, visit the [Download .NE You can create a new *global.json* file in the current directory by executing the [dotnet new](dotnet-new.md) command, similar to the following example: ```dotnetcli -dotnet new globaljson --sdk-version 8.0.302 +dotnet new globaljson --sdk-version 8.0.302 --roll-forward latestFeature ``` ## Matching rules