-
Notifications
You must be signed in to change notification settings - Fork 111
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
When using with .net core the dependency on Common is using a 4.6.1 build #151
Comments
Is it possible to fix this ? |
I'm also encountering the same problem:
Any solution on this one? |
Is this causing errors at run time when using toggles? |
I get the same warning but it does not cause run time errors. |
I just added it to my project and did not see this message. |
Same error here :( Any chance you can explicitly build for |
Our team is looking into using FeatureToggle for a .Net Core project. Is there interest in a PR to switch the build to .Net Standard and then a release to NuGet? |
I for sure would love to see a netstandard version 👍 |
Package 'FeatureToggle 4.0.2' was restored using '.NETFramework,Version=v4.6.1' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.
It is a warning so I am not sure if this is a major issue.
The text was updated successfully, but these errors were encountered: