Closed tthiery closed 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
powerdup.json
support.I basically took the benefits of the other PR while using multi-targeting instead of plugin loading.
155 breaking