From d1404b7560eeb61ff1b1db908fd6e51e2c7b5ecc Mon Sep 17 00:00:00 2001 From: Jackie Ng Date: Tue, 22 May 2018 01:17:32 +1000 Subject: [PATCH] #24: Update netstandard version in README.md --- src/Bindings/DotNet/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Bindings/DotNet/README.md b/src/Bindings/DotNet/README.md index 95cf3ee..c28af3d 100644 --- a/src/Bindings/DotNet/README.md +++ b/src/Bindings/DotNet/README.md @@ -7,7 +7,7 @@ This document describes the .net language binding for the MapGuide API * General * This binding is back to being a monolithic assembly. A split assembly layout is not possible due to missing types in .net Core that made this possible in the full framework (eg. AppDomain) * In line with the .net core build system, the unit of consumption is a nuget package. - * The nuget package contains both x86 and x64 windows binaries and because it targets `netstandard1.5` it can be used in both .net Core and Full Framework. + * The nuget package contains both x86 and x64 windows binaries and because it targets `netstandard2.0` it can be used in both .net Core and Full Framework. * API * General * The ```(IntPtr cPtr, bool memOwn)``` constructor signature is no longer public. This was always for SWIG internal use and should not be public.