You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"I am trying to deploy an application which has your GDAL and GDAL.Native packages as dependencies. I find that when using the dotnet publish command the "gdal" directory is not copied to the build folder."
"My project is targeting .NET 6.0, I am using the GDAL and GDAL.Native version 3.6.4 for both of them.
I am running the following command to build/publish my application which is where I am seeing the issue.
"I am trying to deploy an application which has your GDAL and GDAL.Native packages as dependencies. I find that when using the dotnet publish command the "gdal" directory is not copied to the build folder."
"My project is targeting .NET 6.0, I am using the GDAL and GDAL.Native version 3.6.4 for both of them.
I am running the following command to build/publish my application which is where I am seeing the issue.
dotnet publish <mproj.csproj> -c Release -o -r win-x64"
The text was updated successfully, but these errors were encountered: