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 Compatibility #27

Closed
yulia-d opened this issue May 22, 2018 · 5 comments
Closed

.NET Standard Compatibility #27

yulia-d opened this issue May 22, 2018 · 5 comments

Comments

@yulia-d
Copy link

yulia-d commented May 22, 2018

Any plans to make this .NET Standard Compatible?

@fubar-coder
Copy link
Contributor

A .NET Standard compatible version is in the release/2.0.0 branch. I'm hesitant to release it without testing it properly. Would you be willing to test it if I'd release it as beta version on nuget.org?

@yulia-d
Copy link
Author

yulia-d commented May 22, 2018

Unfortunately, no time for that at the moment... But thanks for the reply!

@yulia-d
Copy link
Author

yulia-d commented May 22, 2018

On the other hand, in case I'll get to it eventually, maybe you can do that, i.e. release the beta?
Besides, perhaps there'll be others who'll jump on it? This library appears the only reputable one on NuGet that provides server functionality...

@fubar-coder
Copy link
Contributor

I released 2.0.0-beta.36. This release supports the following target frameworks:

  • .NET Standard 2.0
  • .NET Standard 1.3
  • .NET Framework 4.6.1

Changes:

  • Use of Microsoft.Extensions.DependencyInjection
  • Use of Microsoft.Extensions.Logging
  • Support for multiple authentication methods (only one implemented by default: anonymous)
  • Google Drive support using the Google .NET SDK
  • Better sample application

Please leave a note when you were able to test it.

To do: Documentation...

@fubar-coder
Copy link
Contributor

2.0 is released and documentation is available. There is also a quickstart tutorial.

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