Skip to content

Commit bdd6cac

Browse files
authored
Merge pull request #187272 from mike-urnun-msft/patch-16
(Azure CXP) removes .Net Core v2 reference
2 parents 56a3104 + 704f402 commit bdd6cac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-functions/create-first-function-vs-code-powershell.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ Before you get started, make sure you have the following requirements in place:
2323

2424
+ An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?ref=microsoft.com&utm_source=microsoft.com&utm_medium=docs&utm_campaign=visualstudio).
2525

26-
+ The [Azure Functions Core Tools](functions-run-local.md#install-the-azure-functions-core-tools) version 3.x.
26+
+ The [Azure Functions Core Tools](functions-run-local.md#install-the-azure-functions-core-tools) version 4.x.
2727

2828
+ [PowerShell 7](/powershell/scripting/install/installing-powershell-core-on-windows)
2929

30-
+ Both [.NET Core 3.1 runtime](https://dotnet.microsoft.com/download) and [.NET Core 2.1 runtime](https://dotnet.microsoft.com/download/dotnet/2.1)
30+
+ [.NET 6 runtime](https://dotnet.microsoft.com/download)
3131

3232
+ [Visual Studio Code](https://code.visualstudio.com/) on one of the [supported platforms](https://code.visualstudio.com/docs/supporting/requirements#_platforms).
3333

0 commit comments

Comments
 (0)