From a99bda8ef2d19b4990f253d3eba349df41dc86db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B0=AD=E6=BA=90?= <40438607+Reset12138@users.noreply.github.com> Date: Sun, 14 Jun 2020 03:59:46 +0800 Subject: [PATCH] Add .netframework 4.8 (#544) * add .netframework 4.8 * fix --- manifests/Microsoft/dotNetFramework/4.8.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 manifests/Microsoft/dotNetFramework/4.8.yaml diff --git a/manifests/Microsoft/dotNetFramework/4.8.yaml b/manifests/Microsoft/dotNetFramework/4.8.yaml new file mode 100644 index 000000000..d44ed1031 --- /dev/null +++ b/manifests/Microsoft/dotNetFramework/4.8.yaml @@ -0,0 +1,19 @@ +Id: Microsoft.dotNetFramework +Version: 4.8 +Name: .Net Framework +Publisher: Microsoft +License: Copyright (c) Microsoft Corporation +AppMoniker: .NetFW +Tags: .Net, dot Net, dotNet, .NetFramework, .NetFW, Framework +Description: .NET Framework is a technology that supports building and running Windows apps and web services. .NET Framework is designed to fulfill the following objectives. +Homepage: https://dotnet.microsoft.com/download/dotnet-framework +Installers: + - Arch: x86 + Url: https://download.visualstudio.microsoft.com/download/pr/014120d7-d689-4305-befd-3cb711108212/1f81f3962f75eff5d83a60abd3a3ec7b/ndp48-web.exe + Sha256: B9821F28FACFD6B11FFBF3703FF3F218CC3C31B85D6503D5C20570751FF08876 + InstallerType: exe + Language: en-US + Switches: + Silent: "/install /quiet /norestart" + SilentWithProgress: "/install /passive /norestart" + \ No newline at end of file