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
Sorry for the screenshot, but it shows the latest nightly for EF Core 8 have dependencies to Microsoft.Extensions.Caching.Memory >= 8.0.0.0 which don't exist yet so you get:
Error NU1102 : Unable to find package Microsoft.Extensions.Configuration.Abstractions with version (>= 8.0.0)
(Same for Microsoft.Extensions.Logging).
Or is there somewhere I can point to to get the 8.0.0.0 versions needed?
Thanks.
The text was updated successfully, but these errors were encountered:
@antmeehan this is very likely a temporary issue with the daily builds as things are being prepared for the final release in a few weeks. Since 8.0 is now practically done and very little is now getting merged in, it should be fine to just use the latest daily build which works until the release.
Sorry for the screenshot, but it shows the latest nightly for EF Core 8 have dependencies to
Microsoft.Extensions.Caching.Memory
>=8.0.0.0
which don't exist yet so you get:Error NU1102 : Unable to find package Microsoft.Extensions.Configuration.Abstractions with version (>= 8.0.0)
(Same for
Microsoft.Extensions.Logging
).Or is there somewhere I can point to to get the
8.0.0.0
versions needed?Thanks.
The text was updated successfully, but these errors were encountered: