Hi,
The ThinkGeo.Gdal.Dependency.Windows package (14.0.0), when added to a .NET Framework 4.8 project using a “new” SDK-style project file will dump all it’s runtime files into the application folder, in addition to the expected “runtime” folder. This is causing me issues with the different versions of DLLs it drops being favoured based on their proximity to my application.
Is there a way to stop it doing this?
Cheers