Enable the loc build for installer (#15334)
This commit is contained in:
commit
534ad63614
29 changed files with 254 additions and 224 deletions
30
eng/localization.yml
Normal file
30
eng/localization.yml
Normal file
|
@ -0,0 +1,30 @@
|
|||
#
|
||||
# See https://learn.microsoft.com/en-us/azure/devops/pipelines/yaml-schema for details on this file.
|
||||
#
|
||||
|
||||
schedules:
|
||||
# Cron timezone is UTC.
|
||||
- cron: "0 18 * * *"
|
||||
displayName: Run tests daily at 6 PM UTC (11 AM PT)
|
||||
branches:
|
||||
include:
|
||||
- main
|
||||
always: true
|
||||
|
||||
# Do not run in PR builds nor support other triggers.
|
||||
pr: none
|
||||
trigger: none
|
||||
|
||||
variables:
|
||||
- name: _TeamName
|
||||
value: SDK
|
||||
|
||||
jobs:
|
||||
- ${{ if and(ne(variables['System.TeamProject'], 'public'), or(eq(variables['Build.SourceBranch'], 'refs/heads/main'), eq(variables['Build.Reason'], 'Manual'))) }}:
|
||||
- template: /eng/common/templates/job/onelocbuild.yml
|
||||
parameters:
|
||||
CreatePr: ${{ ne(variables['Build.Reason'], 'Manual') }}
|
||||
LclPackageId: 'LCL-JUNO-PROD-DOTNETINSTALLER'
|
||||
LclSource: lclFilesFromPackage
|
||||
MirrorBranch: main
|
||||
MirrorRepo: installer
|
|
@ -5,7 +5,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<div align="left" style="font-family: Helvetica;padding-left:10px">
|
||||
<p>The following was installed</h2>
|
||||
<p id="installlist">The following was installed</h2>
|
||||
<ul>
|
||||
<li>.NET SDK {DOTNETSDKVERSION}</li>
|
||||
<li>.NET Runtime {DOTNETRUNTIMEVERSION}</li>
|
||||
|
@ -14,19 +14,19 @@
|
|||
</div>
|
||||
<br>
|
||||
<div align="left" style="font-family: Helvetica;padding-left:10px">
|
||||
<p>This product collects usage data</h2>
|
||||
<p id="usagedata">This product collects usage data</h2>
|
||||
<ul>
|
||||
<li><a href="https://aka.ms/dotnet-cli-telemetry">More information and opt-out</a></li>
|
||||
<li><a id="moreinformation" href="https://aka.ms/dotnet-cli-telemetry">More information and opt-out</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<br>
|
||||
<div align="left" style="font-family: Helvetica">
|
||||
<h2 style="padding-left:10px"> Resources </h2>
|
||||
<h2 id="resources" style="padding-left:10px"> Resources </h2>
|
||||
<ul>
|
||||
<li><a href="https://aka.ms/dotnet-docs">.NET Documentation</a></li>
|
||||
<li><a href="https://aka.ms/dotnet-cli-docs">SDK Documentation</a></li>
|
||||
<li><a href="https://aka.ms/dotnet7-release-notes">Release Notes</a></li>
|
||||
<li><a href="https://aka.ms/dotnet-tutorials">Tutorials</a></li>
|
||||
<li><a id="dotnetdocumentation" href="https://aka.ms/dotnet-docs">.NET Documentation</a></li>
|
||||
<li><a id="sdkdocumentation" href="https://aka.ms/dotnet-cli-docs">SDK Documentation</a></li>
|
||||
<li><a id="releasenotes" href="https://aka.ms/dotnet7-release-notes">Release Notes</a></li>
|
||||
<li><a id="tutorials" href="https://aka.ms/dotnet-tutorials">Tutorials</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -7,21 +7,21 @@
|
|||
<br>
|
||||
<div align="left" style="font-family: Helvetica;padding-left:10px">
|
||||
<h2>.NET SDK</h2>
|
||||
<p>.NET 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>
|
||||
<p id="title">.NET 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</h2>
|
||||
<h2 id="learnmore" style="padding-left:10px">Learn more about .NET</h2>
|
||||
<ul>
|
||||
<li><a href="https://aka.ms/dotnet-docs">.NET 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>
|
||||
<li><a id="dotnetdocumentation" href="https://aka.ms/dotnet-docs">.NET Documentation</a></li>
|
||||
<li><a id="sdkdocumentation" href="https://aka.ms/dotnet-cli-docs">SDK Documentation</a></li>
|
||||
<li><a id="privacystatement" href="https://aka.ms/dev-privacy">Privacy Statement</a></li>
|
||||
<li><a id="license" 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>
|
||||
<h2 id="notetitle">Installation note</h2>
|
||||
<p id="notetext">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>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<div align="left" style="font-family: Helvetica;padding-left:10px">
|
||||
<p>The following was installed</h2>
|
||||
<p id="installlist">The following was installed</h2>
|
||||
<ul>
|
||||
<li>.NET SDK {DOTNETSDKVERSION}</li>
|
||||
<li>.NET Runtime {DOTNETRUNTIMEVERSION}</li>
|
||||
|
@ -14,19 +14,19 @@
|
|||
</div>
|
||||
<br>
|
||||
<div align="left" style="font-family: Helvetica;padding-left:10px">
|
||||
<p>This product collects usage data</h2>
|
||||
<p id="usagedata">This product collects usage data</h2>
|
||||
<ul>
|
||||
<li><a href="https://aka.ms/dotnet-cli-telemetry">More information and opt-out</a></li>
|
||||
<li><a id="moreinformation" href="https://aka.ms/dotnet-cli-telemetry">More information and opt-out</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<br>
|
||||
<div align="left" style="font-family: Helvetica">
|
||||
<h2 style="padding-left:10px"> Resources </h2>
|
||||
<h2 id="resources" style="padding-left:10px"> Resources </h2>
|
||||
<ul>
|
||||
<li><a href="https://aka.ms/dotnet-docs">.NET Documentation</a></li>
|
||||
<li><a href="https://aka.ms/dotnet-cli-docs">SDK Documentation</a></li>
|
||||
<li><a href="https://aka.ms/dotnet7-release-notes">Release Notes</a></li>
|
||||
<li><a href="https://aka.ms/dotnet-tutorials">Tutorials</a></li>
|
||||
<li><a id="dotnetdocumentation" href="https://aka.ms/dotnet-docs">.NET Documentation</a></li>
|
||||
<li><a id="sdkdocumentation" href="https://aka.ms/dotnet-cli-docs">SDK Documentation</a></li>
|
||||
<li><a id="releasenotes" href="https://aka.ms/dotnet7-release-notes">Release Notes</a></li>
|
||||
<li><a id="tutorials" href="https://aka.ms/dotnet-tutorials">Tutorials</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -7,21 +7,21 @@
|
|||
<br>
|
||||
<div align="left" style="font-family: Helvetica;padding-left:10px">
|
||||
<h2>.NET SDK</h2>
|
||||
<p>.NET 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>
|
||||
<p id="title">.NET 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</h2>
|
||||
<h2 id="learnmore" style="padding-left:10px">Learn more about .NET</h2>
|
||||
<ul>
|
||||
<li><a href="https://aka.ms/dotnet-docs">.NET 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>
|
||||
<li><a id="dotnetdocumentation" href="https://aka.ms/dotnet-docs">.NET Documentation</a></li>
|
||||
<li><a id="sdkdocumentation" href="https://aka.ms/dotnet-cli-docs">SDK Documentation</a></li>
|
||||
<li><a id="privacystatement" href="https://aka.ms/dev-privacy">Privacy Statement</a></li>
|
||||
<li><a id="license" 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>
|
||||
<h2 id="notetitle">Installation note</h2>
|
||||
<p id="notetext">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>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<div align="left" style="font-family: Helvetica;padding-left:10px">
|
||||
<p>The following was installed</h2>
|
||||
<p id="installlist">The following was installed</h2>
|
||||
<ul>
|
||||
<li>.NET SDK {DOTNETSDKVERSION}</li>
|
||||
<li>.NET Runtime {DOTNETRUNTIMEVERSION}</li>
|
||||
|
@ -14,19 +14,19 @@
|
|||
</div>
|
||||
<br>
|
||||
<div align="left" style="font-family: Helvetica;padding-left:10px">
|
||||
<p>This product collects usage data</h2>
|
||||
<p id="usagedata">This product collects usage data</h2>
|
||||
<ul>
|
||||
<li><a href="https://aka.ms/dotnet-cli-telemetry">More information and opt-out</a></li>
|
||||
<li><a id="moreinformation" href="https://aka.ms/dotnet-cli-telemetry">More information and opt-out</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<br>
|
||||
<div align="left" style="font-family: Helvetica">
|
||||
<h2 style="padding-left:10px"> Resources </h2>
|
||||
<h2 id="resources" style="padding-left:10px"> Resources </h2>
|
||||
<ul>
|
||||
<li><a href="https://aka.ms/dotnet-docs">.NET Documentation</a></li>
|
||||
<li><a href="https://aka.ms/dotnet-cli-docs">SDK Documentation</a></li>
|
||||
<li><a href="https://aka.ms/dotnet7-release-notes">Release Notes</a></li>
|
||||
<li><a href="https://aka.ms/dotnet-tutorials">Tutorials</a></li>
|
||||
<li><a id="dotnetdocumentation" href="https://aka.ms/dotnet-docs">.NET Documentation</a></li>
|
||||
<li><a id="sdkdocumentation" href="https://aka.ms/dotnet-cli-docs">SDK Documentation</a></li>
|
||||
<li><a id="releasenotes" href="https://aka.ms/dotnet7-release-notes">Release Notes</a></li>
|
||||
<li><a id="tutorials" href="https://aka.ms/dotnet-tutorials">Tutorials</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -7,21 +7,21 @@
|
|||
<br>
|
||||
<div align="left" style="font-family: Helvetica;padding-left:10px">
|
||||
<h2>.NET SDK</h2>
|
||||
<p>.NET 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>
|
||||
<p id="title">.NET 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</h2>
|
||||
<h2 id="learnmore" style="padding-left:10px">Learn more about .NET</h2>
|
||||
<ul>
|
||||
<li><a href="https://aka.ms/dotnet-docs">.NET 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>
|
||||
<li><a id="dotnetdocumentation" href="https://aka.ms/dotnet-docs">.NET Documentation</a></li>
|
||||
<li><a id="sdkdocumentation" href="https://aka.ms/dotnet-cli-docs">SDK Documentation</a></li>
|
||||
<li><a id="privacystatement" href="https://aka.ms/dev-privacy">Privacy Statement</a></li>
|
||||
<li><a id="license" 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>
|
||||
<h2 id="notetitle">Installation note</h2>
|
||||
<p id="notetext">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>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<div align="left" style="font-family: Helvetica;padding-left:10px">
|
||||
<p>The following was installed</h2>
|
||||
<p id="installlist">The following was installed</h2>
|
||||
<ul>
|
||||
<li>.NET SDK {DOTNETSDKVERSION}</li>
|
||||
<li>.NET Runtime {DOTNETRUNTIMEVERSION}</li>
|
||||
|
@ -14,19 +14,19 @@
|
|||
</div>
|
||||
<br>
|
||||
<div align="left" style="font-family: Helvetica;padding-left:10px">
|
||||
<p>This product collects usage data</h2>
|
||||
<p id="usagedata">This product collects usage data</h2>
|
||||
<ul>
|
||||
<li><a href="https://aka.ms/dotnet-cli-telemetry">More information and opt-out</a></li>
|
||||
<li><a id="moreinformation" href="https://aka.ms/dotnet-cli-telemetry">More information and opt-out</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<br>
|
||||
<div align="left" style="font-family: Helvetica">
|
||||
<h2 style="padding-left:10px"> Resources </h2>
|
||||
<h2 id="resources" style="padding-left:10px"> Resources </h2>
|
||||
<ul>
|
||||
<li><a href="https://aka.ms/dotnet-docs">.NET Documentation</a></li>
|
||||
<li><a href="https://aka.ms/dotnet-cli-docs">SDK Documentation</a></li>
|
||||
<li><a href="https://aka.ms/dotnet7-release-notes">Release Notes</a></li>
|
||||
<li><a href="https://aka.ms/dotnet-tutorials">Tutorials</a></li>
|
||||
<li><a id="dotnetdocumentation" href="https://aka.ms/dotnet-docs">.NET Documentation</a></li>
|
||||
<li><a id="sdkdocumentation" href="https://aka.ms/dotnet-cli-docs">SDK Documentation</a></li>
|
||||
<li><a id="releasenotes" href="https://aka.ms/dotnet7-release-notes">Release Notes</a></li>
|
||||
<li><a id="tutorials" href="https://aka.ms/dotnet-tutorials">Tutorials</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -7,21 +7,21 @@
|
|||
<br>
|
||||
<div align="left" style="font-family: Helvetica;padding-left:10px">
|
||||
<h2>.NET SDK</h2>
|
||||
<p>.NET 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>
|
||||
<p id="title">.NET 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</h2>
|
||||
<h2 id="learnmore" style="padding-left:10px">Learn more about .NET</h2>
|
||||
<ul>
|
||||
<li><a href="https://aka.ms/dotnet-docs">.NET 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>
|
||||
<li><a id="dotnetdocumentation" href="https://aka.ms/dotnet-docs">.NET Documentation</a></li>
|
||||
<li><a id="sdkdocumentation" href="https://aka.ms/dotnet-cli-docs">SDK Documentation</a></li>
|
||||
<li><a id="privacystatement" href="https://aka.ms/dev-privacy">Privacy Statement</a></li>
|
||||
<li><a id="license" 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>
|
||||
<h2 id="notetitle">Installation note</h2>
|
||||
<p id="notetext">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>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<div align="left" style="font-family: Helvetica;padding-left:10px">
|
||||
<p>The following was installed</h2>
|
||||
<p id="installlist">The following was installed</h2>
|
||||
<ul>
|
||||
<li>.NET SDK {DOTNETSDKVERSION}</li>
|
||||
<li>.NET Runtime {DOTNETRUNTIMEVERSION}</li>
|
||||
|
@ -14,19 +14,19 @@
|
|||
</div>
|
||||
<br>
|
||||
<div align="left" style="font-family: Helvetica;padding-left:10px">
|
||||
<p>This product collects usage data</h2>
|
||||
<p id="usagedata">This product collects usage data</h2>
|
||||
<ul>
|
||||
<li><a href="https://aka.ms/dotnet-cli-telemetry">More information and opt-out</a></li>
|
||||
<li><a id="moreinformation" href="https://aka.ms/dotnet-cli-telemetry">More information and opt-out</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<br>
|
||||
<div align="left" style="font-family: Helvetica">
|
||||
<h2 style="padding-left:10px"> Resources </h2>
|
||||
<h2 id="resources" style="padding-left:10px"> Resources </h2>
|
||||
<ul>
|
||||
<li><a href="https://aka.ms/dotnet-docs">.NET Documentation</a></li>
|
||||
<li><a href="https://aka.ms/dotnet-cli-docs">SDK Documentation</a></li>
|
||||
<li><a href="https://aka.ms/dotnet7-release-notes">Release Notes</a></li>
|
||||
<li><a href="https://aka.ms/dotnet-tutorials">Tutorials</a></li>
|
||||
<li><a id="dotnetdocumentation" href="https://aka.ms/dotnet-docs">.NET Documentation</a></li>
|
||||
<li><a id="sdkdocumentation" href="https://aka.ms/dotnet-cli-docs">SDK Documentation</a></li>
|
||||
<li><a id="releasenotes" href="https://aka.ms/dotnet7-release-notes">Release Notes</a></li>
|
||||
<li><a id="tutorials" href="https://aka.ms/dotnet-tutorials">Tutorials</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -7,21 +7,21 @@
|
|||
<br>
|
||||
<div align="left" style="font-family: Helvetica;padding-left:10px">
|
||||
<h2>.NET SDK</h2>
|
||||
<p>.NET 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>
|
||||
<p id="title">.NET 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</h2>
|
||||
<h2 id="learnmore" style="padding-left:10px">Learn more about .NET</h2>
|
||||
<ul>
|
||||
<li><a href="https://aka.ms/dotnet-docs">.NET 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>
|
||||
<li><a id="dotnetdocumentation" href="https://aka.ms/dotnet-docs">.NET Documentation</a></li>
|
||||
<li><a id="sdkdocumentation" href="https://aka.ms/dotnet-cli-docs">SDK Documentation</a></li>
|
||||
<li><a id="privacystatement" href="https://aka.ms/dev-privacy">Privacy Statement</a></li>
|
||||
<li><a id="license" 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>
|
||||
<h2 id="notetitle">Installation note</h2>
|
||||
<p id="notetext">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>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<div align="left" style="font-family: Helvetica;padding-left:10px">
|
||||
<p>The following was installed</h2>
|
||||
<p id="installlist">The following was installed</h2>
|
||||
<ul>
|
||||
<li>.NET SDK {DOTNETSDKVERSION}</li>
|
||||
<li>.NET Runtime {DOTNETRUNTIMEVERSION}</li>
|
||||
|
@ -14,19 +14,19 @@
|
|||
</div>
|
||||
<br>
|
||||
<div align="left" style="font-family: Helvetica;padding-left:10px">
|
||||
<p>This product collects usage data</h2>
|
||||
<p id="usagedata">This product collects usage data</h2>
|
||||
<ul>
|
||||
<li><a href="https://aka.ms/dotnet-cli-telemetry">More information and opt-out</a></li>
|
||||
<li><a id="moreinformation" href="https://aka.ms/dotnet-cli-telemetry">More information and opt-out</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<br>
|
||||
<div align="left" style="font-family: Helvetica">
|
||||
<h2 style="padding-left:10px"> Resources </h2>
|
||||
<h2 id="resources" style="padding-left:10px"> Resources </h2>
|
||||
<ul>
|
||||
<li><a href="https://aka.ms/dotnet-docs">.NET Documentation</a></li>
|
||||
<li><a href="https://aka.ms/dotnet-cli-docs">SDK Documentation</a></li>
|
||||
<li><a href="https://aka.ms/dotnet7-release-notes">Release Notes</a></li>
|
||||
<li><a href="https://aka.ms/dotnet-tutorials">Tutorials</a></li>
|
||||
<li><a id="dotnetdocumentation" href="https://aka.ms/dotnet-docs">.NET Documentation</a></li>
|
||||
<li><a id="sdkdocumentation" href="https://aka.ms/dotnet-cli-docs">SDK Documentation</a></li>
|
||||
<li><a id="releasenotes" href="https://aka.ms/dotnet7-release-notes">Release Notes</a></li>
|
||||
<li><a id="tutorials" href="https://aka.ms/dotnet-tutorials">Tutorials</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -7,21 +7,21 @@
|
|||
<br>
|
||||
<div align="left" style="font-family: Helvetica;padding-left:10px">
|
||||
<h2>.NET SDK</h2>
|
||||
<p>.NET 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>
|
||||
<p id="title">.NET 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</h2>
|
||||
<h2 id="learnmore" style="padding-left:10px">Learn more about .NET</h2>
|
||||
<ul>
|
||||
<li><a href="https://aka.ms/dotnet-docs">.NET 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>
|
||||
<li><a id="dotnetdocumentation" href="https://aka.ms/dotnet-docs">.NET Documentation</a></li>
|
||||
<li><a id="sdkdocumentation" href="https://aka.ms/dotnet-cli-docs">SDK Documentation</a></li>
|
||||
<li><a id="privacystatement" href="https://aka.ms/dev-privacy">Privacy Statement</a></li>
|
||||
<li><a id="license" 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>
|
||||
<h2 id="notetitle">Installation note</h2>
|
||||
<p id="notetext">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>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<div align="left" style="font-family: Helvetica;padding-left:10px">
|
||||
<p>The following was installed</h2>
|
||||
<p id="installlist">The following was installed</h2>
|
||||
<ul>
|
||||
<li>.NET SDK {DOTNETSDKVERSION}</li>
|
||||
<li>.NET Runtime {DOTNETRUNTIMEVERSION}</li>
|
||||
|
@ -14,19 +14,19 @@
|
|||
</div>
|
||||
<br>
|
||||
<div align="left" style="font-family: Helvetica;padding-left:10px">
|
||||
<p>This product collects usage data</h2>
|
||||
<p id="usagedata">This product collects usage data</h2>
|
||||
<ul>
|
||||
<li><a href="https://aka.ms/dotnet-cli-telemetry">More information and opt-out</a></li>
|
||||
<li><a id="moreinformation" href="https://aka.ms/dotnet-cli-telemetry">More information and opt-out</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<br>
|
||||
<div align="left" style="font-family: Helvetica">
|
||||
<h2 style="padding-left:10px"> Resources </h2>
|
||||
<h2 id="resources" style="padding-left:10px"> Resources </h2>
|
||||
<ul>
|
||||
<li><a href="https://aka.ms/dotnet-docs">.NET Documentation</a></li>
|
||||
<li><a href="https://aka.ms/dotnet-cli-docs">SDK Documentation</a></li>
|
||||
<li><a href="https://aka.ms/dotnet7-release-notes">Release Notes</a></li>
|
||||
<li><a href="https://aka.ms/dotnet-tutorials">Tutorials</a></li>
|
||||
<li><a id="dotnetdocumentation" href="https://aka.ms/dotnet-docs">.NET Documentation</a></li>
|
||||
<li><a id="sdkdocumentation" href="https://aka.ms/dotnet-cli-docs">SDK Documentation</a></li>
|
||||
<li><a id="releasenotes" href="https://aka.ms/dotnet7-release-notes">Release Notes</a></li>
|
||||
<li><a id="tutorials" href="https://aka.ms/dotnet-tutorials">Tutorials</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -7,21 +7,21 @@
|
|||
<br>
|
||||
<div align="left" style="font-family: Helvetica;padding-left:10px">
|
||||
<h2>.NET SDK</h2>
|
||||
<p>.NET 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>
|
||||
<p id="title">.NET 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</h2>
|
||||
<h2 id="learnmore" style="padding-left:10px">Learn more about .NET</h2>
|
||||
<ul>
|
||||
<li><a href="https://aka.ms/dotnet-docs">.NET 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>
|
||||
<li><a id="dotnetdocumentation" href="https://aka.ms/dotnet-docs">.NET Documentation</a></li>
|
||||
<li><a id="sdkdocumentation" href="https://aka.ms/dotnet-cli-docs">SDK Documentation</a></li>
|
||||
<li><a id="privacystatement" href="https://aka.ms/dev-privacy">Privacy Statement</a></li>
|
||||
<li><a id="license" 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>
|
||||
<h2 id="notetitle">Installation note</h2>
|
||||
<p id="notetext">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>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<div align="left" style="font-family: Helvetica;padding-left:10px">
|
||||
<p>The following was installed</h2>
|
||||
<p id="installlist">The following was installed</h2>
|
||||
<ul>
|
||||
<li>.NET SDK {DOTNETSDKVERSION}</li>
|
||||
<li>.NET Runtime {DOTNETRUNTIMEVERSION}</li>
|
||||
|
@ -14,19 +14,19 @@
|
|||
</div>
|
||||
<br>
|
||||
<div align="left" style="font-family: Helvetica;padding-left:10px">
|
||||
<p>This product collects usage data</h2>
|
||||
<p id="usagedata">This product collects usage data</h2>
|
||||
<ul>
|
||||
<li><a href="https://aka.ms/dotnet-cli-telemetry">More information and opt-out</a></li>
|
||||
<li><a id="moreinformation" href="https://aka.ms/dotnet-cli-telemetry">More information and opt-out</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<br>
|
||||
<div align="left" style="font-family: Helvetica">
|
||||
<h2 style="padding-left:10px"> Resources </h2>
|
||||
<h2 id="resources" style="padding-left:10px"> Resources </h2>
|
||||
<ul>
|
||||
<li><a href="https://aka.ms/dotnet-docs">.NET Documentation</a></li>
|
||||
<li><a href="https://aka.ms/dotnet-cli-docs">SDK Documentation</a></li>
|
||||
<li><a href="https://aka.ms/dotnet7-release-notes">Release Notes</a></li>
|
||||
<li><a href="https://aka.ms/dotnet-tutorials">Tutorials</a></li>
|
||||
<li><a id="dotnetdocumentation" href="https://aka.ms/dotnet-docs">.NET Documentation</a></li>
|
||||
<li><a id="sdkdocumentation" href="https://aka.ms/dotnet-cli-docs">SDK Documentation</a></li>
|
||||
<li><a id="releasenotes" href="https://aka.ms/dotnet7-release-notes">Release Notes</a></li>
|
||||
<li><a id="tutorials" href="https://aka.ms/dotnet-tutorials">Tutorials</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -7,21 +7,21 @@
|
|||
<br>
|
||||
<div align="left" style="font-family: Helvetica;padding-left:10px">
|
||||
<h2>.NET SDK</h2>
|
||||
<p>.NET 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>
|
||||
<p id="title">.NET 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</h2>
|
||||
<h2 id="learnmore" style="padding-left:10px">Learn more about .NET</h2>
|
||||
<ul>
|
||||
<li><a href="https://aka.ms/dotnet-docs">.NET 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>
|
||||
<li><a id="dotnetdocumentation" href="https://aka.ms/dotnet-docs">.NET Documentation</a></li>
|
||||
<li><a id="sdkdocumentation" href="https://aka.ms/dotnet-cli-docs">SDK Documentation</a></li>
|
||||
<li><a id="privacystatement" href="https://aka.ms/dev-privacy">Privacy Statement</a></li>
|
||||
<li><a id="license" 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>
|
||||
<h2 id="notetitle">Installation note</h2>
|
||||
<p id="notetext">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>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<div align="left" style="font-family: Helvetica;padding-left:10px">
|
||||
<p>The following was installed</h2>
|
||||
<p id="installlist">The following was installed</h2>
|
||||
<ul>
|
||||
<li>.NET SDK {DOTNETSDKVERSION}</li>
|
||||
<li>.NET Runtime {DOTNETRUNTIMEVERSION}</li>
|
||||
|
@ -14,19 +14,19 @@
|
|||
</div>
|
||||
<br>
|
||||
<div align="left" style="font-family: Helvetica;padding-left:10px">
|
||||
<p>This product collects usage data</h2>
|
||||
<p id="usagedata">This product collects usage data</h2>
|
||||
<ul>
|
||||
<li><a href="https://aka.ms/dotnet-cli-telemetry">More information and opt-out</a></li>
|
||||
<li><a id="moreinformation" href="https://aka.ms/dotnet-cli-telemetry">More information and opt-out</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<br>
|
||||
<div align="left" style="font-family: Helvetica">
|
||||
<h2 style="padding-left:10px"> Resources </h2>
|
||||
<h2 id="resources" style="padding-left:10px"> Resources </h2>
|
||||
<ul>
|
||||
<li><a href="https://aka.ms/dotnet-docs">.NET Documentation</a></li>
|
||||
<li><a href="https://aka.ms/dotnet-cli-docs">SDK Documentation</a></li>
|
||||
<li><a href="https://aka.ms/dotnet7-release-notes">Release Notes</a></li>
|
||||
<li><a href="https://aka.ms/dotnet-tutorials">Tutorials</a></li>
|
||||
<li><a id="dotnetdocumentation" href="https://aka.ms/dotnet-docs">.NET Documentation</a></li>
|
||||
<li><a id="sdkdocumentation" href="https://aka.ms/dotnet-cli-docs">SDK Documentation</a></li>
|
||||
<li><a id="releasenotes" href="https://aka.ms/dotnet7-release-notes">Release Notes</a></li>
|
||||
<li><a id="tutorials" href="https://aka.ms/dotnet-tutorials">Tutorials</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -7,21 +7,21 @@
|
|||
<br>
|
||||
<div align="left" style="font-family: Helvetica;padding-left:10px">
|
||||
<h2>.NET SDK</h2>
|
||||
<p>.NET 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>
|
||||
<p id="title">.NET 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</h2>
|
||||
<h2 id="learnmore" style="padding-left:10px">Learn more about .NET</h2>
|
||||
<ul>
|
||||
<li><a href="https://aka.ms/dotnet-docs">.NET 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>
|
||||
<li><a id="dotnetdocumentation" href="https://aka.ms/dotnet-docs">.NET Documentation</a></li>
|
||||
<li><a id="sdkdocumentation" href="https://aka.ms/dotnet-cli-docs">SDK Documentation</a></li>
|
||||
<li><a id="privacystatement" href="https://aka.ms/dev-privacy">Privacy Statement</a></li>
|
||||
<li><a id="license" 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>
|
||||
<h2 id="notetitle">Installation note</h2>
|
||||
<p id="notetext">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>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<div align="left" style="font-family: Helvetica;padding-left:10px">
|
||||
<p>The following was installed</h2>
|
||||
<p id="installlist">The following was installed</h2>
|
||||
<ul>
|
||||
<li>.NET SDK {DOTNETSDKVERSION}</li>
|
||||
<li>.NET Runtime {DOTNETRUNTIMEVERSION}</li>
|
||||
|
@ -14,19 +14,19 @@
|
|||
</div>
|
||||
<br>
|
||||
<div align="left" style="font-family: Helvetica;padding-left:10px">
|
||||
<p>This product collects usage data</h2>
|
||||
<p id="usagedata">This product collects usage data</h2>
|
||||
<ul>
|
||||
<li><a href="https://aka.ms/dotnet-cli-telemetry">More information and opt-out</a></li>
|
||||
<li><a id="moreinformation" href="https://aka.ms/dotnet-cli-telemetry">More information and opt-out</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<br>
|
||||
<div align="left" style="font-family: Helvetica">
|
||||
<h2 style="padding-left:10px"> Resources </h2>
|
||||
<h2 id="resources" style="padding-left:10px"> Resources </h2>
|
||||
<ul>
|
||||
<li><a href="https://aka.ms/dotnet-docs">.NET Documentation</a></li>
|
||||
<li><a href="https://aka.ms/dotnet-cli-docs">SDK Documentation</a></li>
|
||||
<li><a href="https://aka.ms/dotnet7-release-notes">Release Notes</a></li>
|
||||
<li><a href="https://aka.ms/dotnet-tutorials">Tutorials</a></li>
|
||||
<li><a id="dotnetdocumentation" href="https://aka.ms/dotnet-docs">.NET Documentation</a></li>
|
||||
<li><a id="sdkdocumentation" href="https://aka.ms/dotnet-cli-docs">SDK Documentation</a></li>
|
||||
<li><a id="releasenotes" href="https://aka.ms/dotnet7-release-notes">Release Notes</a></li>
|
||||
<li><a id="tutorials" href="https://aka.ms/dotnet-tutorials">Tutorials</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -7,21 +7,21 @@
|
|||
<br>
|
||||
<div align="left" style="font-family: Helvetica;padding-left:10px">
|
||||
<h2>.NET SDK</h2>
|
||||
<p>.NET 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>
|
||||
<p id="title">.NET 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</h2>
|
||||
<h2 id="learnmore" style="padding-left:10px">Learn more about .NET</h2>
|
||||
<ul>
|
||||
<li><a href="https://aka.ms/dotnet-docs">.NET 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>
|
||||
<li><a id="dotnetdocumentation" href="https://aka.ms/dotnet-docs">.NET Documentation</a></li>
|
||||
<li><a id="sdkdocumentation" href="https://aka.ms/dotnet-cli-docs">SDK Documentation</a></li>
|
||||
<li><a id="privacystatement" href="https://aka.ms/dev-privacy">Privacy Statement</a></li>
|
||||
<li><a id="license" 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>
|
||||
<h2 id="notetitle">Installation note</h2>
|
||||
<p id="notetext">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>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<div align="left" style="font-family: Helvetica;padding-left:10px">
|
||||
<p>The following was installed</h2>
|
||||
<p id="installlist">The following was installed</h2>
|
||||
<ul>
|
||||
<li>.NET SDK {DOTNETSDKVERSION}</li>
|
||||
<li>.NET Runtime {DOTNETRUNTIMEVERSION}</li>
|
||||
|
@ -14,19 +14,19 @@
|
|||
</div>
|
||||
<br>
|
||||
<div align="left" style="font-family: Helvetica;padding-left:10px">
|
||||
<p>This product collects usage data</h2>
|
||||
<p id="usagedata">This product collects usage data</h2>
|
||||
<ul>
|
||||
<li><a href="https://aka.ms/dotnet-cli-telemetry">More information and opt-out</a></li>
|
||||
<li><a id="moreinformation" href="https://aka.ms/dotnet-cli-telemetry">More information and opt-out</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<br>
|
||||
<div align="left" style="font-family: Helvetica">
|
||||
<h2 style="padding-left:10px"> Resources </h2>
|
||||
<h2 id="resources" style="padding-left:10px"> Resources </h2>
|
||||
<ul>
|
||||
<li><a href="https://aka.ms/dotnet-docs">.NET Documentation</a></li>
|
||||
<li><a href="https://aka.ms/dotnet-cli-docs">SDK Documentation</a></li>
|
||||
<li><a href="https://aka.ms/dotnet7-release-notes">Release Notes</a></li>
|
||||
<li><a href="https://aka.ms/dotnet-tutorials">Tutorials</a></li>
|
||||
<li><a id="dotnetdocumentation" href="https://aka.ms/dotnet-docs">.NET Documentation</a></li>
|
||||
<li><a id="sdkdocumentation" href="https://aka.ms/dotnet-cli-docs">SDK Documentation</a></li>
|
||||
<li><a id="releasenotes" href="https://aka.ms/dotnet7-release-notes">Release Notes</a></li>
|
||||
<li><a id="tutorials" href="https://aka.ms/dotnet-tutorials">Tutorials</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -7,21 +7,21 @@
|
|||
<br>
|
||||
<div align="left" style="font-family: Helvetica;padding-left:10px">
|
||||
<h2>.NET SDK</h2>
|
||||
<p>.NET 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>
|
||||
<p id="title">.NET 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</h2>
|
||||
<h2 id="learnmore" style="padding-left:10px">Learn more about .NET</h2>
|
||||
<ul>
|
||||
<li><a href="https://aka.ms/dotnet-docs">.NET 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>
|
||||
<li><a id="dotnetdocumentation" href="https://aka.ms/dotnet-docs">.NET Documentation</a></li>
|
||||
<li><a id="sdkdocumentation" href="https://aka.ms/dotnet-cli-docs">SDK Documentation</a></li>
|
||||
<li><a id="privacystatement" href="https://aka.ms/dev-privacy">Privacy Statement</a></li>
|
||||
<li><a id="license" 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>
|
||||
<h2 id="notetitle">Installation note</h2>
|
||||
<p id="notetext">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>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<div align="left" style="font-family: Helvetica;padding-left:10px">
|
||||
<p>The following was installed</h2>
|
||||
<p id="installlist">The following was installed</h2>
|
||||
<ul>
|
||||
<li>.NET SDK {DOTNETSDKVERSION}</li>
|
||||
<li>.NET Runtime {DOTNETRUNTIMEVERSION}</li>
|
||||
|
@ -14,19 +14,19 @@
|
|||
</div>
|
||||
<br>
|
||||
<div align="left" style="font-family: Helvetica;padding-left:10px">
|
||||
<p>This product collects usage data</h2>
|
||||
<p id="usagedata">This product collects usage data</h2>
|
||||
<ul>
|
||||
<li><a href="https://aka.ms/dotnet-cli-telemetry">More information and opt-out</a></li>
|
||||
<li><a id="moreinformation" href="https://aka.ms/dotnet-cli-telemetry">More information and opt-out</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<br>
|
||||
<div align="left" style="font-family: Helvetica">
|
||||
<h2 style="padding-left:10px"> Resources </h2>
|
||||
<h2 id="resources" style="padding-left:10px"> Resources </h2>
|
||||
<ul>
|
||||
<li><a href="https://aka.ms/dotnet-docs">.NET Documentation</a></li>
|
||||
<li><a href="https://aka.ms/dotnet-cli-docs">SDK Documentation</a></li>
|
||||
<li><a href="https://aka.ms/dotnet7-release-notes">Release Notes</a></li>
|
||||
<li><a href="https://aka.ms/dotnet-tutorials">Tutorials</a></li>
|
||||
<li><a id="dotnetdocumentation" href="https://aka.ms/dotnet-docs">.NET Documentation</a></li>
|
||||
<li><a id="sdkdocumentation" href="https://aka.ms/dotnet-cli-docs">SDK Documentation</a></li>
|
||||
<li><a id="releasenotes" href="https://aka.ms/dotnet7-release-notes">Release Notes</a></li>
|
||||
<li><a id="tutorials" href="https://aka.ms/dotnet-tutorials">Tutorials</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -7,21 +7,21 @@
|
|||
<br>
|
||||
<div align="left" style="font-family: Helvetica;padding-left:10px">
|
||||
<h2>.NET SDK</h2>
|
||||
<p>.NET 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>
|
||||
<p id="title">.NET 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</h2>
|
||||
<h2 id="learnmore" style="padding-left:10px">Learn more about .NET</h2>
|
||||
<ul>
|
||||
<li><a href="https://aka.ms/dotnet-docs">.NET 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>
|
||||
<li><a id="dotnetdocumentation" href="https://aka.ms/dotnet-docs">.NET Documentation</a></li>
|
||||
<li><a id="sdkdocumentation" href="https://aka.ms/dotnet-cli-docs">SDK Documentation</a></li>
|
||||
<li><a id="privacystatement" href="https://aka.ms/dev-privacy">Privacy Statement</a></li>
|
||||
<li><a id="license" 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>
|
||||
<h2 id="notetitle">Installation note</h2>
|
||||
<p id="notetext">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>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<div align="left" style="font-family: Helvetica;padding-left:10px">
|
||||
<p>The following was installed</h2>
|
||||
<p id="installlist">The following was installed</h2>
|
||||
<ul>
|
||||
<li>.NET SDK {DOTNETSDKVERSION}</li>
|
||||
<li>.NET Runtime {DOTNETRUNTIMEVERSION}</li>
|
||||
|
@ -14,19 +14,19 @@
|
|||
</div>
|
||||
<br>
|
||||
<div align="left" style="font-family: Helvetica;padding-left:10px">
|
||||
<p>This product collects usage data</h2>
|
||||
<p id="usagedata">This product collects usage data</h2>
|
||||
<ul>
|
||||
<li><a href="https://aka.ms/dotnet-cli-telemetry">More information and opt-out</a></li>
|
||||
<li><a id="moreinformation" href="https://aka.ms/dotnet-cli-telemetry">More information and opt-out</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<br>
|
||||
<div align="left" style="font-family: Helvetica">
|
||||
<h2 style="padding-left:10px"> Resources </h2>
|
||||
<h2 id="resources" style="padding-left:10px"> Resources </h2>
|
||||
<ul>
|
||||
<li><a href="https://aka.ms/dotnet-docs">.NET Documentation</a></li>
|
||||
<li><a href="https://aka.ms/dotnet-cli-docs">SDK Documentation</a></li>
|
||||
<li><a href="https://aka.ms/dotnet7-release-notes">Release Notes</a></li>
|
||||
<li><a href="https://aka.ms/dotnet-tutorials">Tutorials</a></li>
|
||||
<li><a id="dotnetdocumentation" href="https://aka.ms/dotnet-docs">.NET Documentation</a></li>
|
||||
<li><a id="sdkdocumentation" href="https://aka.ms/dotnet-cli-docs">SDK Documentation</a></li>
|
||||
<li><a id="releasenotes" href="https://aka.ms/dotnet7-release-notes">Release Notes</a></li>
|
||||
<li><a id="tutorials" href="https://aka.ms/dotnet-tutorials">Tutorials</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -7,21 +7,21 @@
|
|||
<br>
|
||||
<div align="left" style="font-family: Helvetica;padding-left:10px">
|
||||
<h2>.NET SDK</h2>
|
||||
<p>.NET 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>
|
||||
<p id="title">.NET 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</h2>
|
||||
<h2 id="learnmore" style="padding-left:10px">Learn more about .NET</h2>
|
||||
<ul>
|
||||
<li><a href="https://aka.ms/dotnet-docs">.NET 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>
|
||||
<li><a id="dotnetdocumentation" href="https://aka.ms/dotnet-docs">.NET Documentation</a></li>
|
||||
<li><a id="sdkdocumentation" href="https://aka.ms/dotnet-cli-docs">SDK Documentation</a></li>
|
||||
<li><a id="privacystatement" href="https://aka.ms/dev-privacy">Privacy Statement</a></li>
|
||||
<li><a id="license" 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>
|
||||
<h2 id="notetitle">Installation note</h2>
|
||||
<p id="notetext">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>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<div align="left" style="font-family: Helvetica;padding-left:10px">
|
||||
<p>The following was installed</h2>
|
||||
<p id="installlist">The following was installed</h2>
|
||||
<ul>
|
||||
<li>.NET SDK {DOTNETSDKVERSION}</li>
|
||||
<li>.NET Runtime {DOTNETRUNTIMEVERSION}</li>
|
||||
|
@ -14,19 +14,19 @@
|
|||
</div>
|
||||
<br>
|
||||
<div align="left" style="font-family: Helvetica;padding-left:10px">
|
||||
<p>This product collects usage data</h2>
|
||||
<p id="usagedata">This product collects usage data</h2>
|
||||
<ul>
|
||||
<li><a href="https://aka.ms/dotnet-cli-telemetry">More information and opt-out</a></li>
|
||||
<li><a id="moreinformation" href="https://aka.ms/dotnet-cli-telemetry">More information and opt-out</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<br>
|
||||
<div align="left" style="font-family: Helvetica">
|
||||
<h2 style="padding-left:10px"> Resources </h2>
|
||||
<h2 id="resources" style="padding-left:10px"> Resources </h2>
|
||||
<ul>
|
||||
<li><a href="https://aka.ms/dotnet-docs">.NET Documentation</a></li>
|
||||
<li><a href="https://aka.ms/dotnet-cli-docs">SDK Documentation</a></li>
|
||||
<li><a href="https://aka.ms/dotnet7-release-notes">Release Notes</a></li>
|
||||
<li><a href="https://aka.ms/dotnet-tutorials">Tutorials</a></li>
|
||||
<li><a id="dotnetdocumentation" href="https://aka.ms/dotnet-docs">.NET Documentation</a></li>
|
||||
<li><a id="sdkdocumentation" href="https://aka.ms/dotnet-cli-docs">SDK Documentation</a></li>
|
||||
<li><a id="releasenotes" href="https://aka.ms/dotnet7-release-notes">Release Notes</a></li>
|
||||
<li><a id="tutorials" href="https://aka.ms/dotnet-tutorials">Tutorials</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -7,21 +7,21 @@
|
|||
<br>
|
||||
<div align="left" style="font-family: Helvetica;padding-left:10px">
|
||||
<h2>.NET SDK</h2>
|
||||
<p>.NET 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>
|
||||
<p id="title">.NET 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</h2>
|
||||
<h2 id="learnmore" style="padding-left:10px">Learn more about .NET</h2>
|
||||
<ul>
|
||||
<li><a href="https://aka.ms/dotnet-docs">.NET 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>
|
||||
<li><a id="dotnetdocumentation" href="https://aka.ms/dotnet-docs">.NET Documentation</a></li>
|
||||
<li><a id="sdkdocumentation" href="https://aka.ms/dotnet-cli-docs">SDK Documentation</a></li>
|
||||
<li><a id="privacystatement" href="https://aka.ms/dev-privacy">Privacy Statement</a></li>
|
||||
<li><a id="license" 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>
|
||||
<h2 id="notetitle">Installation note</h2>
|
||||
<p id="notetext">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>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue