We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94d6785 commit 6c8a16eCopy full SHA for 6c8a16e
Documentation/developer-guide.md
@@ -52,7 +52,7 @@ Go to the csproj file and append this line at the bottom of it. `<Import Project
52
```xml
53
<PropertyGroup>
54
<OutputType>WinExe</OutputType>
55
- <TargetFramework>net6.0-windows</TargetFramework>
+ <TargetFramework>net10.0-windows</TargetFramework>
56
<UseWPF>true</UseWPF>
57
</PropertyGroup>
58
0 commit comments