dotnet / iot

This repo includes .NET Core implementations for various IoT boards, chips, displays and PCBs.
MIT License
2.16k stars 580 forks source link

Bulk update of all of outdated package dependencies #2228

Closed joperezr closed 10 months ago

joperezr commented 10 months ago

FYI: @pgrawehr

After looking at all of the PRs that got created from dependabot, I decided to instead have a Bulk update of all versions that are outdated instead and close all of those dependabot PRs. This should be taking care of all of them. To calculate these, I took advantage of the dotnet-outdated-tool which can be used to perform the update in bulk automatically.

Microsoft Reviewers: Open in CodeFlow
joperezr commented 10 months ago

This is ready to go folks, I've enabled auto merge so that it goes in as soon as any of you can sign off.