Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
564 B
HTML
Raw Permalink Normal View History

<p class="mt-4">Install <a href="https://dotnet.microsoft.com/download" target="_blank" rel="noopener">.NET SDK</a>.</p>
2019-11-04 11:51:32 -08:00
2023-05-18 11:36:01 -07:00
<div class="note note-info">
<div class="icon-and-line">
<i class="fas fa-info-circle"></i>
<div class="line"></div>
</div>
2023-05-18 11:36:01 -07:00
<div class="content">
<p>
Pulumi will need the <code>dotnet</code> executable in order to build and run your Pulumi .NET application. Ensure that the <code>dotnet</code> executable can be found
on your path after installation.
</p>
</div>
2019-11-04 11:51:32 -08:00
</div>