diff options
author | Reza Talebi <reza.talebi.73@outlook.com> | 2022-04-01 10:32:51 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-02 18:19:02 +0700 |
commit | c7e8a4d54d548521194b563e99d86e69ddf6cf99 (patch) | |
tree | e53b6646ed8a816f8836841b6bec9df377e66710 /development/dotnet-runtime-6.0/slack-desc | |
parent | 4111fefe93faf85c67352d8fbd5153de1067c255 (diff) |
development/dotnet-runtime-6.0: Added (Runtime for .NET 6.0).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/dotnet-runtime-6.0/slack-desc')
-rw-r--r-- | development/dotnet-runtime-6.0/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/development/dotnet-runtime-6.0/slack-desc b/development/dotnet-runtime-6.0/slack-desc new file mode 100644 index 0000000000000..ebf96fe0d4e3f --- /dev/null +++ b/development/dotnet-runtime-6.0/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +dotnet-runtime-6.0: dotnet-runtime-6.0 (Runtime for .NET 6.0 applications) +dotnet-runtime-6.0: +dotnet-runtime-6.0: .NET Core is an open-source, general-purpose development platform +dotnet-runtime-6.0: maintained by Microsoft and the .NET community on GitHub. It's +dotnet-runtime-6.0: cross-platform (supporting Windows, macOS, and Linux) and can be used +dotnet-runtime-6.0: to build device, cloud, and IoT applications. This package contains +dotnet-runtime-6.0: everything you need to run a .NET 6.0 application. If you want to +dotnet-runtime-6.0: build apps, install dotnet-sdk-6.0, which contains this runtime too. +dotnet-runtime-6.0: +dotnet-runtime-6.0: https://dotnet.microsoft.com/ +dotnet-runtime-6.0: |