Skip to content

Commit f47ab22

Browse files
committed
docs(installation): mention .NET 10 in the prerequisites
1 parent 8b909af commit f47ab22

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/Pages/Docs/Installation/Page.razor

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@
1010
Toc="@_toc">
1111

1212
<DocsSection Title="Prerequisites">
13-
<p>A project with <a href="https://tailwindcss.com">Tailwind CSS</a> set up.</p>
13+
<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>
1417
</DocsSection>
1518

1619
<DocsSection Title="Installation">

0 commit comments

Comments
 (0)