diff options
Diffstat (limited to 'development/dotnet-sdk-6.0/README')
-rw-r--r-- | development/dotnet-sdk-6.0/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/development/dotnet-sdk-6.0/README b/development/dotnet-sdk-6.0/README new file mode 100644 index 000000000000..6f2f65b8bd33 --- /dev/null +++ b/development/dotnet-sdk-6.0/README @@ -0,0 +1,9 @@ +.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. + +Note: Conflicts with dotnet-sdk-3.1 |