Skip to content

Commit f026988

Browse files
Merge pull request YARC-Official#5 from YARC-Official/update-dotnet-8
chore: update dotnet version to 8
2 parents 87d09af + 4270269 commit f026988

3 files changed

Lines changed: 11 additions & 6 deletions

File tree

.github/workflows/build-Linux.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -187,10 +187,10 @@ jobs:
187187
# Restore Packages #
188188
#############################
189189

190-
- name: "[Pre-install] Install dotnet 7.x"
191-
uses: actions/setup-dotnet@v3
190+
- name: "[Pre-install] Install dotnet 8.x"
191+
uses: actions/setup-dotnet@v4
192192
with:
193-
dotnet-version: '7.0.x'
193+
dotnet-version: '8.0.x'
194194

195195
- name: "[Pre-install] Restoring NuGet Packages"
196196
run: dotnet tool install --global NuGetForUnity.Cli && nugetforunity restore

.github/workflows/build-Mac.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,11 @@ jobs:
153153
# Restore Packages #
154154
#############################
155155

156+
- name: "[Pre-install] Install dotnet 8.x"
157+
uses: actions/setup-dotnet@v4
158+
with:
159+
dotnet-version: '8.0.x'
160+
156161
- name: "[Pre-install] Restoring NuGet Packages"
157162
run: dotnet tool install --global NuGetForUnity.Cli && nugetforunity restore
158163

.github/workflows/build-Windows.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -181,10 +181,10 @@ jobs:
181181
# Restore Packages #
182182
#############################
183183

184-
- name: "[Pre-install] Install dotnet 7.x"
185-
uses: actions/setup-dotnet@v3
184+
- name: "[Pre-install] Install dotnet 8.x"
185+
uses: actions/setup-dotnet@v4
186186
with:
187-
dotnet-version: '7.0.x'
187+
dotnet-version: '8.0.x'
188188

189189
- name: "[Pre-install] Restoring NuGet Packages"
190190
run: dotnet tool install --global NuGetForUnity.Cli && nugetforunity restore

0 commit comments

Comments
 (0)