From 36d2bfaf8cde4f8df4df69f4b7a6493ae910f2d8 Mon Sep 17 00:00:00 2001 From: Easton Pillay Date: Sun, 8 Nov 2020 15:50:28 -0500 Subject: [PATCH] Added .NET Core Runtime version 3.1.9.29323. (#4670) --- .../Microsoft/dotnetruntime/3.1.9.29323.yaml | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 manifests/Microsoft/dotnetruntime/3.1.9.29323.yaml diff --git a/manifests/Microsoft/dotnetruntime/3.1.9.29323.yaml b/manifests/Microsoft/dotnetruntime/3.1.9.29323.yaml new file mode 100644 index 000000000..11dbca0fc --- /dev/null +++ b/manifests/Microsoft/dotnetruntime/3.1.9.29323.yaml @@ -0,0 +1,21 @@ +Id: Microsoft.dotnetRuntime +Version: 3.1.9.29323 +Name: .NET Core Runtime +Publisher: Microsoft Corporation +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/6a3a8a8b-4aaa-4d3f-bce6-b512f2ef5a2c/e6963fbe57cdd8258a9f0997cc3a6669/windowsdesktop-runtime-3.1.9-win-x64.exe + Sha256: 6570CDA29B1DBF3E9CA29C6A6600B0C28E86195916433C114A33953C821D87CE + InstallerType: exe + Scope: machine + Switches: + Silent: /quiet /norestart + SilentWithProgress: /passive + Custom: /install + ProductCode: "{FF2DDED4-D1D8-4B61-84D6-B63A3041115F}" \ No newline at end of file