Skip to content
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

Update the referenced Microsoft.BCL packages to latest version for NET40 projects [DNET762] #704

Closed
firebird-automations opened this issue May 9, 2017 · 10 comments

Comments

@firebird-automations
Copy link

Submitted by: André Ziegler (andre.ziegler)

Is replaced by DNET774

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.

Commits: 668fd78

@firebird-automations
Copy link
Author

Commented by: @cincuranet

It's known issue in NuGet on new csproj: NuGet/Home#3159 . Looks like I'd have to specify the dependencies manually to force it to new versions.

@firebird-automations
Copy link
Author

Modified by: @cincuranet

status: Open [ 1 ] => In Progress [ 3 ]

@firebird-automations
Copy link
Author

Modified by: @cincuranet

Link: This issue is replaced by DNET774 [ DNET774 ]

@firebird-automations
Copy link
Author

Commented by: @cincuranet

Superseded by DNET774.

@firebird-automations
Copy link
Author

Modified by: @cincuranet

status: In Progress [ 3 ] => Closed [ 6 ]

resolution: Won't Fix [ 2 ]

@firebird-automations
Copy link
Author

Commented by: André Ziegler (andre.ziegler)

no, no, like I wrote in my comment I still need 4.0 compatibility until 2019

https://tracker.firebirdsql.org/browse/DNET-774?focusedCommentId=32900&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#action_32900

@firebird-automations
Copy link
Author

Commented by: André Ziegler (andre.ziegler)

you can force version on your own in NuGet package file :

<group targetFramework="net40-client">
<dependency id="Microsoft.Bcl" version="1.1.10" />
</group>

<group targetFramework="net40-client">
<dependency id="Microsoft.Bcl.Build" version="1.0.21" />
</group>

as you did for Microsoft.Bcl.Async

<group targetFramework="net40-client">
<dependency id="Microsoft.Bcl.Async" version="1.0.168" />
</group>

@firebird-automations
Copy link
Author

Modified by: @cincuranet

status: Closed [ 6 ] => Reopened [ 4 ]

resolution: Won't Fix [ 2 ] =>

@firebird-automations
Copy link
Author

Modified by: @cincuranet

Fix Version: 5.10.0.0 [ 10833 ]

@firebird-automations
Copy link
Author

Modified by: @cincuranet

status: Reopened [ 4 ] => Closed [ 6 ]

resolution: Fixed [ 1 ]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants