We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b909af commit f47ab22Copy full SHA for f47ab22
docs/Pages/Docs/Installation/Page.razor
@@ -10,7 +10,10 @@
10
Toc="@_toc">
11
12
<DocsSection Title="Prerequisites">
13
- <p>A project with <a href="https://tailwindcss.com">Tailwind CSS</a> set up.</p>
+ <p>
14
+ A project with <a href="https://dotnet.microsoft.com/en-us/download/dotnet/10.0">.NET 10</a>
15
+ and <a href="https://tailwindcss.com">Tailwind CSS</a> set up.
16
+ </p>
17
</DocsSection>
18
19
<DocsSection Title="Installation">
0 commit comments