20 lines
No EOL
1,002 B
HTML
20 lines
No EOL
1,002 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title styles="color:white">Welcome to the .NET Core CLI installer.</title>
|
|
</head>
|
|
<body>
|
|
<font face="Helvetica">
|
|
<h3>
|
|
Microsoft .NET Core CLI
|
|
</h3>
|
|
<p>
|
|
.NET Core is a development platform that you can use to build command-line applications, microservices and modern websites. It is open source, cross-platform and is supported by Microsoft. We hope you enjoy using it! If you do, please consider joining the active community of developers that are contributing to the project on GitHub (https://github.com/dotnet/core). We happily accept issues and PRs.
|
|
</p>
|
|
<p>
|
|
This package contains all the tools you will need to start writing applications with .NET Core. It includes the several tools, including the C# compiler and the NuGet package manager, and a copy of .NET Core for both you and the tools to use.
|
|
</p>
|
|
</font>
|
|
</body>
|
|
</html> |