Skip to content

Commit 5b01b0e

Browse files
committed
Drop 8
1 parent 8c7cf03 commit 5b01b0e

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

.github/workflows/cd-sideload-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
uses: microsoft/setup-msbuild@v2
4848
- name: Setup NuGet
4949
uses: NuGet/setup-nuget@v2
50-
- name: Setup .NET 8
50+
- name: Setup .NET
5151
uses: actions/setup-dotnet@v4
5252
with:
5353
global-json-file: global.json

.github/workflows/cd-sideload-stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
uses: microsoft/setup-msbuild@v2
4848
- name: Setup NuGet
4949
uses: NuGet/setup-nuget@v2
50-
- name: Setup .NET 8
50+
- name: Setup .NET
5151
uses: actions/setup-dotnet@v4
5252
with:
5353
global-json-file: global.json

.github/workflows/cd-store-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
uses: microsoft/setup-msbuild@v2
4545
- name: Setup NuGet
4646
uses: NuGet/setup-nuget@v2
47-
- name: Setup .NET 8
47+
- name: Setup .NET
4848
uses: actions/setup-dotnet@v4
4949
with:
5050
global-json-file: global.json

.github/workflows/cd-store-stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
uses: microsoft/setup-msbuild@v2
4545
- name: Setup NuGet
4646
uses: NuGet/setup-nuget@v2
47-
- name: Setup .NET 8
47+
- name: Setup .NET
4848
uses: actions/setup-dotnet@v4
4949
with:
5050
global-json-file: global.json

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
uses: actions/checkout@v4
5858
with:
5959
fetch-depth: 2
60-
- name: Setup .NET 8
60+
- name: Setup .NET
6161
uses: actions/setup-dotnet@v4
6262

6363
- name: Install XamlStyler.Console
@@ -103,7 +103,7 @@ jobs:
103103
uses: microsoft/setup-msbuild@v2
104104
- name: Setup NuGet
105105
uses: NuGet/setup-nuget@v2
106-
- name: Setup .NET 8
106+
- name: Setup .NET
107107
uses: actions/setup-dotnet@v4
108108
with:
109109
global-json-file: global.json
@@ -204,7 +204,7 @@ jobs:
204204

205205
- name: Checkout the repository
206206
uses: actions/checkout@v4
207-
- name: Setup .NET 8
207+
- name: Setup .NET
208208
uses: actions/setup-dotnet@v4
209209
with:
210210
global-json-file: global.json

.github/workflows/format-xaml.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- uses: actions/checkout@v4
4444
if: env.CAN_RUN == 1
4545

46-
- name: Setup .NET 8
46+
- name: Setup .NET
4747
uses: actions/setup-dotnet@v4
4848

4949
- name: Set git identity

0 commit comments

Comments
 (0)