Updating FirebirdClient provider to Version 5.11.0 fails with 'FirebirdSql.Data.FirebirdClient' already has a dependency defined for 'Microsoft.Extensions.PlatformAbstractions' in Visual Studio 2012 for .net 4.0 project
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Key: DNET-781
URL: http://tracker.firebirdsql.org/browse/DNET-781
Project: .NET Data provider
Issue Type: Improvement
Components: ADO.NET Provider
Affects Versions: 5.11.0.0
Environment: Windows 8, Visual Studio 2012
Reporter: André Ziegler
Assignee: Jiri Cincura
Updating FirebirdClient provider 5.11.0 fails with 'FirebirdSql.Data.FirebirdClient' already has a dependency defined for 'Microsoft.Extensions.PlatformAbstractions' in Visual Studio 2012:
Here is the log entry in package console:
------- Updating...FirebirdSql.Data.FirebirdClient 5.11.0 -------
'FirebirdSql.Data.FirebirdClient' already has a dependency defined for 'Microsoft.Extensions.PlatformAbstractions'.
==============================
looks like the NuGet Package Manager 2.8.60318.667 from VS2012 is too old to handle this .net standard (2.0) thing. Consider adding minClientVersion entry to the nuspec files and specify the nuget version where it works.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://tracker.firebirdsql.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|