Skip to content

Commit ae0e31b

Browse files
committed
chore: Update demo project to net8.0
Resolves #504
1 parent cecf69a commit ae0e31b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Demo/Demo.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>WinExe</OutputType>
5-
<TargetFrameworks>net6.0-windows</TargetFrameworks>
5+
<TargetFrameworks>net8.0-windows</TargetFrameworks>
66
<UseWindowsForms>true</UseWindowsForms>
77
<ApplicationIcon>SmartFormat.Demo.ico</ApplicationIcon>
88
<NoWarn>$(NoWarn);1591,1573</NoWarn>

0 commit comments

Comments
 (0)