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

Cannot use SharpSimpleNLG classes in .NET Core #10

Closed
ccaneke opened this issue May 16, 2021 · 3 comments
Closed

Cannot use SharpSimpleNLG classes in .NET Core #10

ccaneke opened this issue May 16, 2021 · 3 comments

Comments

@ccaneke
Copy link

ccaneke commented May 16, 2021

I added the latest version of the nuget package SharpSimpleNLG to my .NET Core application using dotnet add package SharpSimpleNLG, and it shows that a reference to that package was added successfully to the .csproj file in the project. However I can't use a using directive to resolve any of the namespaces in the SharpSimpleNLG package such as SharpSimpleNLG. In other words, using SharpSimpleNLG; does not work.

Does SharpSimpleNLG only work for .NET standard, and not .NET Core? Maybe this is why I can't use the package in my .NET Core application.

@nickhodge
Copy link
Owner

I have just updated the NuGet to .NET Standard 2.0

This is version 1.3.0 ... can you see if this now works for you?

@nickhodge
Copy link
Owner

Works for me on a .NET Core 3.0 console app

@ccaneke
Copy link
Author

ccaneke commented May 17, 2021

@nickhodge It now works, thanks for the update.

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

2 participants