Skip to content

Commit f71f4a7

Browse files
Bump dependency dotnet-sdk to v9
1 parent cbf95b9 commit f71f4a7

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.azure-pipelines.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
displayName: Install dotnet
4747
inputs:
4848
# renovate: datasource=dotnet depName=dotnet-sdk
49-
version: 8.0.403
49+
version: 9.0.101
5050

5151
- task: Cache@2
5252
displayName: Cache packages
@@ -70,7 +70,7 @@ jobs:
7070
displayName: Install dotnet
7171
inputs:
7272
# renovate: datasource=dotnet depName=dotnet-sdk
73-
version: 8.0.403
73+
version: 9.0.101
7474

7575
- task: Cache@2
7676
displayName: Cache packages
@@ -94,7 +94,7 @@ jobs:
9494
displayName: Install dotnet
9595
inputs:
9696
# renovate: datasource=dotnet depName=dotnet-sdk
97-
version: 8.0.403
97+
version: 9.0.101
9898

9999
- task: Cache@2
100100
displayName: Cache packages

.github/workflows/ci.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
uses: actions/[email protected]
5757
with:
5858
# renovate: datasource=dotnet depName=dotnet-sdk
59-
dotnet-version: 8.0.403
59+
dotnet-version: 9.0.101
6060

6161
- name: Cache packages
6262
uses: actions/[email protected]
@@ -82,7 +82,7 @@ jobs:
8282
uses: actions/[email protected]
8383
with:
8484
# renovate: datasource=dotnet depName=dotnet-sdk
85-
dotnet-version: 8.0.403
85+
dotnet-version: 9.0.101
8686

8787
- name: Cache packages
8888
uses: actions/[email protected]
@@ -108,7 +108,7 @@ jobs:
108108
uses: actions/[email protected]
109109
with:
110110
# renovate: datasource=dotnet depName=dotnet-sdk
111-
dotnet-version: 8.0.403
111+
dotnet-version: 9.0.101
112112

113113
- name: Cache packages
114114
uses: actions/[email protected]

.gitlab-ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ build-linux:
3838
files: [ packages.lock.json ]
3939
script:
4040
# renovate: datasource=dotnet depName=dotnet-sdk
41-
- curl -fsSL https://dot.net/v1/dotnet-install.sh | bash -s -- --version 8.0.403
41+
- curl -fsSL https://dot.net/v1/dotnet-install.sh | bash -s -- --version 9.0.101
4242
- export DOTNET_ROOT=$HOME/.dotnet && export PATH=$DOTNET_ROOT:$PATH
4343
- dotnet tool restore && dotnet cake --verbosity=verbose
4444

@@ -52,7 +52,7 @@ build-linux:
5252
# files: [ packages.lock.json ]
5353
# script:
5454
# # renovate: datasource=dotnet depName=dotnet-sdk
55-
# - curl -fsSL https://dot.net/v1/dotnet-install.sh | bash -s -- --version 8.0.403
55+
# - curl -fsSL https://dot.net/v1/dotnet-install.sh | bash -s -- --version 9.0.101
5656
# - export DOTNET_ROOT=$HOME/.dotnet && export PATH=$DOTNET_ROOT:$PATH
5757
# - dotnet tool restore && dotnet cake --verbosity=verbose
5858

@@ -66,6 +66,6 @@ build-windows:
6666
files: [ packages.lock.json ]
6767
script:
6868
# renovate: datasource=dotnet depName=dotnet-sdk
69-
- '&powershell -NoProfile -ExecutionPolicy Unrestricted -Command "&([scriptblock]::Create((Invoke-WebRequest -UseBasicParsing https://dot.net/v1/dotnet-install.ps1))) -Version 8.0.403"'
69+
- '&powershell -NoProfile -ExecutionPolicy Unrestricted -Command "&([scriptblock]::Create((Invoke-WebRequest -UseBasicParsing https://dot.net/v1/dotnet-install.ps1))) -Version 9.0.101"'
7070
- $env:DOTNET_ROOT="$env:LocalAppData\Microsoft\dotnet" ; $env:PATH="$env:DOTNET_ROOT;$env:PATH"
7171
- dotnet tool restore ; dotnet cake --verbosity=verbose

0 commit comments

Comments
 (0)