summaryrefslogtreecommitdiffstats
path: root/development/dotnet-runtime-8.0/README
diff options
context:
space:
mode:
author Reza Talebi <reza.talebi.73@outlook.com>2023-11-26 10:33:41 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-11-26 14:13:17 +0700
commit4c6aa5a7a1400c4e769186bb87460444a9736a78 (patch)
tree8f4ff70079527438bd351c8ff58e0fd8b831aebe /development/dotnet-runtime-8.0/README
parent85bc7efdad48af13790c33d9e2d7e90813b1ce6a (diff)
downloadslackbuilds-4c6aa5a7a1400c4e769186bb87460444a9736a78.tar.gz
slackbuilds-4c6aa5a7a1400c4e769186bb87460444a9736a78.tar.xz
development/dotnet-runtime-8.0: Added (.NET Runtime 8.0).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/dotnet-runtime-8.0/README')
-rw-r--r--development/dotnet-runtime-8.0/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/development/dotnet-runtime-8.0/README b/development/dotnet-runtime-8.0/README
new file mode 100644
index 0000000000..791ac5e783
--- /dev/null
+++ b/development/dotnet-runtime-8.0/README
@@ -0,0 +1,8 @@
+.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.
+
+This package contains everything you need to run a .NET 8.0 application.
+If you want to build apps, install .NET 8.0 SDK (dotnet-sdk-8.0), which
+contains this runtime too.