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

Add .NET Standard 2.0 support #587

Merged
merged 3 commits into from
Apr 2, 2019
Merged

Conversation

twsouthwick
Copy link
Member

According to the documentation (https://docs.microsoft.com/en-us/dotnet/standard/net-standard), it is recommended that even if we target .NET Standard 1.3, we should also provide a .NET Standard 2.0 build as well. This will minimize the dependency graph required by consumers.

With this change, tests for .NET Standard 1.3 are run on the .NET Core 1.x builds while those for .NET Standard 2.0 are run on .NET Core 2.1.

@twsouthwick twsouthwick merged commit bb0311f into dotnet:master Apr 2, 2019
@twsouthwick twsouthwick deleted the netstandard20 branch April 2, 2019 20:51
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

Successfully merging this pull request may close these issues.

1 participant