Skip to content

Commit effcb12

Browse files
Update to .NET SDK 10.0.101 (#186)
* Initial plan * Update to .NET SDK 10.0.101 and configure CI workflow for multi-version support Co-authored-by: geraldbarre-workleap <240971877+geraldbarre-workleap@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: geraldbarre-workleap <240971877+geraldbarre-workleap@users.noreply.github.com>
1 parent 790a291 commit effcb12

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,14 @@ jobs:
2828
with:
2929
fetch-depth: 0
3030

31+
- name: Setup .NET
32+
uses: actions/setup-dotnet@v5
33+
with:
34+
global-json-file: "global.json"
35+
dotnet-version: |
36+
9.0.x
37+
8.0.x
38+
3139
- name: Authenticate to Azure DevOps artifact feeds
3240
uses: workleap/wl-reusable-workflows/az-artifact-authenticate@main
3341
with:

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "9.0.306",
3+
"version": "10.0.101",
44
"rollForward": "latestMinor",
55
"allowPrerelease": false
66
}

0 commit comments

Comments
 (0)