diff options
author | Reza Talebi <reza.talebi.73@outlook.com> | 2023-11-26 10:33:58 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-11-26 14:14:15 +0700 |
commit | 1399dabb6d02ca398fc3cb02ced316284b3c62d3 (patch) | |
tree | d0ff9c8a5392024d7f717b578711539e233e3f6e /development/dotnet-sdk-8.0/README | |
parent | 4c6aa5a7a1400c4e769186bb87460444a9736a78 (diff) |
development/dotnet-sdk-8.0: Added (.NET SDK 8.0).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/dotnet-sdk-8.0/README')
-rw-r--r-- | development/dotnet-sdk-8.0/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/development/dotnet-sdk-8.0/README b/development/dotnet-sdk-8.0/README new file mode 100644 index 0000000000000..d7bd923f31799 --- /dev/null +++ b/development/dotnet-sdk-8.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. |