44
55## Prerequisites
66
7- [ .NET Core SDK 3.1 ] ( https://dotnet.microsoft.com/download )
7+ [ .NET SDK 6.0 ] ( https://dotnet.microsoft.com/download )
88
9- [ Azure Functions Core Tools 3 ] ( https://docs.microsoft.com/en-us/azure/azure-functions/functions-run-local?tabs=windows%2Ccsharp%2Cbash#install-the-azure-functions-core-tools )
9+ [ Azure Functions Core Tools 4 ] ( https://docs.microsoft.com/en-us/azure/azure-functions/functions-run-local?tabs=windows%2Ccsharp%2Cbash#install-the-azure-functions-core-tools )
1010
11- ` npm i -g azure-functions-core-tools@3 --unsafe-perm true `
11+ ` npm i -g azure-functions-core-tools@4 --unsafe-perm true `
1212
1313### Using VS Code
1414
@@ -24,11 +24,11 @@ Alternatively, there is an Azurite VS Code Extension:
2424
2525[ Install Azure Extension] ( https://docs.microsoft.com/en-us/azure/storage/common/storage-use-azurite#install-and-run-the-azurite-visual-studio-code-extension )
2626
27- ### Using Visual Studio 2019
27+ ### Using Visual Studio 2022
2828
29- Open the ` api.sln ` in Visual Studio 2019 .
29+ Open the ` api.sln ` in Visual Studio 2022 .
3030
31- You will also need the Azure Storage Emulator if using Visual Studio 2019 (if you're using VS Code, look above).
31+ You will also need the Azure Storage Emulator if using Visual Studio 2022 (if you're using VS Code, look above).
3232
3333[ Install Azure Storage Emulator] ( https://docs.microsoft.com/en-us/azure/storage/common/storage-use-emulator?toc=/azure/storage/blobs/toc.json#get-the-storage-emulator )
3434
@@ -64,6 +64,7 @@ Create a `local.settings.json` file in the TwoWeeksReady project folder. You wil
6464{
6565 " IsEncrypted" : false ,
6666 " Values" : {
67+ " AzureWebJobsStorage" : " UseDevelopmentStorage=true" ,
6768 " FUNCTIONS_WORKER_RUNTIME" : " dotnet" ,
6869 " OidcApiAuthSettings:Audience" : " https://2wrdev.azurewebsites.net" ,
6970 " OidcApiAuthSettings:IssuerUrl" : " https://login.2wr.org/"
0 commit comments