dotnet-installer/packaging/osx/clisdk/resources/ko.lproj/welcome.html

28 lines
1.2 KiB
HTML
Raw Normal View History

2016-03-24 00:59:59 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
</head>
<body>
<br>
<div align="left" style="font-family: Helvetica;padding-left:10px">
<h2>.NET Core SDK</h2>
<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 supported by Microsoft. We hope you enjoy it!</p>
</div>
<div align="left" style="font-family: Helvetica">
<h2 style="padding-left:10px">Learn more about .NET Core</h2>
<ul>
<li><a href="https://aka.ms/dotnet-docs">Core Documentation</a></li>
<li><a href="https://aka.ms/dotnet-cli-docs">SDK Documentation</a></li>
<li><a href="https://aka.ms/dev-privacy">Privacy Statement</a></li>
<li><a href="https://aka.ms/dotnet-license">MIT License</a></li>
</ul>
</div>
<br>
<div align="left" style="font-family: Helvetica;padding-left:10px">
<h2>Installation note</h2>
<p>A command will be run during the install process that will improve project restore speed and enable offline access. It will take up to a minute to complete.</p>
</div>
2016-03-24 00:59:59 +00:00
</body>
</html>