You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PS C:\Users\Marco> winget list |Select-String"Microsoft.DotNet.DesktopRuntime"
PS C:\Users\Marco> winget install --exact --id Microsoft.DotNet.DesktopRuntime.8
Found Microsoft .NET Windows Desktop Runtime 8.0 [Microsoft.DotNet.DesktopRuntime.8] Version 8.0.0
This application is licensed to you by its owner.
Microsoft is not responsible for, nor does it grant any licenses to, third-party packages.
Downloading https://dotnetcli.azureedge.net/dotnet/WindowsDesktop/8.0.0/windowsdesktop-runtime-8.0.0-win-x64.exe
██████████████████████████████ 55.4 MB /55.4 MB
Successfully verified installer hash
Starting package install...
Successfully installed
PS C:\Users\Marco> winget list |Select-String"Microsoft.DotNet.DesktopRuntime"
Microsoft Windows Desktop Runtime -8.0 Microsoft.DotNet.DesktopRuntime.88.0.0 winget
PS C:\Users\Marco> winget uninstall --exact --id Microsoft.DotNet.DesktopRuntime.6
Found Microsoft .NET Windows Desktop Runtime 6.0 [Microsoft.DotNet.DesktopRuntime.6]
Starting package uninstall...
Successfully uninstalled
PS C:\Users\Marco> winget list |Select-String"Microsoft.DotNet.DesktopRuntime"
PS C:\Users\Marco>
Expected behavior
WinGet should not uninstall packages for which uninstallation has not been requested.
Environment
Windows Package Manager v1.6.3482
Copyright (c) Microsoft Corporation. All rights reserved.
Windows: Windows.Desktop v10.0.19045.3803
System Architecture: X64
Package: Microsoft.DesktopAppInstaller v1.21.3482.0
Screenshots and Logs
No response
The text was updated successfully, but these errors were encountered:
Category of the issue
Other
Brief description of your issue
When trying to uninstall
Microsoft.DotNet.DesktopRuntime.6
,Microsoft.DotNet.DesktopRuntime.8
is uninstalled.Steps to reproduce
Actual behavior
Expected behavior
WinGet should not uninstall packages for which uninstallation has not been requested.
Environment
Screenshots and Logs
No response
The text was updated successfully, but these errors were encountered: