From f08a3b4966739e57c7def75c28b852f0cd9bfe73 Mon Sep 17 00:00:00 2001 From: Matt Sheehan Date: Tue, 21 Jul 2020 20:08:22 -0400 Subject: [PATCH] update Microsoft.dotnet to 3.1.302 (#2562) Co-authored-by: Matt Sheehan --- manifests/Microsoft/dotnet/3.1.302.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 manifests/Microsoft/dotnet/3.1.302.yaml diff --git a/manifests/Microsoft/dotnet/3.1.302.yaml b/manifests/Microsoft/dotnet/3.1.302.yaml new file mode 100644 index 000000000..c467ea1cb --- /dev/null +++ b/manifests/Microsoft/dotnet/3.1.302.yaml @@ -0,0 +1,22 @@ +Id: Microsoft.dotnet +Publisher: Microsoft +Name: .NET Core +AppMoniker: dotnet +Version: 3.1.302 +License: MIT +LicenseUrl: https://github.com/dotnet/core/blob/master/LICENSE.TXT +MinOSVersion: 6.1.7601 +Description: .NET Core is an open-source, general-purpose development platform. You can create .NET Core apps for Windows, macOS, and Linux for x64, x86, ARM32, and ARM64 processors using multiple programming languages. Frameworks and APIs are provided for cloud, IoT, client UI, and machine learning. +Homepage: https://docs.microsoft.com/dotnet/core/ +Tags: .NET, .NET Core, dotnet, net, C#, csharp, F#, fsharp, VB, Visual Basic +Commands: dotnet +InstallerType: exe +Installers: + - Arch: x64 + Url: https://download.visualstudio.microsoft.com/download/pr/56b00a71-686f-4f27-9ad1-9b30308688ed/1fa023326e475813783a240532c9f2c8/dotnet-sdk-3.1.302-win-x64.exe + Sha256: 71DF9E624F102A055668CAA178F088CA9B5907D77C44C5BB05D7CA74F71595E1 + Switches: + Custom: /install + Silent: /quiet + SilentWithProgress: /passive +# ManifestVersion: 0.1.0 \ No newline at end of file