Dotnet CLI:如何知道当天的最新版本值是实际的?
Dotnet CLI: How to know the latest version value is actual on the current day?
来自 Microsoft 文档 (here):
如何知道最新的版本值是当天的实际值?
您可以使用 Nuget.org 查找包,请参阅 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。
来自 Microsoft 文档 (here):
如何知道最新的版本值是当天的实际值?
您可以使用 Nuget.org 查找包,请参阅 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。