summaryrefslogtreecommitdiffstats
path: root/libraries/aspnetcore-runtime/README
diff options
context:
space:
mode:
author Reza Talebi <reza.talebi.73@outlook.com>2019-10-05 06:38:31 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2019-10-05 06:38:31 +0700
commit9806cc87f246985e3547d4e4cb90e8898d7c3083 (patch)
treef080fdd32b25023453c638078cbd8e1226a09076 /libraries/aspnetcore-runtime/README
parent50782b80234203eb2243b75ea36115a29c9bd5e3 (diff)
downloadslackbuilds-9806cc87f246985e3547d4e4cb90e8898d7c3083.tar.gz
slackbuilds-9806cc87f246985e3547d4e4cb90e8898d7c3083.tar.xz
libraries/aspnetcore-runtime: Added (Runtime for ASP.NET apps).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/aspnetcore-runtime/README')
-rw-r--r--libraries/aspnetcore-runtime/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/libraries/aspnetcore-runtime/README b/libraries/aspnetcore-runtime/README
new file mode 100644
index 0000000000..ddde4dad30
--- /dev/null
+++ b/libraries/aspnetcore-runtime/README
@@ -0,0 +1,8 @@
+.NET Core is an open-source, general-purpose development platform
+maintained by Microsoft and the .NET community on GitHub.
+It's cross-platform (supporting Windows, macOS, and Linux)
+and can be used to build device, cloud, and IoT applications.
+
+This package contains everything you need to run a ASP.NET application.
+It includes ASP.NET Core runtime and .NET Core runtime.
+If you want to build apps, install .NET Core SDK (dotnet-sdk), which contais these runtimes too.