Skip to content

Commit df99963

Browse files
committed
Fix CI, remove Serialization, update licenses
Signed-off-by: Victor Chang <vicchang@nvidia.com>
1 parent 1f5b2a7 commit df99963

File tree

8 files changed

+1622
-4190
lines changed

8 files changed

+1622
-4190
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
- uses: actions/setup-dotnet@v3
4242
with:
43-
dotnet-version: "6.0.x"
43+
dotnet-version: "8.0.x"
4444

4545
- name: Enable NuGet cache
4646
uses: actions/cache@v3.3.0
@@ -84,7 +84,7 @@ jobs:
8484
fetch-depth: 0
8585
- uses: actions/setup-dotnet@v3
8686
with:
87-
dotnet-version: "6.0.x"
87+
dotnet-version: "8.0.x"
8888

8989
- name: Enable Homebrew
9090
run: echo "/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin" >> $GITHUB_PATH
@@ -130,7 +130,7 @@ jobs:
130130

131131
- uses: actions/setup-dotnet@v3
132132
with:
133-
dotnet-version: "6.0.x"
133+
dotnet-version: "8.0.x"
134134

135135
- name: Enable NuGet cache
136136
uses: actions/cache@v3.3.0
@@ -223,7 +223,7 @@ jobs:
223223

224224
- uses: actions/setup-dotnet@v3
225225
with:
226-
dotnet-version: "6.0.x"
226+
dotnet-version: "8.0.x"
227227

228228
- name: Enable NuGet cache
229229
uses: actions/cache@v3.3.0
@@ -311,7 +311,7 @@ jobs:
311311
env:
312312
NUGET_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
313313
with:
314-
dotnet-version: "6.0.x"
314+
dotnet-version: "8.0.x"
315315
source-url: https://nuget.pkg.github.com/Project-MONAI/index.json
316316

317317
- name: Publish to GitHub
@@ -336,7 +336,7 @@ jobs:
336336
env:
337337
NUGET_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
338338
with:
339-
dotnet-version: "6.0.x"
339+
dotnet-version: "8.0.x"
340340
source-url: https://nuget.pkg.github.com/Project-MONAI/index.json
341341

342342
- name: Publish to GitHub

0 commit comments

Comments
 (0)