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
I noticed that Visual Studio complains about a couple of nuget packages with known vulnerabilities is dragged in as a transitive dependency. It is System.Net.Http 4.3.0 that is referenced by MightyLittleGeodesy 1.0.2. The same for System.Text.RegularExpressions.
I think it is the dependency to .NET Standard 1.6.1 that is the problem.
Maybe it is time for MightyLittleGeodes 2.x that leaves support for .NET Framework and .NET standard 1.6 behind and aims for .NET Standard 2.0?
The text was updated successfully, but these errors were encountered:
I noticed that Visual Studio complains about a couple of nuget packages with known vulnerabilities is dragged in as a transitive dependency. It is System.Net.Http 4.3.0 that is referenced by MightyLittleGeodesy 1.0.2. The same for System.Text.RegularExpressions.
I think it is the dependency to .NET Standard 1.6.1 that is the problem.
Maybe it is time for MightyLittleGeodes 2.x that leaves support for .NET Framework and .NET standard 1.6 behind and aims for .NET Standard 2.0?
The text was updated successfully, but these errors were encountered: