From f55213da991eaf4574fc401048c41944a4b699ee Mon Sep 17 00:00:00 2001 From: Easton Pillay Date: Thu, 25 Feb 2021 11:00:54 -0600 Subject: [PATCH] Added .NET Core Desktop Runtime version 5.0.3.29723. (#7994) --- .../Microsoft/dotnetruntime/5.0.3.29723.yaml | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 manifests/Microsoft/dotnetruntime/5.0.3.29723.yaml diff --git a/manifests/Microsoft/dotnetruntime/5.0.3.29723.yaml b/manifests/Microsoft/dotnetruntime/5.0.3.29723.yaml new file mode 100644 index 000000000..7e72608c0 --- /dev/null +++ b/manifests/Microsoft/dotnetruntime/5.0.3.29723.yaml @@ -0,0 +1,21 @@ +Id: Microsoft.dotnetRuntime +Name: .NET Core Runtime +Version: 5.0.3.29723 +Publisher: Microsoft +License: Copyright (c) Microsoft Corporation. All rights reserved. +LicenseUrl: https://www.microsoft.com/en-us/legal/intellectualproperty/copyright/default +AppMoniker: dotNETruntime +Tags: .NET, .NET Core, dotnet, net, C#, csharp, F#, fsharp, VB, Visual Basic +Description: .NET Core Runtime is required to run an to run existing .NET Core application. +Homepage: https://dotnet.microsoft.com/download/dotnet-core/current/runtime +Installers: +- Arch: x64 + Url: https://download.visualstudio.microsoft.com/download/pr/c6541c87-42f2-4c5d-b6db-2df0dade5e00/13e89a5fec3ddb224cd93dd18b0761ff/windowsdesktop-runtime-5.0.3-win-x64.exe + Sha256: 11DE03C3F466C1392690FC4A975EDC295DA72200696405CA9A48D54F8AB43AA5 + InstallerType: exe + Scope: machine + Switches: + Silent: /quiet /norestart + SilentWithProgress: /passive + Custom: /install + ProductCode: "{b8de4514-1272-485a-8d6b-bcc63b828099}" \ No newline at end of file