Skip to content

Commit

Permalink
Update global.json to 8.0.200 + rollForward patch versions only (#3485)
Browse files Browse the repository at this point in the history
* rollPatch NET version

* Roll to 8.0.100

* 200 channel

* Fix for rhino mac

* 204 magic

* Roll forward with security patches
  • Loading branch information
JR-Morgan authored Jun 6, 2024
1 parent 1d305c7 commit 78ee21b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .circleci/scripts/config-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ jobs: # Each project will have individual jobs for each specific task it has to

build-connector-dotnet-mac:
docker:
- image: mcr.microsoft.com/dotnet/sdk:7.0
- image: mcr.microsoft.com/dotnet/sdk:8.0.204
parameters:
slnname:
type: string
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 7.x.x
dotnet-version: 8.0.2xx # Align with global.json (including roll forward rules)
- name: ⚒️ Run GitVersion
run: ./build.ps1 build-server-version

Expand Down
4 changes: 2 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"sdk": {
"version": "7.0.0",
"rollForward": "latestMajor",
"version": "8.0.200",
"rollForward": "latestPatch",
"allowPrerelease": false
}
}

0 comments on commit 78ee21b

Please sign in to comment.