MSBuild v15.9.20.62856 Release Notes

Release Date: 2018-11-15 // over 5 years ago
  • This version of MSBuild shipped with Visual Studio 2017 15.9.0.

    ๐Ÿš€ Detailed release notes

    โž• Added

    • MSBuild now respects the global property NuGetInteractive=true, allowing private feeds for SDK resolution (#3621)
    • โž• Added AspNetCoreHostingModel and AspNetCoreModuleName to project IntelliSense (#3773, thanks @jkotalik)

    ๐Ÿ”„ Changed

    • The evaluation context is now respected in some property functions (#3502)
    • โšก๏ธ Updated culture list including Windows pseudo-locales (#3654, thanks @martincostello)

    ๐Ÿ›  Fixed

    • ๐ŸŽ Performance of some property-function invocations was improved (#3509)
    • ๐Ÿ›  Fixed race condition in ToolLocationHelper (#3537, thanks @AntonLapounov)
    • ๐ŸŽ Performance improvements in path operations on non-Windows OSes (#3547)
    • ๐Ÿ— Stop propagating TargetFramework to projects that were specified as solution build dependencies (#3628, thanks @dasMulli)
    • โœ‚ Removed assumption that Enumerable.Empty was an IList, enabling running on .NET Core 3.0 runtimes (#3836, thanks @kacollins)
    • ๐Ÿ›  Fix some edge cases of COM references (#3826, thanks @sidiesen)

    โž• Additional thanks

    Thanks to everyone who filed bugs or provided other feedback to us in this timeframe!