Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependencies to latest, target .NET 8 where possible #79

Closed
wants to merge 2 commits into from

Conversation

YVbakker
Copy link

@YVbakker YVbakker commented Aug 19, 2024

closes #75

@YVbakker
Copy link
Author

@microsoft-github-policy-service agree

@YVbakker YVbakker force-pushed the bugfix/75-update-webjobs branch from e02013d to 616a1cd Compare August 19, 2024 13:11
@fabiocav
Copy link
Member

@YVbakker we can't move across major version dependencies in a minor release as this would break customer running in the managed host after an update.

The dependencies brought in by this package are primarily used at development time. Those dependencies are serviced as part of the host, and at runtime, what you bind against are those versions (so you'll be running against patched versions that match the runtime environment).

I'm closing this for now but will share some of the details in the associated issue. We'll also follow up with updates within proper ranges to address build/compliance noise.

@fabiocav fabiocav closed this Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update Microsoft.Azure.WebJobs to latest, Newtonsoft.Json 11.0.2 dependency
2 participants