Mizux / dotnet-native

Template to build a multi-platforms Native Net 6.0 Nuget package using dotnet cli
Apache License 2.0
84 stars 16 forks source link

.NET48 #9

Open jensmunkhansen3shape opened 8 months ago

jensmunkhansen3shape commented 8 months ago

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

Mizux commented 8 months ago

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

jensmunkhansen3shape commented 8 months ago

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.