-
Notifications
You must be signed in to change notification settings - Fork 592
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
Add .NET Standard 2.0 support in addition to 1.5 #428
Comments
It’s not a matter of updating the spec file. It’s a matter of cutting support for earlier .NET Standard versions. We will consider it but no offer no ETA promises. |
@michaelklishin note that you can trivially add a I'm now doing this for all OSS projects which I maintain. The 1.x and 2.0 assemblies are functionally identical. It's purely to improve the developement experience for consumers. |
We may have to do a bit of ci work to get the release pipeline building ok but adding another target should be fine. I wonder if the latest tooling will be able to build |
AFAIK the only way to build |
@adamralph Currently, yes I believe that is true, but that should be changing "soon". Microsoft is going to be adding the capability to pull down .NET Framework targeting packs via NuGet, so the SDK will be able to compile |
We'd welcome a PR for this specific change. See #429 for dropping pre-2.0 version support [in a future version]. Thank you @adamralph for your input, as always ❤️. |
New target was added in #435. |
Hi,
Would it possible to update the nuspec for .netStandard2.0 target. Thanks.
J.B
The text was updated successfully, but these errors were encountered: