Top-gg-Community / dotnet-sdk

MIT License
32 stars 11 forks source link

High number of dependencies #17

Closed Xwilarg closed 3 years ago

Xwilarg commented 3 years ago

Hi,

So I wanted to use this library for one of my project but there is an inside number of dependencies and I don't understand why they are here: image

I'm not sure where they are coming from but looking at the csproj there should only be a dependency to Newtonsoft.Json

Xwilarg commented 3 years ago

After looking for a bit I found that: https://stackoverflow.com/questions/47365136/why-does-my-net-standard-nuget-package-trigger-so-many-dependencies/47366401#47366401

So updating the library to .NET Standard 2.0 should solve the issue

faith-ie commented 3 years ago

This was solved by updating the package to Net 5.

I've been told that this shouldn't break any net core bots but if it does, please let me know.