We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80ef3d8 commit 61fdb53Copy full SHA for 61fdb53
1 file changed
FileSyncAppWin/FileSyncAppWin.csproj
@@ -2,13 +2,14 @@
2
3
<PropertyGroup>
4
<OutputType>WinExe</OutputType>
5
- <TargetFramework>net6.0-windows</TargetFramework>
+ <TargetFramework>net8.0-windows</TargetFramework>
6
7
<UseWindowsForms>true</UseWindowsForms>
8
<ImplicitUsings>enable</ImplicitUsings>
9
</PropertyGroup>
10
11
<ItemGroup>
12
+ <ProjectReference Include="..\FileSyncAppConfigEditor\FileSyncAppConfigEditor.csproj" />
13
<ProjectReference Include="..\FileSyncApp\FileSyncApp.csproj" />
14
</ItemGroup>
15
0 commit comments