File tree 5 files changed +7
-7
lines changed
BlazorSRRDemo/BlazorSRRDemo
5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 9
9
<ItemGroup >
10
10
<ProjectReference Include =" ..\..\Demos.Core\Demos.Core.csproj" />
11
11
<ProjectReference Include =" ..\..\SignaturePad\SignaturePad.csproj" />
12
- <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.Server" Version =" 9.0.0 " />
12
+ <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.Server" Version =" 9.0.2 " />
13
13
</ItemGroup >
14
14
15
15
<ItemGroup >
Original file line number Diff line number Diff line change 7
7
</PropertyGroup >
8
8
9
9
<ItemGroup >
10
- <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly" Version =" 9.0.0 " />
11
- <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version =" 9.0.0 " PrivateAssets =" all" />
10
+ <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly" Version =" 9.0.2 " />
11
+ <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version =" 9.0.2 " PrivateAssets =" all" />
12
12
<PackageReference Include =" PublishSPAforGitHubPages.Build" Version =" 3.0.0" />
13
13
</ItemGroup >
14
14
Original file line number Diff line number Diff line change 12
12
</ItemGroup >
13
13
14
14
<ItemGroup >
15
- <PackageReference Include =" Microsoft.AspNetCore.Components.Web" Version =" 9.0.0 " />
15
+ <PackageReference Include =" Microsoft.AspNetCore.Components.Web" Version =" 9.0.2 " />
16
16
</ItemGroup >
17
17
18
18
<ItemGroup >
Original file line number Diff line number Diff line change 8
8
9
9
10
10
<ItemGroup >
11
- <PackageReference Include =" MudBlazor" Version =" 7.* " />
11
+ <PackageReference Include =" MudBlazor" Version =" 8.3.0 " />
12
12
</ItemGroup >
13
13
14
14
Original file line number Diff line number Diff line change 36
36
</ItemGroup >
37
37
38
38
<ItemGroup Condition =" '$(TargetFramework)' == 'net8.0'" >
39
- <PackageReference Include =" Microsoft.AspNetCore.Components.Web" Version =" 8.0.11 " />
39
+ <PackageReference Include =" Microsoft.AspNetCore.Components.Web" Version =" 8.0.13 " />
40
40
</ItemGroup >
41
41
42
42
<ItemGroup Condition =" '$(TargetFramework)' == 'net9.0'" >
43
- <PackageReference Include =" Microsoft.AspNetCore.Components.Web" Version =" 9.0.0 " />
43
+ <PackageReference Include =" Microsoft.AspNetCore.Components.Web" Version =" 9.0.2 " />
44
44
</ItemGroup >
45
45
46
46
</Project >
You can’t perform that action at this time.
0 commit comments