Skip to content

Commit 9422b63

Browse files
johnml1135Copilot
andcommitted
Don't force upgrade to System 10
Co-authored-by: Copilot <copilot@github.com>
1 parent c8e2c6d commit 9422b63

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Build/Src/Directory.Packages.props

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@
1717

1818
<!-- Use Update for root-pinned packages and Include for build-only packages absent from the root CPM file. -->
1919
<ItemGroup Label="Build Tool Package Versions">
20-
<PackageVersion Include="Microsoft.Build.Utilities.Core" Version="18.4.0" />
20+
<!-- Keep FwBuildTasks on the 9.x-compatible MSBuild utilities line; 18.4.x pulls System.Collections.Immutable 10.x. -->
21+
<PackageVersion Include="Microsoft.Build.Utilities.Core" Version="18.3.3" />
22+
<PackageVersion Include="System.Collections.Immutable" Version="9.0.13" />
2123
<PackageVersion Update="Microsoft.Extensions.DependencyModel" Version="2.1.0" />
2224
<PackageVersion Update="NUnit3TestAdapter" Version="5.2.0" />
2325
<PackageVersion Include="SIL.BuildTasks" Version="3.2.0" />

0 commit comments

Comments
 (0)