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 # ------------------------------