Skip to content

Commit 58d83d7

Browse files
committed
Update to 9.0.201
1 parent 2ae33c9 commit 58d83d7

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/build.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
- uses: actions/setup-dotnet@v4
3030
with:
31-
dotnet-version: '9.0.100'
31+
dotnet-version: '9.0.201 '
3232

3333
- name: Run DotNet Tests
3434
run: |
@@ -238,7 +238,7 @@ jobs:
238238
cp -r /tmp/digests-router-amd64/private/* /tmp/digests-router/private/ || true
239239
cp -r /tmp/digests-router-arm64/public/* /tmp/digests-router/public/ || true
240240
cp -r /tmp/digests-router-arm64/private/* /tmp/digests-router/private/ || true
241-
241+
242242
# List files to verify
243243
echo "Public digests:"
244244
ls -la /tmp/digests-router/public/ || true
@@ -436,7 +436,7 @@ jobs:
436436
run: |
437437
mkdir -p /tmp/digests
438438
rm -rf /tmp/digests/* || true
439-
439+
440440
- name: Download x86_64 digests
441441
uses: actions/download-artifact@v4
442442
with:
@@ -448,13 +448,13 @@ jobs:
448448
with:
449449
name: digests-extension-aarch64
450450
path: /tmp/digests-aarch64
451-
451+
452452
- name: Merge digests
453453
run: |
454454
# Copy files from platform-specific folders to the main folder
455455
cp -r /tmp/digests-x86_64/* /tmp/digests/ || true
456456
cp -r /tmp/digests-aarch64/* /tmp/digests/ || true
457-
457+
458458
# List files to verify
459459
echo "Extension digests:"
460460
ls -la /tmp/digests/ || true

global.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"sdk": {
3-
"version": "9.0.100"
3+
"version": "9.0.201 "
44
}
55
}

0 commit comments

Comments
 (0)