Multi targeting was only every going to work for v...
# package-development
m
Multi targeting was only every going to work for v8 NET Framework to v9+ NET Core, it's not a solution for v9 > v10 > etc. For that you basically have to go back to the old techniques of either targeting for the minimum version you can get away with and doing weird things like using reflection if API's change, or, keep updating.