-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
EFCore in DotNetStandard2.0 Library contains not found dependencies #9289
Comments
Can you share your csproj file and Nuget.config? |
Certainly
|
Check out #8923 (comment) |
After removing the stale package restore works fine for me. |
That did it, thanks |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have EFCore installed in a DotNetStandard2.0 CL and everything is working fine except I get a warning on Build regarding not found packages and resolution has to take place
This is the warning I get on Build
Installing System.Runtime.CompilerServices.Unsafe explicitly fixes warning
Install-Package System.Runtime.CompilerServices.Unsafe -Pre
Steps to reproduce
Create New DotNetStandard2.0 CL
Add Microsoft.EntityFrameworkCore.SqlServer
Run Build
Further technical details
EF Core version: 2.0.0-preview2-final
Database Provider: Sql Server
Operating system: Windows 10 Pro
IDE: VS 2017 Prevew 3
The text was updated successfully, but these errors were encountered: