Closed trystero11 closed 4 months ago
.NET runtimes installed, reported with dotnet --info
:
.NET runtimes installed:
Microsoft.AspNetCore.App 3.1.32 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
Microsoft.NETCore.App 3.1.22 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.NETCore.App 3.1.32 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.NETCore.App 5.0.13 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.NETCore.App 6.0.31 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.NETCore.App 7.0.20 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.NETCore.App 8.0.6 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.WindowsDesktop.App 3.1.22 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]
Microsoft.WindowsDesktop.App 3.1.32 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]
Microsoft.WindowsDesktop.App 5.0.13 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]
Microsoft.WindowsDesktop.App 6.0.31 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]
Microsoft.WindowsDesktop.App 7.0.20 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]
Microsoft.WindowsDesktop.App 8.0.6 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]
Aha. I only had .NET SDK 3.1 installed, as reported with dotnet --list-sdks
:
3.1.426 [C:\Program Files\dotnet\sdk]
I uninstalled this version and installed the latest .NET SDK version from https://dotnet.microsoft.com/en-us/download. dotnet --list-sdks
now reports:
8.0.302 [C:\Program Files\dotnet\sdk]
With this version, I manually ran dotnet tool install --global dotnet-tools-outdated
(as recommended here), and it ran successfully. And now I no longer see the "Missing dependency" dialogue box when I start UniGetUI.
Please confirm these before moving forward
UniGetUI Version
3.1.0 beta 2
Windows version, edition and architecture
Windows 10 Pro 10.0.19045.4598 x64
Describe your issue
Every time I start UniGetUI, I'm presented with the "Missing dependency" dialogue box for .NET Tools Outdated.
I select Install .NET Tools Outdated, then Restart UniGetUI, and when the program restarts, I get the dialogue box again.
This wasn't happening when I ran UniGetUI 3.1.0 beta 1, so it seems to be a new behavior in 3.1.0 beta 2.
Steps to reproduce the issue
Start UniGetUI 3.1.0 beta 2.
UniGetUI Log
Package Managers Logs
Relevant information
No response
Screenshots and videos
No response