File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
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 >
You can’t perform that action at this time.
0 commit comments