-
Notifications
You must be signed in to change notification settings - Fork 587
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
Found conflicts between different versions of "Microsoft.AspNetCore.Http.Abstractions" #675
Comments
Hello @juniormayhe, Thanks for reporting this! Does the project still build? With Best Regards, Elmer |
Yes it is building fine. Just worried about these warnings |
OK, thanks for the clarification. I've added this to our backlog for further investigation. |
Has there been any update on this bug? I am getting it as well with version 9,10 of SendGrid librarty. |
Same here, we are getting this as well. |
Yeah I have 7 warnings that always come up like this still. Compiles fine but it clouds the water on looking for real warnings. |
I've been unable to recreate the issue locally, but I believe it was fixed by #754 |
Issue Summary
Added Sendgrid to NET Standard project and Visual Studio shows
Steps to Reproduce
Add Nuget package for Microsoft.Extensions.Options.ConfigurationExtensions for services.Configure method
Add assembly Microsoft.AspNetCore.Hosting.Abstractions for IHostingEnvironment
Add assembly Microsoft.Extensions.Configuration.Abstractions for IConfiguration
Add assembly Microsoft.Extensions.Logging.Abstractions for ILogger
Add assembly Microsoft.Extensions.DependencyInjection.Abstractions for IServiceCollection
Build project and check build output or Error List tab
Two warnings appear:
warning MSB3277: Found conflicts between different versions of "Microsoft.AspNetCore.Http.Abstractions"
warning MSB3277: Found conflicts between different versions of "Microsoft.AspNetCore.Http.Features"
Technical details:
The text was updated successfully, but these errors were encountered: