Update the referenced Microsoft.BCL packages to latest version for NET40 projects
---------------------------------------------------------------------------------
Key: DNET-762
URL: http://tracker.firebirdsql.org/browse/DNET-762
Project: .NET Data provider
Issue Type: Improvement
Components: ADO.NET Provider
Affects Versions: 5.9.0.0
Reporter: André Ziegler
Assignee: Jiri Cincura
Please update the referenced Microsoft.BCL packages to latest version for NET40 projects because I use newer versions and here I get conflict.
You use
<package id="Microsoft.Bcl" version="1.1.8" targetFramework="net40-client" />
<package id="Microsoft.Bcl.Async" version="1.0.168" targetFramework="net40-client" />
<package id="Microsoft.Bcl.Build" version="1.0.14" targetFramework="net40-client" />
but there are 2 updates:
<package id="Microsoft.Bcl" version="1.1.10"
<package id="Microsoft.Bcl.Build" version="1.0.21"
I have no idea why you added old versions when there are already newer ones available for years.
I've added assemblyBinding entriy in app.config to redirect the referenced System.Runtime to the newer 2.6.10.0. (Microsoft.Bcl" version="1.1.10" ) but when I capture a trace with WPR.exe and analyze the ETL I still see "System.IO.FileLoadException" entry when .net tries to load System.Runtime in version 2.6.8.0.
--
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
|