aboutsummaryrefslogtreecommitdiff
path: root/development/dotnet-runtime/README
diff options
context:
space:
mode:
authorReza Talebi <reza.talebi.73@outlook.com>2019-10-05 06:32:47 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2019-10-05 06:32:47 +0700
commit3c19d3d2b9616f769ddf9235a84e29adda3082e7 (patch)
treedd44ab486d3e4b765626ff00a684819b377057ee /development/dotnet-runtime/README
parent18bd7e9ef63a61332f4838b71783a79f042d5d67 (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/README')
-rw-r--r--development/dotnet-runtime/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/development/dotnet-runtime/README b/development/dotnet-runtime/README
new file mode 100644
index 0000000000..867bb5c20e
--- /dev/null
+++ b/development/dotnet-runtime/README
@@ -0,0 +1,7 @@
+.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 .NET application.
+If you want to build apps, install .NET Core SDK (dotnet-sdk), which contais this runtime too.