diff options
author | Reza Talebi <reza.talebi.73@outlook.com> | 2019-10-05 06:32:47 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-10-05 06:32:47 +0700 |
commit | 3c19d3d2b9616f769ddf9235a84e29adda3082e7 (patch) | |
tree | dd44ab486d3e4b765626ff00a684819b377057ee /development/dotnet-runtime/slack-desc | |
parent | 18bd7e9ef63a61332f4838b71783a79f042d5d67 (diff) |
development/dotnet-runtime: Added (Runtime for .NET Core apps).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/dotnet-runtime/slack-desc')
-rw-r--r-- | development/dotnet-runtime/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/development/dotnet-runtime/slack-desc b/development/dotnet-runtime/slack-desc new file mode 100644 index 0000000000000..eabecf64297cc --- /dev/null +++ b/development/dotnet-runtime/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: dotnet-runtime (Runtime for .NET Core applications) +dotnet-runtime: +dotnet-runtime: .NET Core is an open-source, general-purpose development platform +dotnet-runtime: maintained by Microsoft and the .NET community on GitHub. It's +dotnet-runtime: cross-platform (supporting Windows, macOS, and Linux) and can be used +dotnet-runtime: to build device, cloud, and IoT applications. This package contains +dotnet-runtime: everything you need to run a .NET application. If you want to build +dotnet-runtime: apps, install dotnet-sdk, which contains this runtime too. +dotnet-runtime: +dotnet-runtime: https://dotnet.microsoft.com/ +dotnet-runtime: |