Skip to content
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

Microsoft.Extensions dependencies in 8.0 latest nightly broken #32171

Closed
antmeehan opened this issue Oct 27, 2023 · 4 comments
Closed

Microsoft.Extensions dependencies in 8.0 latest nightly broken #32171

antmeehan opened this issue Oct 27, 2023 · 4 comments
Labels
closed-no-further-action The issue is closed and no further action is planned. customer-reported

Comments

@antmeehan
Copy link

image

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.

@antmeehan
Copy link
Author

antmeehan commented Oct 27, 2023

I've pinned to these as a work-around for now:

    <PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.0-rtm.23523.8" />
    <PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="8.0.0-rtm.23523.8" />
    <PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.0-rtm.23523.8" />
    <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.0-rtm.23523.8">

@roji
Copy link
Member

roji commented Oct 27, 2023

@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.

@antmeehan
Copy link
Author

Thanks @roji . Hopefully if anyone else hits this issue they will see this too 👍

@ajcvickers
Copy link
Contributor

See #32210

@ajcvickers ajcvickers closed this as not planned Won't fix, can't repro, duplicate, stale Nov 2, 2023
@ajcvickers ajcvickers added the closed-no-further-action The issue is closed and no further action is planned. label Nov 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
closed-no-further-action The issue is closed and no further action is planned. customer-reported
Projects
None yet
Development

No branches or pull requests

3 participants