Skip to content

Commit 5cb770b

Browse files
committed
Go back to an older version of MudBlazor
1 parent 2aa8c88 commit 5cb770b

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

ProReception.DistributionServerInfrastructure/ProReception.DistributionServerInfrastructure.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.12" />
2727
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client" Version="9.0.1" />
2828
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="9.0.1" />
29-
<PackageReference Include="MudBlazor" Version="8.1.0" />
29+
<PackageReference Include="MudBlazor" Version="7.14.0" />
3030
<PackageReference Include="Polly.Core" Version="8.5.1" />
3131
<PackageReference Include="Polly.RateLimiting" Version="8.5.1" />
3232
<PackageReference Include="Serilog.AspNetCore" Version="9.0.0" />

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@ To get the CSS and JS files for a specific version, I create a new app, and then
9595

9696
````shell
9797
dotnet new install MudBlazor.Templates
98-
mkdir MyApplication
99-
dotnet new mudblazor --name MyApplication -o MyApplication
100-
````
98+
mkdir -p mud-test/MyApplication
99+
dotnet new mudblazor --interactivity Server --name MyApplication --all-interactive --output mud-test/MyApplication
100+
dotnet new sln -n MyApp -o mud-test
101+
dotnet sln mud-test/MyApp.sln add mud-test/MyApplication/MyApplication.csproj
102+
````

version.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<Project>
22
<PropertyGroup>
3-
<Version>2.0.0</Version>
3+
<Version>2.0.1</Version>
44
</PropertyGroup>
55
</Project>

0 commit comments

Comments
 (0)