Commit 3605370
authored
Managed addon now uses dotnet 10 by default and Windows 26100 (#182)
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.1 parent b5fec74 commit 3605370
File tree
4 files changed
+4
-11
lines changed- samples/electron
- csAddon
- src/winapp-npm/cs-addon-template
4 files changed
+4
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
| 11 | + | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
0 commit comments