❔ Directory.Packages.props Support Floating Versions
Hey, is it possible to support floating version rules in Directory.Packages.props ?
2 Replies
For example define version like this;
<PackageReference Include="Contoso.Utility.UsefulStuff" Version="*" />
Rather than this;
<PackageReference Include="Contoso.Utility.UsefulStuff" Version="3.6.1" />
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.