-
Notifications
You must be signed in to change notification settings - Fork 34
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
downgrade kiota libraries (and graph SDK) to netstandard2.0 #12
Comments
thanks for taking the time to tackle this. |
Hey @baywet. |
Thanks! Closing as those were merged too! |
The Kiota libraries are currently targeting netstandard2.1, which is not supported by dotnet framework (classic).
This makes for a steep adoption curve for people who have existing projects.
I don't believe we actually need 2.1, I think the history there is that we created the projects with net5.0 at the time, and then downgraded to standard 2.1 when came time to reach public preview.
netstandard2.0 should bring the libs back to compatibility with the framework (classic).
If we're using something specific to 2.1, the alternative would be to multi-target 2.1, and 4.6.2, 4.7.2 and 4.8.
The text was updated successfully, but these errors were encountered: