dotnet / deployment-tools

This repo contains the code to build the .NET deployment tools and installers for all supported platforms, as well as the sources to .NET deployment tools.
MIT License
170 stars 51 forks source link

Updating calls to GetTempPath in NetCoreCheck to GetTempPath2 #368

Closed MSLukeWest closed 4 months ago

MSLukeWest commented 4 months ago

Addressing GetTempPath MSRC 86364: ElevationOfPrivilege. We'll now use GetTempPath2 when the OS supports it.

I'm also making a small change to the help output for NetCoreCheck.exe