diff options
author | Reza Talebi <reza.talebi.73@outlook.com> | 2022-04-01 10:31:39 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-02 18:19:01 +0700 |
commit | 4111fefe93faf85c67352d8fbd5153de1067c255 (patch) | |
tree | 7f4c55ae7c9b510ab57e074c398c24845f09a959 /development/dotnet-runtime-5.0/README | |
parent | e8c78f9612a02804a855c2904ef69fc2e4a92b37 (diff) |
development/dotnet-runtime-5.0: Added (Runtime for .NET 5.0).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/dotnet-runtime-5.0/README')
-rw-r--r-- | development/dotnet-runtime-5.0/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/development/dotnet-runtime-5.0/README b/development/dotnet-runtime-5.0/README new file mode 100644 index 000000000000..f1ce9df71e21 --- /dev/null +++ b/development/dotnet-runtime-5.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 5.0 application. +If you want to build apps, install .NET 5.0 SDK (dotnet-sdk-5.0), which +contains this runtime too. |