Closed PhilPJL closed 6 years ago
I will take another look at the packaging, but ultimately they are empty stubs for you anyway - the actual code comes from .NET Framework. It is one of those balancing acts about whether it is better to have one TFM but extra stub dependencies, vs multiple TFMs and a more complex packaging story, but fewer dependencies on some frameworks.
On Thu, 19 Jul 2018, 21:01 PhilPJL, notifications@github.com wrote:
If I want to update my .NET 4.7 project to use FastMemberSigned 1.4.0, from 1.3.0 I will need these packages as well:
[image: image] https://user-images.githubusercontent.com/271656/42966968-a748421c-8b96-11e8-8022-1a3cc63c76bc.png
Is this really necessary?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/mgravell/fast-member/issues/61, or mute the thread https://github.com/notifications/unsubscribe-auth/AABDsDtVZG5u7pJk7ClHrXlGvq2MvkV7ks5uIOWJgaJpZM4VXAYw .
1.4.1 should have zero dependencies:
I'm unable to update from version 1.3.0 in my project which targets .NET Framework 4.5.2.
"Could not install package 'FastMember 1.4.1'. You are trying to install this package into a project that targets '.NETFramework,Version=v4.5.2', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author."
Was this deliberate or can it be fixed?
Thanks.
I'll need to find a moment to look at the targets
On Fri, 22 Feb 2019, 20:23 Doug Waldron, notifications@github.com wrote:
I'm unable to update from version 1.3.0 in my project which targets .NET Framework 4.5.2.
"Could not install package 'FastMember 1.4.1'. You are trying to install this package into a project that targets '.NETFramework,Version=v4.5.2', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author."
Was this deliberate or can it be fixed?
Thanks.
— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/mgravell/fast-member/issues/61#issuecomment-466534706, or mute the thread https://github.com/notifications/unsubscribe-auth/AABDsCduHAU9JOzL0UC1byC0H1cPgCkWks5vQFGwgaJpZM4VXAYw .
If I want to update my .NET 4.7 project to use FastMemberSigned 1.4.0, from 1.3.0 I will need these packages as well:
Is this really necessary?