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

Enable targeting .NET Standard 2.0 #1

Merged
merged 1 commit into from
Jun 13, 2019
Merged

Conversation

mjcheetham
Copy link
Contributor

Enable targeting .NET Standard 2.0 as well as .NET Standard 2.1 to allow consumers on .NET Framework and downlevel .NET Core 2.0 runtimes to consume Dogged.

When the Target Framework is netstandard2.0 we pull in the System.Memory package which includes the Span<T> and Memory<T> types that are used in the library but missing from the standard < v2.1.

@ethomson ethomson force-pushed the master branch 5 times, most recently from 12769ff to c43e661 Compare June 13, 2019 01:06
Enable targeting .NET Standard 2.0 as well as .NET Standard 2.1 to
allow consumers on .NET Framework and downlevel .NET Core 2.0 runtimes
to consume Dogged.

When the Target Framework is netstandard2.0 we pull in the System.Memory
package which includes the `Span<T>` and `Memory<T>` types that are used
in the library but missing from the standard < v2.1.
@ethomson
Copy link
Member

OH SHIT FIRST PULL REQUEST.

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.

2 participants