Skip to content

MSBuild 15.9.20

Compare
Choose a tag to compare
@rainersigwald rainersigwald released this 15 Nov 15:50
v15.9.20.62856

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!