FlorianHockmann opened a new pull request #1261: TINKERPOP-2335 Update to .NET Core 3.1 URL: https://github.com/apache/tinkerpop/pull/1261 https://issues.apache.org/jira/browse/TINKERPOP-2335 This updates `3.3-dev` (and subsequently the other release branches) to .NET Core 3.1 so that we only need to have **one .NET Core SDK version installed which will be 3.1** after this PR is merged. 3.1 is the newest version right now and it is also an LTS version. As already said on #1260, this basically only affects our build process / environment, but not users: > This has no effect on users of Gremlin.Net as that targets .NET Standard which doesn't need to be changed at all. The only change affecting users is the update in Gremlin.Net.Template, but that is a good thing in my opinion as the template is only used to create a completely new project and then using the latest LTS version sounds like the best approach to me. After this is merged I can rebase #1260 which will then only remove support for .NET Standard 1.3 on `master`. `dotnet/build.sh -t` succeeds. VOTE +1
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
