Skip to content

Commit 26e941e

Browse files
authored
Merge pull request #74339 from MicahMcKittrick-MSFT/patch-146
MicrosoftDocs/azure-docs#29892
2 parents d0e1dd9 + 8d4b674 commit 26e941e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/cloud-services/cloud-services-dotnet-install-dotnet.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ To install .NET on your web and worker roles, include the .NET web installer as
3030
## Add the .NET installer to your project
3131
To download the web installer for the .NET Framework, choose the version that you want to install:
3232

33+
* [.NET 4.8 web installer](https://dotnet.microsoft.com/download/thank-you/net48)
3334
* [.NET 4.7.2 web installer](https://go.microsoft.com/fwlink/?LinkId=863262)
3435
* [.NET 4.6.2 web installer](https://www.microsoft.com/download/details.aspx?id=53345)
3536

@@ -98,7 +99,8 @@ You can use startup tasks to perform operations before a role starts. Installing
9899
REM ***** To install .NET 4.7.1 set the variable netfx to "NDP471" ***** https://go.microsoft.com/fwlink/?LinkId=852095
99100
REM ***** To install .NET 4.7.2 set the variable netfx to "NDP472" ***** https://go.microsoft.com/fwlink/?LinkId=863262
100101
set netfx="NDP472"
101-
102+
REM ***** To install .NET 4.8 set the variable netfx to "NDP48" ***** https://dotnet.microsoft.com/download/thank-you/net48
103+
102104
REM ***** Set script start timestamp *****
103105
set timehour=%time:~0,2%
104106
set timestamp=%date:~-4,4%%date:~-10,2%%date:~-7,2%-%timehour: =0%%time:~3,2%

0 commit comments

Comments
 (0)