dotnet-installer/packaging/osx/resources/fr.lproj/welcome.html

22 lines
744 B
HTML
Raw Normal View History

2015-10-23 18:10:47 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title styles="color:white">Welcome to the DotNet CLI installer.</title>
2015-10-23 18:10:47 +00:00
</head>
<body>
<font face="Helvetica">
<h3>
.NET Core & command line toolchain
</h3>
<p>
.NET Core is a cross-platform implementation of .NET Framework, a modern, modular platform for building diverse kinds of applications, from command-line applications to microservices and modern websites.
</p>
<p>
This package contains the tools you will need to start writing applications for .NET Core. It includes compilers, package managers and other utilities that developers need.
</p>
</font>
2015-10-23 18:10:47 +00:00
</body>
</html>