Devolutions / Devolutions/UniGetUI
[BUG] (Keep same version numbers for .NET runtimes)
- Dominant language
- C#
- Stars
- 26.1k
- Forks
- 924
- Avg merge
- 15h 52m
- Merged PRs (30d)
- 52
Description
### Please confirm these before moving forward
- [x] I have searched for my issue and have not found a work-in-progress/duplicate/resolved issue.
- [x] I have tested that this issue has not been fixed in the latest [(beta or stable) release](https://github.com/Devolutions/UniGetUI/releases/).
- [x] I have checked the [FAQ](https://github.com/Devolutions/UniGetUI#frequently-asked-questions) section for solutions.
- [x] This issue is about a bug (if it is not, please use the [correct template](https://github.com/Devolutions/UniGetUI/issues/new/choose)).
### UniGetUI Version
3.3.7
### Windows version, edition, and architecture
Windows 11, version 25H2
### Describe your issue
Today my Veeam Agent for Microsoft Windows Service suddenly stopped working, see [Knowlege base](https://www.veeam.com/kb1959). Reason after all was different versions for .NET runtimes:
```
C:\>dotnet --list-runtimes
Microsoft.AspNetCore.App 8.0.26 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
Microsoft.NETCore.App 6.0.36 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.NETCore.App 8.0.25 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.NETCore.App 9.0.15 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.WindowsDesktop.App 6.0.36 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]
Microsoft.WindowsDesktop.App 8.0.25 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]
```
UniGetUI had no current versions 8.0.26 for `Microsoft.NETCore.App` and `Microsoft.WindowsDesktop.App` available.
BUT - had previously updated `Microsoft.AspNetCore.App` to version 8.0.26. And this made Veeam fail - it needs all components having the same version.
So my request is to only update all three runtimes at the same time. Postponing individual updates until all three runtimes are available with the same version.
### Steps to reproduce the issue
_No response_
### UniGetUI Log
```text
no log necessary.
```
### Package Managers Logs
```text
no log necessary.
```
### Relevant information
_No response_
### Screenshots and videos
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.