jumpinjackie / mapguide-api-bindings

Language bindings for the MapGuide API
GNU Lesser General Public License v2.1
4 stars 0 forks source link

Is there any new version of MapGuideDotNetApi ? #37

Closed diordonez closed 3 years ago

diordonez commented 3 years ago

What Target CORE Framework will be compatible with MapGuideDotNetApi.3.1.1.9378-pre74.nupkg ?

I'm getting this error

dotnet add GoeMapping.CORE package MapGuideDotNetApi --version 3.1.1.9378-pre74

error: Package 'MapGuideDotNetApi' is incompatible with 'all' frameworks in project 'D:\Development\GOEMapping\Development\GoeMapping.CORE\GoeMapping.CORE\GoeMapping.CORE.csproj'.

Thanks for your help

jumpinjackie commented 3 years ago

Please note that development work on this repo has been suspended and is continuing on the vanilla_swig branch of MapGuide. There will be no more updates to the repo.

To answer your question at hand. MapGuideDotNetApi.3.1.1.9378-pre74.nupkg is a netstandard2.0 package. So any version of .net in this table should be able to consume this package. Also note that the multi-platform-ness of this package is incomplete at the time that package was created, so the package will not work on frameworks like Xamarin/Unity/etc and platforms like MacOS despite being netstandard2.0 compatible in the referenced table.

diordonez commented 3 years ago

Thank you. So according to your response I'd rather abort my project with .NET Core, and stick with the .NET one, at least I can easily find the libraries in NuGET.

Cheers

jumpinjackie commented 3 years ago

For now, yes.