dotnet-native icon indicating copy to clipboard operation
dotnet-native copied to clipboard

.NET48

Open jensmunkhansen3shape opened this issue 1 year ago • 2 comments

Have you tried building it using .NET48. At least on Windows, I get numerous errors about incompatibility on the given platform. The framework is for sure installed. We are still stuck on .NET48

jensmunkhansen3shape avatar Jan 26 '24 08:01 jensmunkhansen3shape

to build for net48 i'm using the dotnet cli sdk which perform some magic copy... Please read: https://github.com/google/or-tools/issues/3747#issuecomment-1888880224

Mizux avatar Jan 26 '24 09:01 Mizux

Thanks a bunch. This saves me a lot of time. In the progress of making a small template for targetting .NET48 and .NET60, using GTest and SWIG for to assist people in doing correct marshalling and exception handling.

jensmunkhansen3shape avatar Jan 26 '24 09:01 jensmunkhansen3shape