Mizux/dotnet-native

.NET48

jensmunkhansen3shape opened this issue · 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

to build for net48 i'm using the dotnet cli sdk which perform some magic copy...
Please read: google/or-tools#3747 (comment)

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.