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

.Net Standard 2.0 Support #95

Open
ghost opened this issue Feb 9, 2018 · 4 comments
Open

.Net Standard 2.0 Support #95

ghost opened this issue Feb 9, 2018 · 4 comments

Comments

@ghost
Copy link

ghost commented Feb 9, 2018

Is having .net standard 2.0 support in the pipeline? It would be nice to be able to use this library in a .net standard library.

@RicoSuter
Copy link
Owner

The "MyToolkit" library is a PCL library and supports .NET Standard 1.0. Or which library/libraries are you using?

@ghost
Copy link
Author

ghost commented Feb 9, 2018

When I added the MyToolkit library to my .net standard 2 library, a warning shows up that it is restored using .net framework 4.6 instead of .net standard 2. Why is that?

@RicoSuter
Copy link
Owner

I should definitely look into migrating them... but its so much code :-)

@Johno-ACSLive
Copy link

I found the same issue as @Rivolvan , I'm only using the YouTube component of MyToolkit.Extended.

In order to workaround this issue I injected the YouTube.cs file directly into my .NET Standard 2.0 library and removed all code that wasn't general or targeting WinRT / Windows_UAP.

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