Skip to content

Commit

Permalink
Update global-json.md - add example for dotnet new globalJson with ro…
Browse files Browse the repository at this point in the history
…ll-forward parameter

see dotnet/templating#3637 
when this was implemented, the documentation was not updated
  • Loading branch information
jbrekle authored Aug 16, 2024
1 parent c2c0f5e commit 0dfe065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/core/tools/global-json.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0dfe065

Please sign in to comment.