Azure / azure-functions-vs-build-sdk

MSBuild task for Azure Functions
MIT License
96 stars 65 forks source link

Update WebJobs SDK reference #479

Closed pragnagopa closed 3 years ago

pragnagopa commented 3 years ago

cc @jeffhollan @brettsam @fabiocav

By default nuget installs lowest version of the dependency: https://docs.microsoft.com/en-us/nuget/reference/ps-reference/ps-ref-install-package#parameters

To use new attributes added in later versions of WebJobs Sdk, users have to explicitly add reference to WebJobs SDK.

@fabiocav / @brettsam - should we update webjobs version referenced in Microsoft.Net. SDK.Functions package?

brettsam commented 3 years ago

Yes, we can update it -- I know @soninaren was working on publishing a release recently but not sure if that went out already?

pragnagopa commented 3 years ago

@soninaren - If not published yet, please update WebJobs reference to https://www.nuget.org/packages/Microsoft.Azure.WebJobs/3.0.23

pragnagopa commented 3 years ago

Assigning to next sprint to ensure we discuss the issue during sprint planning.

soninaren commented 3 years ago

This is now release https://www.nuget.org/packages/Microsoft.NET.Sdk.Functions/3.0.11