Link to home
Start Free TrialLog in
Avatar of dodgerfan
dodgerfanFlag for United States of America

asked on

Visual Studio 2017 Unable to resolve dependencies

I am trying to add the Microsoft.AspNetCore.Cors Nuget package to my Visual Studio 2017 project. I am getting this error:
"Unable to resolve dependencies. System.Globalization.Calendars 4.0.1 is not compatible with NetStandard Library 1.6.1 constraint: System.Globalization.Calendars (>=4.3.0)".
The System.Globalization.Calendars package is installed. I've tried taking it out. When I do that and try to install Cors, it tells me it can't find a version of System.Globalization.Calendarsthat is compatible with NetStandard.Library 1.6.1. Any idea what I am missing? Thank you.
ASKER CERTIFIED SOLUTION
Avatar of sarabande
sarabande
Flag of Luxembourg image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial