summaryrefslogtreecommitdiffstats
path: root/development/dotnet-sdk-7.0/README
diff options
context:
space:
mode:
author Reza Talebi2022-12-30 22:32:03 +0100
committer Willy Sudiarto Raharjo2022-12-31 03:14:43 +0100
commit6bcf293ec65259f59ca1dea287116bd8158a1929 (patch)
tree604ed1bed96e4b328d4f5160c4bcd73a5e96bf3f /development/dotnet-sdk-7.0/README
parent5b14c467c3ba0337bc5c53e9e88ed5532d5390b5 (diff)
downloadslackbuilds-6bcf293ec65259f59ca1dea287116bd8158a1929.tar.gz
development/dotnet-sdk-7.0: Added (Cross-platform dev framework)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/dotnet-sdk-7.0/README')
-rw-r--r--development/dotnet-sdk-7.0/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/development/dotnet-sdk-7.0/README b/development/dotnet-sdk-7.0/README
new file mode 100644
index 0000000000..d7bd923f31
--- /dev/null
+++ b/development/dotnet-sdk-7.0/README
@@ -0,0 +1,7 @@
+.NET 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.