diff options
author | Reza Talebi <reza.talebi.73@outlook.com> | 2019-09-21 13:51:09 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-09-21 13:51:09 +0700 |
commit | 04873ca20a3fc23af629aa6eb9f3d27fd7c02fb3 (patch) | |
tree | 60fb1f83ae85ea278883847429c23b9d0f35dfc9 /development/dotnet-sdk/README | |
parent | 533ed20ff36ed7c9acfb82617867e4cb9f7dce9d (diff) |
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/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/development/dotnet-sdk/README b/development/dotnet-sdk/README new file mode 100644 index 0000000000000..5cb3bae0003c1 --- /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. |