0

From Microsoft documentation (here):

enter image description here

How to know the latest version value is actual on the current day?

Andrey Bushman
  • 11,712
  • 17
  • 87
  • 182

1 Answers1

0

You can look up the package using Nuget.org, see here. I'm not sure if it's possible to add a version reference that always resolves to the latest available version, as the Nuget dependency manager tries to resolve to the lowest applicable package available.

Lerkel
  • 145
  • 2
  • 8