Skip to content

Commit cca268c

Browse files
committed
Try MudBlazor 7.14, as I saw some problems with the input field and the label
1 parent 9e08ba4 commit cca268c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.10" />
2727
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client" Version="9.0.0" />
2828
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="9.0.0" />
29-
<PackageReference Include="MudBlazor" Version="7.15.0" />
29+
<PackageReference Include="MudBlazor" Version="7.14.0" />
3030
<PackageReference Include="Polly.Core" Version="8.5.0" />
3131
<PackageReference Include="Polly.RateLimiting" Version="8.5.0" />
3232
<PackageReference Include="Serilog.AspNetCore" Version="9.0.0" />

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>1.1.1</Version>
3+
<Version>1.1.2</Version>
44
</PropertyGroup>
55
</Project>

0 commit comments

Comments
 (0)