And then reference that package in my csproj (notice that leaving out the version is mandatory in this case):
<PackageReference Include="CefSharp.Wpf" />
, it would be neat to see, in the package tooltip, which version it has inferred from the PackageVersion element. That way, I'd have to jump between files a little less.
If I use a
Directory.Packages.props
with content like:And then reference that package in my
csproj
(notice that leaving out the version is mandatory in this case):, it would be neat to see, in the package tooltip, which version it has inferred from the
PackageVersion
element. That way, I'd have to jump between files a little less.