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

Suboptimal version of System.Threading.Tasks.Extensions dependency for target net461 #184

Open
pr0Igor opened this issue Jun 9, 2022 · 0 comments

Comments

@pr0Igor
Copy link

pr0Igor commented Jun 9, 2022

Hi,
Framework.Core.csproj package reference System.Threading.Tasks.Extensions version 4.5.1 set for target net461 looks to be of the wrong version.

Version 4.5.1 does not have assemblies for the net461 target, .NET Standard will be used instead.

Build output for projects targeting net461, with added Theraot.Core, will contain the .NET Standard reference assemblies.
(Build couldn't resolve .net461, the best(only?) match was to use net Standard?)

Bumping the version of System.Threading.Tasks.Extensions 4.5.1 > 4.5.4 will resolve the situation.
(The problem can also be quick fixed by referencing the package System.Threading.Tasks.Extensions version 4.5.4
in the same project that references the Theraot.Core).

Kind regards and thank you for the library.

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

No branches or pull requests

1 participant