Skip to content

Commit

Permalink
#24: Update netstandard version in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jumpinjackie committed May 21, 2018
1 parent 3bf669d commit d1404b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Bindings/DotNet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit d1404b7

Please sign in to comment.