File tree Expand file tree Collapse file tree
BlazorSignalRScheduler/BlazorSignalRScheduler Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.BlazorWebAssembly" >
22
33 <PropertyGroup >
4- <TargetFramework >net6 .0</TargetFramework >
4+ <TargetFramework >net10 .0</TargetFramework >
55 <Nullable >enable</Nullable >
66 <ImplicitUsings >enable</ImplicitUsings >
77 </PropertyGroup >
88
99 <ItemGroup >
10- <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly" Version =" 6 .0.14 " />
11- <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version =" 6 .0.14 " PrivateAssets =" all" />
12- <PackageReference Include =" Microsoft.AspNetCore.SignalR.Client" Version =" 7 .0.5 " />
13- <PackageReference Include =" Syncfusion.Blazor.Notifications" Version =" 21.2.4 " />
14- <PackageReference Include =" Syncfusion.Blazor.Schedule" Version =" 21 .1.41 " />
15- <PackageReference Include =" Syncfusion.Blazor.Themes" Version =" 21 .1.41 " />
10+ <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly" Version =" 10 .0.2 " />
11+ <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version =" 10 .0.2 " PrivateAssets =" all" />
12+ <PackageReference Include =" Microsoft.AspNetCore.SignalR.Client" Version =" 10 .0.2 " />
13+ <PackageReference Include =" Syncfusion.Blazor.Notifications" Version =" 32.1.25 " />
14+ <PackageReference Include =" Syncfusion.Blazor.Schedule" Version =" 32 .1.25 " />
15+ <PackageReference Include =" Syncfusion.Blazor.Themes" Version =" 32 .1.25 " />
1616 </ItemGroup >
1717
1818 <ItemGroup >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.Web" >
22
33 <PropertyGroup >
4- <TargetFramework >net6 .0</TargetFramework >
4+ <TargetFramework >net10 .0</TargetFramework >
55 <Nullable >enable</Nullable >
66 <ImplicitUsings >enable</ImplicitUsings >
77 </PropertyGroup >
88
99 <ItemGroup >
10- <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.Server" Version =" 6 .0.14 " />
10+ <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.Server" Version =" 10 .0.2 " />
1111 </ItemGroup >
1212
1313 <ItemGroup >
You can’t perform that action at this time.
0 commit comments