Skip to content

Commit 4b37ead

Browse files
committed
Use .NET 4.8
1 parent 8803eb4 commit 4b37ead

2 files changed

Lines changed: 8 additions & 10 deletions

File tree

.github/workflows/base-installer-cd.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -103,18 +103,17 @@ jobs:
103103
fetch-depth: 0
104104
path: 'Localizations/LCM'
105105

106-
# TODO (Hasso) 2026.02: use .NET 4.8 targeting pack (if not already installed)
107-
- name: Download .NET 461 targeting pack
106+
- name: Download .NET 4.8 targeting pack
108107
uses: suisei-cn/actions-download-file@818d6b7dc8fe73f2f924b6241f2b1134ca1377d9 # 1.6.0
109108
id: downloadfile # Remember to give an ID if you need the output filename
110109
with:
111-
url: "https://download.microsoft.com/download/F/1/D/F1DEB8DB-D277-4EF9-9F48-3A65D4D8F965/NDP461-DevPack-KB3105179-ENU.exe"
110+
url: "https://download.microsoft.com/download/9/5/0/9500E0A8-3C76-45F9-8D4B-8D2A7F2C1A3A/NDP48-DevPack-KB4486153-ENU.exe"
112111
target: public/
113112

114-
- name: Install .NET 461 targeting pack
113+
- name: Install .NET 4.8 targeting pack
115114
shell: cmd
116115
working-directory: public
117-
run: NDP461-DevPack-KB3105179-ENU.exe /q
116+
run: NDP48-DevPack-KB4486153-ENU.exe /q
118117

119118
- name: Setup dotnet
120119
uses: actions/setup-dotnet@v4

.github/workflows/patch-installer-cd.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -118,18 +118,17 @@ jobs:
118118
fetch-depth: 0
119119
path: 'Localizations/LCM'
120120

121-
# TODO (Hasso) 2026.02: use .NET 4.8 targeting pack (if not already installed)
122-
- name: Download .NET 461 targeting pack
121+
- name: Download .NET 4.8 targeting pack
123122
uses: suisei-cn/actions-download-file@818d6b7dc8fe73f2f924b6241f2b1134ca1377d9 # 1.6.0
124123
id: downloadfile # Remember to give an ID if you need the output filename
125124
with:
126-
url: "https://download.microsoft.com/download/F/1/D/F1DEB8DB-D277-4EF9-9F48-3A65D4D8F965/NDP461-DevPack-KB3105179-ENU.exe"
125+
url: "https://download.microsoft.com/download/9/5/0/9500E0A8-3C76-45F9-8D4B-8D2A7F2C1A3A/NDP48-DevPack-KB4486153-ENU.exe"
127126
target: public/
128127

129-
- name: Install .NET 461 targeting pack
128+
- name: Install .NET 4.8 targeting pack
130129
shell: cmd
131130
working-directory: public
132-
run: NDP461-DevPack-KB3105179-ENU.exe /q
131+
run: NDP48-DevPack-KB4486153-ENU.exe /q
133132

134133
- name: Setup dotnet
135134
uses: actions/setup-dotnet@v4

0 commit comments

Comments
 (0)