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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: