SteeltoeOSS / Tooling

Steeltoe developer tool collection
https://steeltoe.io/
Apache License 2.0
12 stars 7 forks source link

Add support for frameworks other than netcoreapp2.1 #80

Closed ccheetham closed 4 years ago

ccheetham commented 4 years ago

Tooling currently is hardcoded to target netcoreapp2.1 framework.

If an app supports multiple frameworks, there should be a mechanism to select which framework to be deployed.

When being deployed, if Tooling detects only one framework has been targeted, then that framework is a reasonable default.

If however there are multiple frameworks, then the user needs to instruct Tooling which framework target should be deployed.