development/dotnet-sdk-6.0: Added (Development framework).

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Reza Talebi 2022-04-01 12:40:11 +07:00 committed by Willy Sudiarto Raharjo
parent 3490e26188
commit cf9f62884f
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
4 changed files with 9 additions and 12 deletions

View File

@ -1,9 +1,7 @@
.NET Core is an open-source, general-purpose development platform .NET is an open-source, general-purpose development platform
maintained by Microsoft and the .NET community on GitHub. maintained by Microsoft and the .NET community on GitHub.
It's cross-platform (supporting Windows, macOS, and Linux) It's cross-platform (supporting Windows, macOS, and Linux)
and can be used to build device, cloud, and IoT applications. and can be used to build device, cloud, and IoT applications.
Please run 'dotnet new' after installing to initiate the program Please run 'dotnet new' after installing to initiate the program
and load all of the templates. and load all of the templates.
Note: Conflicts with dotnet-sdk-3.1

View File

@ -2,8 +2,7 @@
# Slackware build script for dotnet-sdk-6.0. # Slackware build script for dotnet-sdk-6.0.
# #
# Copyright 2019 Reza Talebi, Shahin Shahr, Iran. # Copyright 2021 Reza Talebi, Shahin Shahr, Iran.
# Adapted by Vasily Sora for dotnet-sdk-6.0 Copyright 2022
# All rights reserved. # All rights reserved.
# #
# Redistribution and use of this script, with or without modification, is # Redistribution and use of this script, with or without modification, is
@ -27,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=dotnet-sdk-6.0 PRGNAM=dotnet-sdk-6.0
SRCNAM=dotnet-sdk SRCNAM=dotnet-sdk
VERSION=${VERSION:-6.0.200} VERSION=${VERSION:-6.0.201}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz} PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,10 +1,10 @@
PRGNAM="dotnet-sdk-6.0" PRGNAM="dotnet-sdk-6.0"
VERSION="6.0.200" VERSION="6.0.201"
HOMEPAGE="https://dotnet.microsoft.com/" HOMEPAGE="https://dotnet.microsoft.com/"
DOWNLOAD="UNSUPPORTED" DOWNLOAD="UNSUPPORTED"
MD5SUM="" MD5SUM=""
DOWNLOAD_x86_64="https://download.visualstudio.microsoft.com/download/pr/807f9d72-4940-4b1a-aa4a-8dbb0f73f5d7/cb666c22a87bf9413f29615e0ba94500/dotnet-sdk-6.0.200-linux-x64.tar.gz" DOWNLOAD_x86_64="https://download.visualstudio.microsoft.com/download/pr/c505a449-9ecf-4352-8629-56216f521616/bd6807340faae05b61de340c8bf161e8/dotnet-sdk-6.0.201-linux-x64.tar.gz"
MD5SUM_x86_64="bd0d6472672d203d0482cc79981e34df" MD5SUM_x86_64="76e11dc14d3e6428dda6319cc153dc09"
REQUIRES="" REQUIRES=""
MAINTAINER="khronosschoty" MAINTAINER="Reza Talebi"
EMAIL="khronosschoty@posteo.org" EMAIL="reza.talebi.73@outlook.com"

View File

@ -8,7 +8,7 @@
|-----handy-ruler------------------------------------------------------| |-----handy-ruler------------------------------------------------------|
dotnet-sdk-6.0: dotnet-sdk-6.0 (Cross-platform development framework) dotnet-sdk-6.0: dotnet-sdk-6.0 (Cross-platform development framework)
dotnet-sdk-6.0: dotnet-sdk-6.0:
dotnet-sdk-6.0: .NET Core is an open-source, general-purpose development dotnet-sdk-6.0: .NET is an open-source, general-purpose development
dotnet-sdk-6.0: platform maintained by Microsoft and the .NET community on dotnet-sdk-6.0: platform maintained by Microsoft and the .NET community on
dotnet-sdk-6.0: GitHub. It's cross-platform (supporting Windows, macOS, and Linux) dotnet-sdk-6.0: GitHub. It's cross-platform (supporting Windows, macOS, and Linux)
dotnet-sdk-6.0: and can be used to build device, cloud, and IoT applications. dotnet-sdk-6.0: and can be used to build device, cloud, and IoT applications.