has there been progress made on .NetStandard support for the gdal nuget
packages? I see this thread is a little old so I wasnt sure if it was
dropped or not
--
Sent from: http://osgeo-org.1560.x6.nabble.com/GDAL-Dev-f3742093.html
___
gdal-dev mailing
Tamas Szekeres wrote
> "Official" binaries are not being provided by GDAL directly. However, in
> the near future, I'm planning to support ".net standard 2.1" with the
> nuget
> packages derived from the binaries of https://www.gisinternals.com.
>
> Best regards,
>
> Tamas
>
>
> Gigas002 <
> g
"Official" binaries are not being provided by GDAL directly. However, in
the near future, I'm planning to support ".net standard 2.1" with the nuget
packages derived from the binaries of https://www.gisinternals.com.
Best regards,
Tamas
Gigas002 ezt írta (időpont: 2018. dec. 15., Szo,
21:05):
Thanks! That worked for me. But of course anyone would prefer official
release, so... Is .net core bindings planned?
--
Sent from: http://osgeo-org.1560.x6.nabble.com/GDAL-Dev-f3742093.html
___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
https://lis
At the moment it looks like only the 3rd option below supports .net core.
However since that is a custom build, use the dependencies
(gdal_wrap.dll etc.) provided by the same bundle, ie:
https://www.nuget.org/packages/Gdal.Core.WindowsRuntime/2.3.0-beta-023
These dll-s support x64 only as far as I
Hello everyone. I'm trying to use c# bindings with .NET Core 2.0 on Visual
Studio 2017.
Tried to use multiple nuget packages:
1. https://www.nuget.org/packages/GDAL/ +
https://www.nuget.org/packages/GDAL.Native/
I used these packages for my .NET Framework project and it worked fine, but
it doesn't