microsoft / winget-cli

WinGet is the Windows Package Manager. This project includes a CLI (Command Line Interface), PowerShell modules, and a COM (Component Object Model) API (Application Programming Interface).
https://learn.microsoft.com/windows/package-manager/
MIT License
23.35k stars 1.45k forks source link

.NET SDK 5 and 8 are listed as upgradable even though upgrade was performed #4953

Closed CommanderCRM closed 2 weeks ago

CommanderCRM commented 2 weeks ago

Brief description of your issue

When I list available upgrades, there are 2 .NET packages available for upgrade: Microsoft .NET SDK 5.0.214 (x64) Microsoft.DotNet.SDK.5 5.0.214 5.0.408 winget Microsoft .NET SDK 8.0.306 (x64) Microsoft.DotNet.SDK.8 8.0.306 8.0.403 winget

However, after actual upgrades are performed, they remain in the same state. Packages are installed using elevated admin rights.

Steps to reproduce

Have Microsoft .NET SDK 5 and 8 of listed versions installed. Check that the packages have pending upgrades winget upgrade. Upgrade the packages. Check pending upgrades again winget upgrade --all.

Expected behavior

Package versions are updated and packages don't remain in pending upgrades.

Actual behavior

Packages have previous versions and are available as pending upgrades.

Environment

Windows Package Manager v1.9.25180
Copyright (c) Microsoft Corporation. All rights reserved.

Windows: Windows.Desktop v10.0.26100.2033
System Architecture: X64
Package: Microsoft.DesktopAppInstaller v1.24.25180.0

Winget Directories
-----------------------------------------------------------------------------------------------------------------------
Logs                               %LOCALAPPDATA%\Packages\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe\LocalState\Diag…
User Settings                      %LOCALAPPDATA%\Packages\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe\LocalState\sett…
Portable Links Directory (User)    %LOCALAPPDATA%\Microsoft\WinGet\Links
Portable Links Directory (Machine) C:\Program Files\WinGet\Links
Portable Package Root (User)       %LOCALAPPDATA%\Microsoft\WinGet\Packages
Portable Package Root              C:\Program Files\WinGet\Packages
Portable Package Root (x86)        C:\Program Files (x86)\WinGet\Packages
Installer Downloads                G:\Загрузки

Links
---------------------------------------------------------------------------
Privacy Statement   https://aka.ms/winget-privacy
License Agreement   https://aka.ms/winget-license
Third Party Notices https://aka.ms/winget-3rdPartyNotice
Homepage            https://aka.ms/winget
Windows Store Terms https://www.microsoft.com/en-us/storedocs/terms-of-sale

Admin Setting                             State
--------------------------------------------------
LocalManifestFiles                        Disabled
BypassCertificatePinningForMicrosoftStore Disabled
InstallerHashOverride                     Disabled
LocalArchiveMalwareScanOverride           Disabled
ProxyCommandLineOptions                   Disabled
DefaultProxy                              Disabled
similar-issues-ai[bot] commented 2 weeks ago

We've found some similar issues:

If any of the above are duplicates, please consider closing this issue out and adding additional context in the original issue.

Note: You can give me feedback by 👍 or 👎 this comment.