From ae326f70bd43ca0ef442e5c592b1a4cd1a774d7d Mon Sep 17 00:00:00 2001 From: bobrokus <63786893+Bobrokus@users.noreply.github.com> Date: Sun, 30 Nov 2025 13:20:41 +0100 Subject: [PATCH] Add Microsoft .NET Core Desktop Runtime 10.0 LTS --- Essentials/dotnetcoredesktop10.yml | 21 +++++++++++++++++++++ index.yml | 3 +++ 2 files changed, 24 insertions(+) create mode 100644 Essentials/dotnetcoredesktop10.yml diff --git a/Essentials/dotnetcoredesktop10.yml b/Essentials/dotnetcoredesktop10.yml new file mode 100644 index 0000000..31fd719 --- /dev/null +++ b/Essentials/dotnetcoredesktop10.yml @@ -0,0 +1,21 @@ +Name: dotnetcoredesktop10 +Description: Microsoft .NET Core Desktop Runtime 10.0 LTS +Provider: Microsoft Corporation +License: MIT +License_url: https://github.com/dotnet/windowsdesktop/blob/main/LICENSE +Steps: + - action: install_exe + file_name: windowsdesktop-runtime-10.0.0-win-x86.exe + url: https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.0/windowsdesktop-runtime-10.0.0-win-x86.exe + file_checksum: 7ed04633cd160a59acac1cd33fa9a68f + file_size: 55699560 + arguments: /quiet + + - action: install_exe + file_name: windowsdesktop-runtime-10.0.0-win-x64.exe + url: https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.0/windowsdesktop-runtime-10.0.0-win-x64.exe + file_checksum: ea61cf98800dfb030f45eabfa5dcfdf4 + file_size: 60222728 + arguments: /quiet + for: + - win64 diff --git a/index.yml b/index.yml index b0b6d49..c01184a 100644 --- a/index.yml +++ b/index.yml @@ -102,6 +102,9 @@ dotnetcoredesktop8: dotnetcoredesktop9: Description: Microsoft .NET Core Desktop Runtime 9.0 Category: Essentials +dotnetcoredesktop10: + Description: Microsoft .NET Core Desktop Runtime 10.0 LTS + Category: Essentials # GENERIC # ------------------------------