Would it be possible to target .NET 5 or 6 instead of .NET Framework?
We're investigating using BHoM and one of our requirements is to run the code on Linux. We could probably use the mono runtime just for the upgrader, but it would be nice if that wasn't necessary.
EDIT: I now understand this is an exe not a class library so can't target .NET Standard, so it would have to be .NET 5 or 6.
Would it be possible to target .NET 5 or 6 instead of .NET Framework?
We're investigating using BHoM and one of our requirements is to run the code on Linux. We could probably use the mono runtime just for the upgrader, but it would be nice if that wasn't necessary.
EDIT: I now understand this is an exe not a class library so can't target .NET Standard, so it would have to be .NET 5 or 6.