Skip to content

Commit

Permalink
Merge pull request #68180 from Cosifne/dev/shech/FixWarning
Browse files Browse the repository at this point in the history
Update compiler tool set version in 17.5
  • Loading branch information
Cosifne authored May 15, 2023
2 parents 870c38d + 0ad71a3 commit 07f9d11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
Keep the setting conditional. The toolset sets the assembly version to 42.42.42.42 if not set explicitly.
-->
<AssemblyVersion Condition="'$(OfficialBuild)' == 'true' or '$(DotNetUseShippingVersions)' == 'true'">$(MajorVersion).$(MinorVersion).0.0</AssemblyVersion>
<MicrosoftNetCompilersToolsetVersion>4.4.0-2.final</MicrosoftNetCompilersToolsetVersion>
<MicrosoftNetCompilersToolsetVersion>4.4.0</MicrosoftNetCompilersToolsetVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Versions used by several individual references below -->
Expand Down

0 comments on commit 07f9d11

Please sign in to comment.