Base solution for your next web application
Starts in:
01 DAYS
01 HRS
01 MIN
01 SEC
Open Closed

Inquiry on Upgrading NuGet Package Versions #12211


User avatar
0
pliaspzero created

Dear ASPZero Support Team,

I hope this message finds you well.

We are currently working on our ASP.NET Core application and have identified the following NuGet packages that are in use:

System.Runtime.Caching - Version 6.0.0
System.Drawing.Common - Version 4.7.0
System.Data.SqlClient - Version 4.8.6

These versions have been flagged as violations against our internal Toolchain Policy, and we are looking to upgrade them to the latest versions to ensure compliance and enhance security:

System.Runtime.Caching to 8.0.1
System.Drawing.Common to 8.0.10
System.Data.SqlClient to 4.8.6 (or the latest available version)

We would like to inquire if upgrading these packages could potentially cause any issues or if you foresee any compatibility problems with our existing framework or application functionality.

Additionally, if there are specific guidelines or considerations we should keep in mind while performing these upgrades, please let us know.

Thank you for your assistance. We look forward to your prompt response.

Best regards, Oliver


1 Answer(s)
  • User Avatar
    0
    oguzhanagir created
    Support Team

    Hi pliaspzero

    We recommend that you update these packages according to your .NET version. If it is .NET 8, you can update it to the latest versions 8.x and 4.8.x. You can check Microsoft's documentation for changes in version transitions.

    Document

    Document