Skip to content

Conversation

@bowencode
Copy link
Collaborator

@bowencode bowencode commented Feb 10, 2025

  • Upgrades all projects from .NET 6 to .NET 8
  • Moves package references for entire solution to use centralized package management for cleaner version updates
  • Updates outdated packages to .NET 8 aligned versions

Copy link
Collaborator

@philnach philnach left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change looks good to me, I confirmed I was able to build successfully locally.

I see you are picking up the new patched version of NewtonSoft JSON in this change. #160 also updated System.Text.Json to version 8.05 to address the CVE in that component as well. Looking at the NuGets in this change System.Text.Json isn't on a consistent version:

image

Can you update that as well and we can close #158 & #159, with this change?

Copy link
Collaborator

@philnach philnach left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, I confirmed project still builds and all the System.Text.Json all point to 8.0.5 now :)

image

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.

5 participants