You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are there any plans to upgrade Microsoft.Graph.Core to .NET 8 now that .NET 6 is EOL? This library is using a System.Text.Encodings.Web which contains the following vulnerabilities:
We'll be looking to update library to target the NET 8 targets for LTS support on the next breaking change of library as we'd need drop the MAUI targets here.
Out of curiosity, are able to share more info on the package System.Text.Encodings.Web as we do not currently take a dependency on it? Is it a transient package? Or from the runtime?
Thanks for the response. It looks like it is a transient package through Microsoft.Kiota.Authentication.Azure which references Azure.Core which references System.Text.Encoding.Web
Are there any plans to upgrade
Microsoft.Graph.Core
to .NET 8 now that .NET 6 is EOL? This library is using aSystem.Text.Encodings.Web
which contains the following vulnerabilities:The text was updated successfully, but these errors were encountered: