-
Notifications
You must be signed in to change notification settings - Fork 340
Add Suppot for .net 5 so we can remove Microsoft.Extensions.DependencyModel 1.1.0 #14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Conversation
Can you undo the change to the license text in |
Ok Done the license text issue. |
Is this likely to get merged? Microsoft.Extensions.DependencyModel is pulling in Newtonsoft.Json 9.0.1 which is marked as vulnerable |
@mark-mybaggage , is it still an issue in the latest version? We don't use Newtonsoft.Json for netstandard2.0 target anymore. |
@vitali-pr, that you for your response. I've a .net 9 application that uses itext. Using dotnet list package --include-transitive --vulnerable shows Newtonsoft.Json v 9.0.1 ![]() |
@mark-mybaggage ,
Please, let me know if it helps. |
@vitali-pr, is there a screenshot or content missing from you comment? What I did was just add the reference for Newtonsoft to my csproj |
@mark-mybaggage , sorry updated. Indeed, this is exactly what I suggested. Does it help to get rid of the vulnerability in the report? |
@vitali-pr, yes that fixes the issue. I was concerned that there might have been an issue using the latest version of Newtonsoft but there isn't - thanks |
We had issues in a project running in net 5 with Microsoft.Extensions.DependencyModel 1.1.0.