Commit e0ebf83
committed
Use 'UnmanagedExports.Repack.Upgrade`
Eliminates a lingering build dependency on an ancient version of
Microsoft.Build.Utilities (v2.0.0.0), which won't be available in
environments where .NET Framework 3.5 build tools have not been
installed [^1]
See https://www.nuget.org/packages/UnmanagedExports.Repack.Upgrade
Caveats
........
* initial builds must now run a 'Restore' task first [^2]
* this adds package references with the 'GeneratePathProperty' attribute,
so at least VS 2019 (i.e. MSBuild 16), or NuGet 5.0, is required [^3]
[^1] https://community.notepad-plus-plus.org/post/93058
[^2] https://learn.microsoft.com/nuget/reference/msbuild-targets#restore-target
[^3] https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#generatepathproperty1 parent 470b8f8 commit e0ebf83
File tree
8 files changed
+22
-50
lines changed- .github/workflows
- NppCSharpPluginPack
- PluginInfrastructure
- DllExport
8 files changed
+22
-50
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
32 | 34 | | |
33 | 35 | | |
34 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
68 | 76 | | |
69 | 77 | | |
70 | 78 | | |
| |||
181 | 189 | | |
182 | 190 | | |
183 | 191 | | |
184 | | - | |
| 192 | + | |
| 193 | + | |
185 | 194 | | |
186 | 195 | | |
187 | 196 | | |
| |||
Lines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
7 | 14 | | |
8 | 15 | | |
9 | 16 | | |
| |||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Lines changed: 0 additions & 46 deletions
This file was deleted.
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments