File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 1- NetOffice build tasks helps your with development of Microsoft Office add-ins.
1+ NetOffice build tasks help your with development of Microsoft Office add-ins.
22
33Use ` NetOfficeFw.Build ` to automatically register and cleanup your add-ins
44when developing Office extensions.
55
6- Add-in are registered to your user profile and it does not require running
7- with administrator rights.
6+ Add-ins are registered to your user profile and the registration does not require
7+ administrator rights.
88
99
1010### Supported Projects
1111
1212NetOffice build tasks support .NET Framework projects in classic and modern format.
1313You can use ` packages.config ` or ` <PackageReference> ` in your project.
14- Supported .NET Frameworks are 4.5.2, 4.6.2 and 4.8.
14+
15+ Supported .NET Frameworks are 4.6.2 and 4.8.
16+
17+ _ The .NET Core assemblies are not supported yet._
1518
1619
1720### Usage in modern .NET SDK-style projects
You can’t perform that action at this time.
0 commit comments