Skip to content

Commit ee41da1

Browse files
authored
Merge pull request #13 from komayama/patch-1
Mininum Azure Functions Core Tools version (.NET)
2 parents 3ee5bfc + cea21ee commit ee41da1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ If you're looking for this sample in more languages check out the [Node.js/TypeS
3131
## Prerequisites
3232

3333
+ [.NET 8 SDK](https://dotnet.microsoft.com/download/dotnet/8.0)
34-
+ [Azure Functions Core Tools](https://learn.microsoft.com/azure/azure-functions/functions-run-local?pivots=programming-language-csharp#install-the-azure-functions-core-tools)
34+
+ [Azure Functions Core Tools](https://learn.microsoft.com/azure/azure-functions/functions-run-local?pivots=programming-language-csharp#install-the-azure-functions-core-tools) >= `4.0.7030`
3535
+ [Azure Developer CLI](https://aka.ms/azd)
3636
+ To use Visual Studio to run and debug locally:
3737
+ [Visual Studio 2022](https://visualstudio.microsoft.com/vs/).

0 commit comments

Comments
 (0)