sharpbrick / powered-up

.NET implementation of the LEGO PoweredUp Protocol
MIT License
94 stars 19 forks source link

Added Multiple Target Frameworks to CLI projects #172

Closed tthiery closed 3 years ago

tthiery commented 3 years ago

155 breaking

tthiery commented 3 years ago

@dkurok Can you have a look into this?

This approach multi-targets the command line projects. it has the disadvantage of requiring more command line parameters for normal use (e.g. dotnet tool install -g --framework .... and dotnet run -f xxx -- device list) but it brings tons of benefits

I basically took the benefits of the other PR while using multi-targeting instead of plugin loading.