Skip to content

Commit 669a325

Browse files
committed
Update target framework to .NET 10.0 for Windows
Changed project configuration to target net10.0-windows instead of net8.0-windows, enabling use of the latest .NET features and improvements.
1 parent 53b82bb commit 669a325

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/CursorCoordinateTracker/CursorCoordinateTracker.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>net8.0-windows</TargetFramework>
5+
<TargetFramework>net10.0-windows</TargetFramework>
66
<PublishSingleFile>true</PublishSingleFile>
77
<SelfContained>true</SelfContained>
88
<RuntimeIdentifier>win-x64</RuntimeIdentifier>

0 commit comments

Comments
 (0)