Skip to content

Commit a1e0654

Browse files
committed
Update target framework to net7.0-windows
1 parent b3bcc1b commit a1e0654

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Cirilla.WPF/Cirilla.WPF.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-
<TargetFramework>net5.0-windows</TargetFramework>
5+
<TargetFramework>net7.0-windows</TargetFramework>
66
<UseWPF>true</UseWPF>
77
<LangVersion>9.0</LangVersion>
88
<Nullable>enable</Nullable>

0 commit comments

Comments
 (0)