-
Notifications
You must be signed in to change notification settings - Fork 56
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
Help with .NET Standard #1
Comments
@Mike-EEE I was able to reproduce the same error with empty console app that targets 4.6.1. It seems this is known Nuget issue ( NuGet/Home#3103, NuGet/Home#2193 ). As I understand when nuget installs NReco.LambdaParser package, it correctly chooses netstandard1.3 build, but for some unknown reason tries to resolve (in absolutely incorrect way) dependencies from PCL45-build. Until this bug fixed, known workaround is marking framework assembly dependencies as build-time, like I'm going to rebuild nuget package with these changes and check if this helps. |
…allation from .net 4.6.1 projects #1
Just published NReco.LambdaParser 1.0.3 with patched framework dependencies configuration for portable builds; I've tried to install it for the following targets: .NET 4.0, .NET 4.5.1, .NET 4.6.1, .NET Core App, and now package is installed correctly. |
Success! Thank you so much! |
I am upgrading my nugets to .NET Standard, and while upgrading NReco.LambdaParser in my .NET 4.6.1 projects, I get the following error:
Is this a known issue, by chance?
The text was updated successfully, but these errors were encountered: