Skip to content

Commit 7523569

Browse files
committed
Upgrading to .NET 5
1 parent c7c76e6 commit 7523569

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

appsettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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
}

busylight-client.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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>
@@ -15,6 +15,7 @@
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>

0 commit comments

Comments
 (0)