Skip to content

Commit

Permalink
Merge pull request #33882 from dotnet/50yaml
Browse files Browse the repository at this point in the history
5.0 yamls and  edits for 3.1.200
  • Loading branch information
vivmishra committed Mar 21, 2020
2 parents b035137 + c8e2ce1 commit 1725f0e
Show file tree
Hide file tree
Showing 3 changed files with 82 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
name: dotnet-runtime-50
base: core18
version: 5.0.0-preview.1.20124.5
summary: Cross-Platform .NET Core Runtime.
description: |
.NET Core runtimes and libraries which are optimized for running .NET Core apps in production. See https://dot.net/core.
.NET Core is a general purpose development platform maintained by Microsoft.
grade: stable
confinement: strict

apps:
dotnet:
command: dotnet
plugs:
- network
- network-bind
- removable-media
- home

slots:
dotnet-runtime:
content: dotnet-runtime-50
interface: content
read: [/]

parts:
dotnet-runtime:
plugin: dump
source: https://download.visualstudio.microsoft.com/download/pr/c88ef7f1-c62a-4ef6-810e-87f5d6152217/96c52963aa875fbcd9131f42075ff5c9/aspnetcore-runtime-5.0.0-preview.1.20124.5-linux-x64.tar.gz
source-checksum: sha512/4ec2c9e8ed5e8ddaa52ed291c263412b754691ae2b95362ddc6fa75cfe087dbe59c7e4f65f21b0f096bc93967d04f4ea612a0c42c8a124ef4583d0de8daac01c
stage-packages:
- libicu60
- libssl1.0.0
- libcurl3
- libgssapi-krb5-2
- liblttng-ust0
- libstdc++6
- zlib1g
- libgcc1
- libtinfo5
- libdb5.3
- libc6
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: dotnet-sdk
version: 3.1.101
version: 3.1.200
summary: Cross-Platform .NET Core SDK
description: |
.NET Core SDK. https://dot.net/core.
Expand All @@ -16,8 +16,8 @@ base: core18
parts:
dotnet-sdk:
plugin: dump
source: https://download.visualstudio.microsoft.com/download/pr/c4b503d6-2f41-4908-b634-270a0a1dcfca/c5a20e42868a48a2cd1ae27cf038044c/dotnet-sdk-3.1.101-linux-x64.tar.gz
source-checksum: sha512/eeee75323be762c329176d5856ec2ecfd16f06607965614df006730ed648a5b5d12ac7fd1942fe37cfc97e3013e796ef278e7c7bc4f32b8680585c4884a8a6a1
source: https://download.visualstudio.microsoft.com/download/pr/daec2daf-b458-4ae1-9046-b8ba09b5fb49/733e2d73b41640d6e6bdf1cc6b9ef03b/dotnet-sdk-3.1.200-linux-x64.tar.gz
source-checksum: sha512/5b9398c7bfe7f67cd9f38fdd4e6e429e1b6aaac0fe04672be0f8dca26580fb46906fd1d2deea6a7d3fb07d77e898f067d3ac1805fe077dc7c1adf9515c9bc9a9
stage-packages:
- libicu60
- libssl1.0.0
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
name: dotnet-sdk
version: 5.0.100-preview.1.20155.7
summary: Cross-Platform .NET Core SDK
description: |
.NET Core SDK. https://dot.net/core.
grade: stable
confinement: classic

apps:
dotnet:
command: dotnet

base: core18

parts:
dotnet-sdk:
plugin: dump
source: https://download.visualstudio.microsoft.com/download/pr/5b2263be-2e9c-48f4-8bcb-46018b512dd3/664228f47b82f6c530b168c940a9dfa5/dotnet-sdk-5.0.100-preview.1.20155.7-linux-x64.tar.gz
source-checksum: sha512/e768641ef12604400edf4ba25bd7ea7a2e64c69fa447661b478ceff89f3c77c07ec69f3aa05b966400e88caae4f548a7bfc5a0747f511b5a10e88dd616f73b21
stage-packages:
- libicu60
- libssl1.0.0
- libcurl3
- libgssapi-krb5-2
- libstdc++6
- zlib1g
- libgcc1
- libtinfo5
- liblttng-ust0
- liburcu6

runtime-wrapper:
plugin: dump
source: .

0 comments on commit 1725f0e

Please sign in to comment.