-
Notifications
You must be signed in to change notification settings - Fork 388
Reduce and update dependencies #1116
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
Conversation
|
Did you do a perf check after switching? any benefits there? |
|
No, I didn't. Before, but with upgraded After my change: The error before upgrade: |
|
Thanks! |
With the last update of SoapCore 1.2.0 some dependencies were added that are not really necessary and were removed in previous versions (e.g.
System.Drawing.Common).Newtonsoft.JsonwithSystem.Text.Json.CurrentUICulturefor the relevant tests.