You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: