summaryrefslogtreecommitdiffstats
path: root/development/dotnet-sdk/README
diff options
context:
space:
mode:
author Reza Talebi2019-09-21 08:51:09 +0200
committer Willy Sudiarto Raharjo2019-09-21 08:51:09 +0200
commit04873ca20a3fc23af629aa6eb9f3d27fd7c02fb3 (patch)
tree60fb1f83ae85ea278883847429c23b9d0f35dfc9 /development/dotnet-sdk/README
parent533ed20ff36ed7c9acfb82617867e4cb9f7dce9d (diff)
downloadslackbuilds-04873ca20a3fc23af629aa6eb9f3d27fd7c02fb3.tar.gz
development/dotnet-sdk: Added (Cross-platform SDK).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/dotnet-sdk/README')
-rw-r--r--development/dotnet-sdk/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/development/dotnet-sdk/README b/development/dotnet-sdk/README
new file mode 100644
index 0000000000..5cb3bae000
--- /dev/null
+++ b/development/dotnet-sdk/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.
+
+Please run 'dotnet new' after installing to initiate the program
+and load all of the templates.