Skip to content
This repository was archived by the owner on Sep 1, 2023. It is now read-only.

Commit 88d44e2

Browse files
authored
Merge pull request #57 from TekuSP/TekuSP-update-to-net7
Update to .NET 7
2 parents daa275b + 12c64d3 commit 88d44e2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/dotnet-core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup .NET Core
1717
uses: actions/setup-dotnet@v1
1818
with:
19-
dotnet-version: 3.1.301
19+
dotnet-version: 7.0.x
2020
- name: Install dependencies
2121
run: dotnet restore
2222
- name: Build

LgThinqApi/LgThinqApi.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>netcoreapp3.1</TargetFramework>
4+
<TargetFramework>net7.0</TargetFramework>
55
</PropertyGroup>
66

77
<ItemGroup>

ThinqWPFClient/ThinqWPFClient.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<OutputType>WinExe</OutputType>
55
<RootNamespace>ThinqAClient</RootNamespace>
66
<AssemblyName>ThinqAClient</AssemblyName>
7-
<TargetFramework>netcoreapp3.1</TargetFramework>
7+
<TargetFramework>net7.0-windows</TargetFramework>
88
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
99
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
1010
<AssemblyTitle>ThinqAClient</AssemblyTitle>
@@ -33,4 +33,4 @@
3333
<ItemGroup>
3434
<ProjectReference Include="..\LgThinqApi\LgThinqApi.csproj" />
3535
</ItemGroup>
36-
</Project>
36+
</Project>

0 commit comments

Comments
 (0)