ThinkGeo Team,
I’m getting the below compile warning. Doesn’t appear to cause a runtime issue, however, it is annoying to have to look at this every time I do a compile.
My projects are net8.0-windows.
Is there any way to resolve this?
Thanks,
Dennis
Warning (active) MSB3270 There was a mismatch between the processor architecture of the project being built “MSIL” and the processor architecture of the reference “C:\Users\dberry.nuget\packages\thinkgeo.dependency.filegeodatabase\14.0.0\lib\netstandard2.1\Esri.FileGDBAPI.dll”, “AMD64”. This mismatch may cause runtime failures. Please consider changing the targeted processor architecture of your project through the Configuration Manager so as to align the processor architectures between your project and references, or take a dependency on references with a processor architecture that matches the targeted processor architecture of your project. OriStarFileDatabaseViewer C:\Program Files\Microsoft Visual Studio\2022\Professional\MSBuild\Current\Bin\amd64\Microsoft.Common.CurrentVersion.targets 2424