Skip to content

Commit

Permalink
Merge branch 'main' into feature/upgrade-dotnet-sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
m-ringler authored Nov 12, 2024
2 parents 7703cb5 + 922cf00 commit 1ada4c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/czishrink_dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ jobs:
with:
dotnet-version: ${{ steps.get_dotnet_version.outputs.dotnetversion }}

- name: Print .NET version
run: dotnet --version

- name: Get Version from Directory.Build.props
id: getversion
run: |
Expand Down
2 changes: 1 addition & 1 deletion czishrink/global.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"sdk": {
"version": "8.0.403",
"allowPrerelease": false,
"rollForward": "feature"
"rollForward": "disable"
}
}

0 comments on commit 1ada4c3

Please sign in to comment.