Skip to content

Commit 6c8a16e

Browse files
Updated .Net version in developer guide (#11225)
1 parent 94d6785 commit 6c8a16e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/developer-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Go to the csproj file and append this line at the bottom of it. `<Import Project
5252
```xml
5353
<PropertyGroup>
5454
<OutputType>WinExe</OutputType>
55-
<TargetFramework>net6.0-windows</TargetFramework>
55+
<TargetFramework>net10.0-windows</TargetFramework>
5656
<UseWPF>true</UseWPF>
5757
</PropertyGroup>
5858

0 commit comments

Comments
 (0)