Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
</PropertyGroup>

<PropertyGroup>
<MicrosoftBuildVersion Condition="'$(MicrosoftBuildVersion)' == '' and '$(DotNetBuildSourceOnly)' == 'true'">17.12.36</MicrosoftBuildVersion>
<MicrosoftBuildVersion Condition="'$(MicrosoftBuildVersion)' == '' and '$(DotNetBuildSourceOnly)' == 'true'">17.12.50</MicrosoftBuildVersion>
<!-- Read docs/updating-packages.md before updating MSBuild's version -->
<MicrosoftBuildVersion Condition="'$(MicrosoftBuildVersion)' == ''">17.11.31</MicrosoftBuildVersion>
<MicrosoftBuildVersion Condition="'$(MicrosoftBuildVersion)' == ''">17.11.48</MicrosoftBuildVersion>
</PropertyGroup>

<!-- Overridden by source build to ensure the same version is used across products, do not remove these properties -->
Expand Down