This is an automated email from the ASF dual-hosted git repository.
florianhockmann pushed a commit to branch TINKERPOP-2348
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
The following commit(s) were added to refs/heads/TINKERPOP-2348 by this push:
new 0e3452b WIP Update more places to .NET 5.0
0e3452b is described below
commit 0e3452be7639d66ca370dbd03e9f72593b79ea22
Author: Florian Hockmann <[email protected]>
AuthorDate: Wed Apr 28 16:42:14 2021 +0200
WIP Update more places to .NET 5.0
---
docker/Dockerfile | 2 +-
docs/src/dev/developer/development-environment.asciidoc | 4 ++--
gremlin-dotnet/test/pom.xml | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/docker/Dockerfile b/docker/Dockerfile
index 6fa1f9f..40b4ef1 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -32,7 +32,7 @@ RUN apt-get update
# include both java 8/11 so that we can use the same docker image for future
builds on that version of the jdk as we do
# for the older release branches. the java version to use is just controlled
by JAVA_HOME hardcoded below
RUN apt-get install -y openjdk-8-jdk openjdk-11-jdk gawk git maven
openssh-server subversion zip
-RUN apt-get install -y --force-yes dotnet-sdk-3.1 mono-devel
+RUN apt-get install -y --force-yes dotnet-sdk-5.0 mono-devel
# python3 on xenial install 3.5.2 which is insufficient for newer versions of
python/typing#259 so
# custom build and install 3.6.9 and upgrade pip along the way. this could be
resolved by using bionic
diff --git a/docs/src/dev/developer/development-environment.asciidoc
b/docs/src/dev/developer/development-environment.asciidoc
index 61b2af2..a46fe0a 100644
--- a/docs/src/dev/developer/development-environment.asciidoc
+++ b/docs/src/dev/developer/development-environment.asciidoc
@@ -196,8 +196,8 @@ See the <<release-environment,Release Environment>> section
for more information
[[dotnet-environment]]
=== DotNet Environment
-The build optionally requires link:https://www.microsoft.com/net/core[.NET
Core SDK] (>=3.1) to work with the
-`gremlin-dotnet` module. If .NET Core SDK is not installed, TinkerPop will
still build with Maven, but .NET projects
+The build optionally requires
link:https://dotnet.microsoft.com/download/dotnet/[.NET SDK] (>=5.0) to work
with the
+`gremlin-dotnet` module. If .NET SDK is not installed, TinkerPop will still
build with Maven, but .NET projects
will be skipped.
`gremlin-dotnet` can be built and tested from the command line with:
diff --git a/gremlin-dotnet/test/pom.xml b/gremlin-dotnet/test/pom.xml
index c328dd5..2ed806a 100644
--- a/gremlin-dotnet/test/pom.xml
+++ b/gremlin-dotnet/test/pom.xml
@@ -70,7 +70,7 @@ limitations under the License.
<packaging.type>pom</packaging.type>
</properties>
</profile>
- <!-- activates the building of .NET components and requires that the
.NET Core SDK be installed on the system -->
+ <!-- activates the building of .NET components and requires that the
.NET SDK be installed on the system -->
<profile>
<id>gremlin-dotnet</id>
<activation>