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

Target NetStandard? #22

Open
bfcamara opened this issue Feb 18, 2020 · 3 comments
Open

Target NetStandard? #22

bfcamara opened this issue Feb 18, 2020 · 3 comments
Labels
enhancement New feature or request

Comments

@bfcamara
Copy link

Any chance to have the nuget library targeting netstandard 2.0 instead of netcoreapp2.1?

@Mmdixon
Copy link
Contributor

Mmdixon commented Feb 19, 2020

I think it is possible at this point.
However, to run cross platform the app will be .NET Core (as oppose to .NET Framework), and there is no build of the native dependencies in the nuget package for iOS/Android to be able to use the library in Xamarin.

Was there a particular situation where this would benefit you?

@bfcamara
Copy link
Author

Thank you. Basically I would like to add the nuget package from a .Net Full Framework project (a web application). That's my scenario.

@Mmdixon Mmdixon added the enhancement New feature or request label Feb 21, 2020
@amantinband
Copy link

I think it is possible at this point.
However, to run cross platform the app will be .NET Core (as oppose to .NET Framework), and there is no build of the native dependencies in the nuget package for iOS/Android to be able to use the library in Xamarin.

Was there a particular situation where this would benefit you?

This would allow usage of the library in all projects targeting .net framework 4.6.1+😄 (currently only projects targeting .net core 2.1+)

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants