Skip to content

Conversation

@JesseCol
Copy link
Contributor

@JesseCol JesseCol commented Dec 8, 2025

When using winapp node create-addon to create a managed add-on, the resulting .csproj now uses this TFM by default:

<TargetFramework>net10.0-windows10.0.26100.0</TargetFramework>

This is just the default, the app dev can easily change it. We're targeting Windows version 26100 by default because the AI APIs the API projections use are supported there.

@JesseCol JesseCol marked this pull request as ready for review December 8, 2025 21:52
@azchohfi azchohfi enabled auto-merge (squash) December 9, 2025 18:52
@azchohfi azchohfi merged commit 3605370 into main Dec 9, 2025
7 checks passed
@azchohfi azchohfi deleted the jessecol/addon-uses-dotnet10 branch December 9, 2025 18:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Generated dotnet electron addons should target .NET 10 and 26100 Windows SDK

3 participants