4cf1564639
* Move dotnet-sdk snaps from dotnet/runtime Dotnet/runtime was the home of the snap files for both dotnet-runtime dotnet dotnet-sdk snap files. Moving the dotnet-sdk snap files into dotnet/installer next to the installers. * Create CODEOWNERS
40 lines
969 B
YAML
Executable file
40 lines
969 B
YAML
Executable file
name: dotnet-sdk
|
|
version: 5.0.100-preview.2.20176.6
|
|
summary: Cross-Platform .NET Core SDK
|
|
description: |
|
|
.NET Core SDK. https://dot.net/core.
|
|
|
|
grade: stable
|
|
confinement: classic
|
|
|
|
apps:
|
|
dotnet:
|
|
command: dotnet
|
|
|
|
architectures:
|
|
- build-on: [amd64]
|
|
run-on: [arm64]
|
|
|
|
base: core18
|
|
|
|
parts:
|
|
dotnet-sdk:
|
|
plugin: dump
|
|
source: https://download.visualstudio.microsoft.com/download/pr/f87574ee-c128-4e91-b436-68c99d801daf/b296bea9d987a4edaa71df47cd2e7aca/dotnet-sdk-5.0.100-preview.2.20176.6-linux-arm64.tar.gz
|
|
source-checksum: sha512/53cbf213e2e97b909b256d931f061178f26e5647424f144266d4af2e12d6443ef7398207a8f4e6f220c61db9ce49de3dc09d88417288a6a61d9b05e1def6b279
|
|
stage-packages:
|
|
- libicu60
|
|
- libssl1.0.0
|
|
- libcurl3
|
|
- libgssapi-krb5-2
|
|
- libstdc++6
|
|
- zlib1g
|
|
- libgcc1
|
|
- libtinfo5
|
|
- liblttng-ust0
|
|
- liburcu6
|
|
|
|
runtime-wrapper:
|
|
plugin: dump
|
|
source: .
|
|
|