We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8e2c6d commit 9422b63Copy full SHA for 9422b63
1 file changed
Build/Src/Directory.Packages.props
@@ -17,7 +17,9 @@
17
18
<!-- Use Update for root-pinned packages and Include for build-only packages absent from the root CPM file. -->
19
<ItemGroup Label="Build Tool Package Versions">
20
- <PackageVersion Include="Microsoft.Build.Utilities.Core" Version="18.4.0" />
+ <!-- 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" />
23
<PackageVersion Update="Microsoft.Extensions.DependencyModel" Version="2.1.0" />
24
<PackageVersion Update="NUnit3TestAdapter" Version="5.2.0" />
25
<PackageVersion Include="SIL.BuildTasks" Version="3.2.0" />
0 commit comments