diff options
author | Reza Talebi <reza.talebi.73@outlook.com> | 2022-04-01 10:38:41 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-02 18:19:02 +0700 |
commit | 39ce7146b870cef957f01027b6edddf01a425a2a (patch) | |
tree | f1e7a55e568cd972e7ba24abc8a14d2f109a2f27 /development/dotnet-sdk-5.0/slack-desc | |
parent | 6ba217c8ea6a1da08cb9c0b7b0f9a70df6fae10c (diff) |
development/dotnet-sdk-5.0: Added (Development Framework).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/dotnet-sdk-5.0/slack-desc')
-rw-r--r-- | development/dotnet-sdk-5.0/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/development/dotnet-sdk-5.0/slack-desc b/development/dotnet-sdk-5.0/slack-desc new file mode 100644 index 0000000000000..32c8dbf7348b8 --- /dev/null +++ b/development/dotnet-sdk-5.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-sdk-5.0: dotnet-sdk-5.0 (Cross-platform development framework) +dotnet-sdk-5.0: +dotnet-sdk-5.0: .NET is an open-source, general-purpose development +dotnet-sdk-5.0: platform maintained by Microsoft and the .NET community on +dotnet-sdk-5.0: GitHub. It's cross-platform (supporting Windows, macOS, and Linux) +dotnet-sdk-5.0: and can be used to build device, cloud, and IoT applications. +dotnet-sdk-5.0: Please run 'dotnet new' after installing to initiate the program +dotnet-sdk-5.0: and load all of the templates. +dotnet-sdk-5.0: +dotnet-sdk-5.0: https://dotnet.microsoft.com/ +dotnet-sdk-5.0: |