wooga / atlas-paket

Paket plugin for gradle
https://wooga.github.io/atlas-paket/
Apache License 2.0
0 stars 2 forks source link

copy only first available framework #71

Closed Sebu closed 2 years ago

Sebu commented 3 years ago

Description

Corner case (none we have) framework: net35, netstandard2.0, net45 SDK.A - net35, netstandard2.0 dep.A - net35, net45 SDK.B - netstandard2.0, net45 dep.A - net35, netstandard2.0, net45

would select SDK.A - net35, SDK.B - net45 and dep.A - net35 while i would like it to select then all from netstandard2.0

Changes