Skip to content

Commit 61fdb53

Browse files
use net8 and add config Editor reference
1 parent 80ef3d8 commit 61fdb53

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

FileSyncAppWin/FileSyncAppWin.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@
22

33
<PropertyGroup>
44
<OutputType>WinExe</OutputType>
5-
<TargetFramework>net6.0-windows</TargetFramework>
5+
<TargetFramework>net8.0-windows</TargetFramework>
66

77
<UseWindowsForms>true</UseWindowsForms>
88
<ImplicitUsings>enable</ImplicitUsings>
99
</PropertyGroup>
1010

1111
<ItemGroup>
12+
<ProjectReference Include="..\FileSyncAppConfigEditor\FileSyncAppConfigEditor.csproj" />
1213
<ProjectReference Include="..\FileSyncApp\FileSyncApp.csproj" />
1314
</ItemGroup>
1415

0 commit comments

Comments
 (0)