Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Standardize on .NET 6 as the minimum for .NET Core platform. | Rob Mensching | 2022-10-03 | 1 | -2/+2 |
| | | | | Closes 6942 | ||||
* | Add direct reference to System.Configuration.ConfigurationManager | Rob Mensching | 2022-08-16 | 1 | -0/+1 |
| | | | | | | | | MSBuild seems to have introduced a breaking change which requires referencing a later System.Configuration.ConfigurationManager for netcoreapp heat working with MSBuild. Fixes 6868 | ||||
* | Remove unused WixToolset.Core.Burn reference to shrink ~10MB | Rob Mensching | 2022-08-15 | 1 | -1/+0 |
| | |||||
* | Create WixToolset.Heat.nupkg to distribute heat.exe and Heat targets | Rob Mensching | 2022-08-01 | 1 | -0/+43 |
Moves Heat functionality to the "tools" layer and packages it all up in WixToolset.Heat.nupkg for distribution in WiX v4. Completes 6838 |