File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 55 "Ring_Time" : 6800 ,
66 "Ring_Tune" : " OpenOffice" ,
77 "Ring_Color" : " Red" ,
8- "Idle_Color" : " Blue" ,
8+ "Idle_Color" : " Blue" ,
99 "ApiKey" : " some-key"
1010 }
1111}
Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk.WindowsDesktop " >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
44 <OutputType >WinExe</OutputType >
5- <TargetFramework >netcoreapp3.1 </TargetFramework >
5+ <TargetFramework >net5.0-windows </TargetFramework >
66 <RootNamespace >busylight_client</RootNamespace >
77 <RuntimeIdentifier >win-x64</RuntimeIdentifier >
88 <UseWindowsForms >true</UseWindowsForms >
1515 <ItemGroup >
1616 <PackageReference Include =" Microsoft.AspNetCore.SignalR.Client" Version =" 5.0.0" />
1717 <PackageReference Include =" Microsoft.Extensions.Configuration" Version =" 5.0.0" />
18+ <PackageReference Include =" Microsoft.Extensions.Configuration.Binder" Version =" 5.0.0" />
1819 <PackageReference Include =" Microsoft.Extensions.Configuration.FileExtensions" Version =" 5.0.0" />
1920 <PackageReference Include =" Microsoft.Extensions.Configuration.Json" Version =" 5.0.0" />
2021 </ItemGroup >
You can’t perform that action at this time.
0 commit comments