-
Notifications
You must be signed in to change notification settings - Fork 286
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.1 support with UWP #769
Comments
I think this will be fixed in 2.1.0-preview2 (due any time now) |
Yes, we're going to release this support in next preview release, stay tuned! |
Thanks for the quick response, Can you guys let me know which version of Windows 10 SDK (19H2, 20H1 or FallCreator etc...) is targeted for .Net Standard 2.1.0 - preview2? |
Hi @amitagrawalhyd I'm afraid that's out of our domain, please reach out to dotnet/sdk group for the same. Closing issue as v2.1.0-preview2 has been released that contains the requested changes. |
We have a UWP application where we are planning to use Microsoft.Data.SqlClient with "Column Encryption Setting=enabled" option. But unfortunately in .Net Standard 2.0 "Column Encryption Setting=enabled" option is not supported and .Net Standard 2.1 which works fine with "Column Encryption Setting=enabled" option is not supported to any of the UWP version.
The text was updated successfully, but these errors were encountered: