Skip to content

Commit b92f008

Browse files
authored
Update build tools to 17.8.43 (#15305)
1 parent 697c127 commit b92f008

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eng/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<CoverletCoverageVersion>1.2.0</CoverletCoverageVersion>
3030
<!--
3131
When updating the version of Microsoft.Build.Utilities.Core, go check on nuget.org which TFMs it targets.
32-
Because you will need to update Microsoft.TestPlatform.Build.UnitTests to build using that concrete .NET TFM, e.g. net8.0 for 17.8.3.
32+
Because you will need to update Microsoft.TestPlatform.Build.UnitTests to build using that concrete .NET TFM, e.g. net8.0 for 17.8.43.
3333
Otherwise it will restore the netstandard2.0 *reference* library into test project bin, and the test project will fail
3434
with File not found error.
3535
@@ -39,7 +39,7 @@
3939
Lot of these versions are not the latest present on nuget.org, we need to use versions that are present in SourceBuild to
4040
avoid introducing pre-builts. https://github.com/dotnet/source-build-reference-packages/tree/main/src/referencePackages/src
4141
-->
42-
<MicrosoftBuildFrameworkPackageVersion>17.8.3</MicrosoftBuildFrameworkPackageVersion>
42+
<MicrosoftBuildFrameworkPackageVersion>17.8.43</MicrosoftBuildFrameworkPackageVersion>
4343
<MicrosoftBuildPackageVersion>$(MicrosoftBuildFrameworkPackageVersion)</MicrosoftBuildPackageVersion>
4444
<MicrosoftBuildUtilitiesCorePackageVersion>$(MicrosoftBuildFrameworkPackageVersion)</MicrosoftBuildUtilitiesCorePackageVersion>
4545
<MicrosoftBuildFrameworkReferenceOnly>$(MicrosoftBuildFrameworkPackageVersion)</MicrosoftBuildFrameworkReferenceOnly>

0 commit comments

Comments
 (0)