Skip to content

Commit

Permalink
Update .NET SDK version and rollForward policy in global.json (#63)
Browse files Browse the repository at this point in the history
* Bump global.

Update .NET SDK version and rollForward policy in global.json

Updated the `rollForward` policy in the `global.json` file from `feature` to `latestFeature` to use the latest available feature band SDK, including minor versions, for the specified major version. Also, the `version` of the SDK specified in the `global.json` file has been updated from `8.0.100` to `8.0.300-preview.24203.14`, meaning the project will now use the `8.0.300-preview.24203.14` version of the .NET SDK.
  • Loading branch information
ElanHasson committed May 9, 2024
1 parent 863cf22 commit dba1f36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"rollForward": "feature",
"version": "8.0.100"
"rollForward": "latestFeature",
"version": "8.0.204"
}
}

0 comments on commit dba1f36

Please sign in to comment.