GitHub user FlorianHockmann opened a pull request:
https://github.com/apache/tinkerpop/pull/895
TINKERPOP-2012 Add .NET Standard 2.0 target to Gremlin.Net
https://issues.apache.org/jira/browse/TINKERPOP-2012
This simply adds .NET Standard 2.0 as an additional target for Gremlin.Net.
Since it doesn't really require any additional effort to target multiple
frameworks, it doesn't make much sense to drop the existing .NET Standard 1.3
target. That way, we don't drop support for any .NET implementations or
versions, especially the current .NET Core LTS versions 1.0 and 1.1 as
@jorgebay mentioned in the JIRA issue.
VOTE +1
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/apache/tinkerpop TINKERPOP-2012
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tinkerpop/pull/895.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #895
----
commit d309b7a987f821c2536e57d386808976ccb5bde1
Author: Florian Hockmann <fh@...>
Date: 2018-07-22T14:55:15Z
Add .NET Standard 2.0 target TINKERPOP-2012
----
---