diff --git a/sdk/Sdk/Sdk.csproj b/sdk/Sdk/Sdk.csproj index 9d269b0cd..6e8d6210e 100644 --- a/sdk/Sdk/Sdk.csproj +++ b/sdk/Sdk/Sdk.csproj @@ -2,7 +2,7 @@ 15 - 0 + 1 netstandard2.0;net472 Microsoft.Azure.Functions.Worker.Sdk This package provides development time support for the Azure Functions .NET Worker. diff --git a/sdk/Sdk/worker.config.json b/sdk/Sdk/worker.config.json index 1c86e746e..6d6c64b28 100644 --- a/sdk/Sdk/worker.config.json +++ b/sdk/Sdk/worker.config.json @@ -4,6 +4,7 @@ "extensions": [ ".dll" ], "defaultExecutablePath": "$functionExe$", "defaultWorkerPath": "$functionWorker$", - "workerIndexing": "$enableWorkerIndexing$" + "workerIndexing": "$enableWorkerIndexing$", + "canUsePlaceholder": true } } \ No newline at end of file diff --git a/sdk/release_notes.md b/sdk/release_notes.md index aee46164f..84dad102e 100644 --- a/sdk/release_notes.md +++ b/sdk/release_notes.md @@ -4,9 +4,9 @@ - My change description (#PR/#issue) --> -### Microsoft.Azure.Functions.Worker.Sdk (meta package) +### Microsoft.Azure.Functions.Worker.Sdk 1.15.1 (meta package) -- +- Include `canUsePlaceholder` property in worker.config.json (#1956) ### Microsoft.Azure.Functions.Worker.Sdk.Analyzers (delete if not updated)