40
40
41
41
- uses : actions/setup-dotnet@v3
42
42
with :
43
- dotnet-version : " 6 .0.x"
43
+ dotnet-version : " 8 .0.x"
44
44
45
45
- name : Enable NuGet cache
46
46
uses : actions/cache@v3.3.0
84
84
fetch-depth : 0
85
85
- uses : actions/setup-dotnet@v3
86
86
with :
87
- dotnet-version : " 6 .0.x"
87
+ dotnet-version : " 8 .0.x"
88
88
89
89
- name : Enable Homebrew
90
90
run : echo "/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin" >> $GITHUB_PATH
@@ -130,7 +130,7 @@ jobs:
130
130
131
131
- uses : actions/setup-dotnet@v3
132
132
with :
133
- dotnet-version : " 6 .0.x"
133
+ dotnet-version : " 8 .0.x"
134
134
135
135
- name : Enable NuGet cache
136
136
uses : actions/cache@v3.3.0
@@ -223,7 +223,7 @@ jobs:
223
223
224
224
- uses : actions/setup-dotnet@v3
225
225
with :
226
- dotnet-version : " 6 .0.x"
226
+ dotnet-version : " 8 .0.x"
227
227
228
228
- name : Enable NuGet cache
229
229
uses : actions/cache@v3.3.0
@@ -311,7 +311,7 @@ jobs:
311
311
env :
312
312
NUGET_AUTH_TOKEN : ${{secrets.GITHUB_TOKEN}}
313
313
with :
314
- dotnet-version : " 6 .0.x"
314
+ dotnet-version : " 8 .0.x"
315
315
source-url : https://nuget.pkg.github.com/Project-MONAI/index.json
316
316
317
317
- name : Publish to GitHub
@@ -336,7 +336,7 @@ jobs:
336
336
env :
337
337
NUGET_AUTH_TOKEN : ${{secrets.GITHUB_TOKEN}}
338
338
with :
339
- dotnet-version : " 6 .0.x"
339
+ dotnet-version : " 8 .0.x"
340
340
source-url : https://nuget.pkg.github.com/Project-MONAI/index.json
341
341
342
342
- name : Publish to GitHub
0 commit comments