aboutsummaryrefslogtreecommitdiff
path: root/src/ext/NetFx/be/netfxsearch.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use CompareStringOrdinal() instead of CompareString() case-sensitiveRob Mensching2025-11-031-4/+4
| | | | | | | This commit moves to the modern CompareStringOrdinal() for all case-sensitve uses of CompareString() with the invariant locale. Resolves 6947
* Rename "bundle extension" to "bootstrapper extension" for more consistencyRob Mensching2024-03-071-3/+3
| | | | Also renames WixToolet.BextUtil nupkg to WixToolset.BootstrapperExtensionApi.
* Add netfx:DotNetCoreSdkFeatureBandSearch.Sean Hall2023-01-181-4/+28
| | | | 7058
* Adding support for DotNetCoreSdkSearch and DotNetCoreSdkCompatibilityCheckStaffan Gustafsson2023-01-181-4/+21
|
* Add Netfx bundle extension and netfx:DotNetCoreSearch.Sean Hall2022-10-101-0/+149
Remove built-in .NET Core packages since they update too quickly. Fixes 6257