If you create a new WebJob and want to use the latest version of the WebJob packages. You can just press "Update" button, but this installs many dependencies we don't want.
Here is a guide how to install/update only the required packages.
- Install
Microsoft.Extensions.Logging.Abstractions
- Update
WindowsAzure.Storage
to latest version > 9 (9.3.1 for example) - Uninstall
System.Spatial
,Microsoft.Data.Services.Client
,Microsoft.Data.OData
,Microsoft.Data.Edm
(all with orange logo) - Update all packages to latest version
PS: My WebJob was created as a .NET Framework 4.6.1 project.