MelbourneDeveloper / RestClient.Net

.NET REST Client Framework for all platforms
MIT License
366 stars 43 forks source link

Need to update Packages on the Main Branch #135

Closed BlueWings98 closed 2 months ago

BlueWings98 commented 3 months ago

The library Microsoft.AspNetCore.Hosting is no longer supported and needs to be changed: https://www.nuget.org/packages/Microsoft.AspNetCore.Hosting/2.2.7?_src=template The library Newtonsoft.Json used in Web Services\ApiExamples and \RestClient.Net.CoreSample are both using the 12.0.3 version of the library that has a known vulnerability: https://security.snyk.io/vuln/SNYK-DOTNET-NEWTONSOFTJSON-2774678

MelbourneDeveloper commented 2 months ago

@BlueWings98 these are examples and don't affect the packages. Some legacy stuff here is for .NET framework support. Won't be changing these any time soon.