aliostad / CacheCow

An implementation of HTTP Caching in .NET Core and 4.5.2+ for both the client and the server
MIT License
847 stars 172 forks source link

Latest version references invalid Microsoft.Extensions.Configuration.Binder #250

Closed totidev closed 4 years ago

totidev commented 4 years ago

Since updating to 2.7.0, Nuget reports the following error:

CacheCow.Server.Core.Mvc 2.7.0 depends on Microsoft.Extensions.Configuration.Binder (>= 2.0.3) but Microsoft.Extensions.Configuration.Binder 2.0.3 was not found. An approximate best match of Microsoft.Extensions.Configuration.Binder 2.1.0 was resolved.

Looking at Nuget for Microsoft.Extensions.Configurations.Binder, suggests that there is no version 2.0.3: https://www.nuget.org/packages/Microsoft.Extensions.Configuration.Binder

aliostad commented 4 years ago

Thanks for raising this. I will fix it now.

aliostad commented 4 years ago

v2.7.1 released.