Skip to content

Commit

Permalink
feat(websites): remove redundant versions of nuget packages in docs o…
Browse files Browse the repository at this point in the history
…f Platform website #6102 (#6103)
  • Loading branch information
msynk authored Nov 22, 2023
1 parent f7da82d commit 56040d8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
1. Install the project templates from the NuGet package manager with one of the following commands:
</div>
<pre class="code-box">
dotnet new install Bit.Boilerplate::8.0.1
dotnet new install Bit.BlazorWeb::8.0.1</pre>
dotnet new install Bit.Boilerplate
dotnet new install Bit.BlazorWeb</pre>
<div class="section-card-txt">
2. Create a new project using dotnet new command or Visual Studio create new project wizard:
</div>
Expand Down

0 comments on commit 56040d8

Please sign in to comment.