From 546ff9bbaa65cb91254ed5a0dfad53ea810fcc72 Mon Sep 17 00:00:00 2001 From: commiterate <111539270+commiterate@users.noreply.github.com> Date: Sat, 9 Nov 2024 16:29:06 -0500 Subject: [PATCH] =?UTF-8?q?Update=20.NET=20Core=20Desktop=20Runtime=208.0.?= =?UTF-8?q?4=20=E2=86=92=208.0.11.=20Add=20.NET=20Core=20Desktop=20Runtime?= =?UTF-8?q?=209.0.0=20+=20.NET=20Framework=204.8.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Essentials/dotnet481.yml | 24 ++++++++++++++++++++++ Essentials/dotnetcoredesktop8.yml | 33 ++++++++++++++----------------- Essentials/dotnetcoredesktop9.yml | 21 ++++++++++++++++++++ index.yml | 6 ++++++ 4 files changed, 66 insertions(+), 18 deletions(-) create mode 100644 Essentials/dotnet481.yml create mode 100644 Essentials/dotnetcoredesktop9.yml diff --git a/Essentials/dotnet481.yml b/Essentials/dotnet481.yml new file mode 100644 index 0000000..0507770 --- /dev/null +++ b/Essentials/dotnet481.yml @@ -0,0 +1,24 @@ +Name: dotnet481 +Description: Microsoft .NET Framework 4.8.1 +Provider: Microsoft +License: Microsoft EULA +License_url: https://www.microsoft.com/web/webpi/eula/net_library_eula_enu.htm +Conflicts: + - mono +Steps: + - action: uninstall + file_name: Wine Mono + + - action: install_exe + environment: + WINEDLLOVERRIDES: fusion=b + file_name: NDP481-x86-x64-AllOS-ENU.exe + url: https://download.microsoft.com/download/4/b/2/cd00d4ed-ebdd-49ee-8a33-eabc3d1030e3/NDP481-x86-x64-AllOS-ENU.exe + rename: dotnet481.exe + file_checksum: ead82f7ab00fc5847c4d7c292f424267 + file_size: 77688504 + arguments: /q /norestart + + - action: override_dll + dll: mscoree + type: native diff --git a/Essentials/dotnetcoredesktop8.yml b/Essentials/dotnetcoredesktop8.yml index 624de7c..6ec1eb1 100644 --- a/Essentials/dotnetcoredesktop8.yml +++ b/Essentials/dotnetcoredesktop8.yml @@ -3,22 +3,19 @@ Description: Microsoft .NET Core Desktop Runtime 8.0 LTS Provider: Microsoft License: Microsoft EULA License_url: https://www.microsoft.com/web/webpi/eula/net_library_eula_enu.htm -Dependencies: [] Steps: -- action: install_exe - file_name: windowsdesktop-runtime-8.0.4-win-x86.exe - url: https://download.visualstudio.microsoft.com/download/pr/1fbf5c5f-9770-402d-8971-83da662d8cf9/4e37b3c24bcb6004875b9f8b08024303/windowsdesktop-runtime-8.0.4-win-x86.exe - rename: windowsdesktop-runtime-8.0.4-win-x86.exe - file_checksum: 462d5e365c384e08539d075d6176b0e5 - file_size: 53554592 - arguments: /quiet - -- action: install_exe - file_name: windowsdesktop-runtime-8.0.4-win-x64.exe - url: https://download.visualstudio.microsoft.com/download/pr/c1d08a81-6e65-4065-b606-ed1127a954d3/14fe55b8a73ebba2b05432b162ab3aa8/windowsdesktop-runtime-8.0.4-win-x64.exe - rename: windowsdesktop-runtime-8.0.4-win-x64.exe - file_checksum: 4ed51a4f5c761cf37a8841ebb40c5191 - file_size: 58449920 - arguments: /quiet - for: - - win64 + - action: install_exe + file_name: windowsdesktop-runtime-8.0.11-win-x86.exe + url: https://download.visualstudio.microsoft.com/download/pr/6e1f5faf-ee7d-4db0-9111-9e270a458342/4cdcd1af2d6914134308630f048fbdfc/windowsdesktop-runtime-8.0.11-win-x86.exe + file_checksum: 46d1152c101923309faaae1ba1c5b0f6 + file_size: 53664704 + arguments: /quiet + + - action: install_exe + file_name: windowsdesktop-runtime-8.0.11-win-x64.exe + url: https://download.visualstudio.microsoft.com/download/pr/27bcdd70-ce64-4049-ba24-2b14f9267729/d4a435e55182ce5424a7204c2cf2b3ea/windowsdesktop-runtime-8.0.11-win-x64.exe + file_checksum: fba1071515dcdf3c4d27d1eb0a7b4769 + file_size: 58495680 + arguments: /quiet + for: + - win64 diff --git a/Essentials/dotnetcoredesktop9.yml b/Essentials/dotnetcoredesktop9.yml new file mode 100644 index 0000000..5a3ff63 --- /dev/null +++ b/Essentials/dotnetcoredesktop9.yml @@ -0,0 +1,21 @@ +Name: dotnetcoredesktop9 +Description: Microsoft .NET Core Desktop Runtime 9.0 LTS +Provider: Microsoft +License: Microsoft EULA +License_url: https://www.microsoft.com/web/webpi/eula/net_library_eula_enu.htm +Steps: + - action: install_exe + file_name: windowsdesktop-runtime-9.0.0-win-x86.exe + url: https://download.visualstudio.microsoft.com/download/pr/8dfbde7b-c316-418d-934a-d3246253f342/69c6a35b77a4f01b95588e1df2bddf9a/windowsdesktop-runtime-9.0.0-win-x86.exe + file_checksum: b6eb2ed61ba50ec4075591fff22176f3 + file_size: 55471288 + arguments: /quiet + + - action: install_exe + file_name: windowsdesktop-runtime-9.0.0-win-x64.exe + url: https://download.visualstudio.microsoft.com/download/pr/685792b6-4827-4dca-a971-bce5d7905170/1bf61b02151bc56e763dc711e45f0e1e/windowsdesktop-runtime-9.0.0-win-x64.exe + file_checksum: 43fa2c5ac20c7fb26d06e7fb786cd880 + file_size: 60752776 + arguments: /quiet + for: + - win64 diff --git a/index.yml b/index.yml index 89c5a4e..361d246 100644 --- a/index.yml +++ b/index.yml @@ -81,6 +81,9 @@ dotnet472: dotnet48: Description: Microsoft .NET Framework 4.8 Category: Essentials +dotnet481: + Description: Microsoft .NET Framework 4.8.1 + Category: Essentials dotnetcore3: Description: Microsoft .NET Core Runtime 3.1 LTS Category: Essentials @@ -96,6 +99,9 @@ dotnetcoredesktop7: dotnetcoredesktop8: Description: Microsoft .NET Core Desktop Runtime 8.0 LTS Category: Essentials +dotnetcoredesktop9: + Description: Microsoft .NET Core Desktop Runtime 9.0 LTS + Category: Essentials # GENERIC # ------------------------------ sqlite3: