File tree Expand file tree Collapse file tree 6 files changed +25
-25
lines changed
HueEntertainmentPro.Database
Shared/ResourceExplorerComponents Expand file tree Collapse file tree 6 files changed +25
-25
lines changed Original file line number Diff line number Diff line change 88 </PropertyGroup >
99
1010 <ItemGroup >
11- <PackageReference Include =" Microsoft.EntityFrameworkCore" Version =" 10.0.0 " />
12- <PackageReference Include =" Microsoft.EntityFrameworkCore.Relational" Version =" 10.0.0 " />
11+ <PackageReference Include =" Microsoft.EntityFrameworkCore" Version =" 10.0.1 " />
12+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Relational" Version =" 10.0.1 " />
1313 </ItemGroup >
1414
1515</Project >
Original file line number Diff line number Diff line change 1010 </PropertyGroup >
1111
1212 <ItemGroup >
13- <PackageReference Include =" HueApi" Version =" 3.0 .0" />
14- <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly" Version =" 10.0.0 " />
15- <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version =" 10.0.0 " PrivateAssets =" all" />
16- <PackageReference Include =" Microsoft.AspNetCore.SignalR.Client" Version =" 10.0.0 " />
17- <PackageReference Include =" Microsoft.FluentUI.AspNetCore.Components" Version =" 4.13.1 " />
18- <PackageReference Include =" Microsoft.FluentUI.AspNetCore.Components.Icons" Version =" 4.13.1 " />
13+ <PackageReference Include =" HueApi" Version =" 3.1 .0" />
14+ <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly" Version =" 10.0.1 " />
15+ <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version =" 10.0.1 " PrivateAssets =" all" />
16+ <PackageReference Include =" Microsoft.AspNetCore.SignalR.Client" Version =" 10.0.1 " />
17+ <PackageReference Include =" Microsoft.FluentUI.AspNetCore.Components" Version =" 4.13.2 " />
18+ <PackageReference Include =" Microsoft.FluentUI.AspNetCore.Components.Icons" Version =" 4.13.2 " />
1919 <PackageReference Include =" protobuf-net.Grpc" Version =" 1.2.2" />
20- <PackageReference Include =" Grpc.Net.Client" Version =" 2.71 .0" />
21- <PackageReference Include =" Grpc.Net.Client.Web" Version =" 2.71 .0" />
20+ <PackageReference Include =" Grpc.Net.Client" Version =" 2.76 .0" />
21+ <PackageReference Include =" Grpc.Net.Client.Web" Version =" 2.76 .0" />
2222 <PackageReference Include =" System.ServiceModel.Primitives" Version =" 10.0.652802" />
2323 </ItemGroup >
2424
Original file line number Diff line number Diff line change 9898 {
9999 Console .WriteLine (" yes: " + Rtype );
100100
101- var resources = await localHueApi .GetResourcesAsync ();
101+ var resources = await localHueApi .Resource . GetAllAsync ();
102102 HueResources = resources .Data ;
103103 }
104104 else
Original file line number Diff line number Diff line change 1212 </PropertyGroup >
1313
1414 <ItemGroup >
15- <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.Server" Version =" 10.0.0 " />
16- <PackageReference Include =" Microsoft.FluentUI.AspNetCore.Components" Version =" 4.13.1 " />
17- <PackageReference Include =" Microsoft.FluentUI.AspNetCore.Components.Icons" Version =" 4.13.1 " />
18- <PackageReference Include =" Grpc.AspNetCore" Version =" 2.71 .0" />
19- <PackageReference Include =" Grpc.AspNetCore.Web" Version =" 2.71 .0" />
15+ <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.Server" Version =" 10.0.1 " />
16+ <PackageReference Include =" Microsoft.FluentUI.AspNetCore.Components" Version =" 4.13.2 " />
17+ <PackageReference Include =" Microsoft.FluentUI.AspNetCore.Components.Icons" Version =" 4.13.2 " />
18+ <PackageReference Include =" Grpc.AspNetCore" Version =" 2.76 .0" />
19+ <PackageReference Include =" Grpc.AspNetCore.Web" Version =" 2.76 .0" />
2020 <PackageReference Include =" Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version =" 1.22.1" />
2121 <PackageReference Include =" protobuf-net.Grpc.AspNetCore" Version =" 1.2.2" />
22- <PackageReference Include =" Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version =" 10.0.0 " />
23- <PackageReference Include =" Microsoft.EntityFrameworkCore.Sqlite" Version =" 10.0.0 " />
24- <PackageReference Include =" Microsoft.EntityFrameworkCore.Tools" Version =" 10.0.0 " >
22+ <PackageReference Include =" Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version =" 10.0.1 " />
23+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Sqlite" Version =" 10.0.1 " />
24+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Tools" Version =" 10.0.1 " >
2525 <PrivateAssets >all</PrivateAssets >
2626 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
2727 </PackageReference >
Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
44 <TargetFramework >net10.0</TargetFramework >
77 </PropertyGroup >
88
99 <ItemGroup >
10- <PackageReference Include =" HueApi" Version =" 3.0 .0" />
11- <PackageReference Include =" HueApi.ColorConverters" Version =" 3.0 .0" />
12- <PackageReference Include =" HueApi.Entertainment" Version =" 3.0 .0" />
10+ <PackageReference Include =" HueApi" Version =" 3.1 .0" />
11+ <PackageReference Include =" HueApi.ColorConverters" Version =" 3.1 .0" />
12+ <PackageReference Include =" HueApi.Entertainment" Version =" 3.1 .0" />
1313 </ItemGroup >
1414
1515</Project >
Original file line number Diff line number Diff line change 3131 </ItemGroup >
3232
3333 <ItemGroup >
34- <PackageReference Include =" Microsoft.Extensions.DependencyInjection.Abstractions" Version =" 10.0.0 " />
35- <PackageReference Include =" Microsoft.Extensions.Options" Version =" 10.0.0 " />
34+ <PackageReference Include =" Microsoft.Extensions.DependencyInjection.Abstractions" Version =" 10.0.1 " />
35+ <PackageReference Include =" Microsoft.Extensions.Options" Version =" 10.0.1 " />
3636 </ItemGroup >
3737
3838 <ItemGroup >
You can’t perform that action at this time.
0 commit comments