|
24 | 24 | --> |
25 | 25 | <ItemGroup Label="Transitive Pins"> |
26 | 26 | <!-- System.Drawing.Common: SIL.LCModel.Core pulls 6.0.0 transitively, |
27 | | - but ParatextData 9.5.x requires >= 9.0.9. Pin to 9.0.14. --> |
28 | | - <PackageVersion Include="System.Drawing.Common" Version="9.0.14" /> |
29 | | - <PackageVersion Include="System.Reflection.Metadata" Version="10.0.7" /> |
| 27 | + but ParatextData 9.5.x requires >= 9.0.9. Pin to 9.0.16. --> |
| 28 | + <PackageVersion Include="System.Drawing.Common" Version="9.0.16" /> |
| 29 | + <PackageVersion Include="System.Reflection.Metadata" Version="10.0.8" /> |
30 | 30 | <!-- System.Resources.Extensions: required for non-string resources (images, icons) |
31 | 31 | in .NET Framework SDK-style projects. --> |
32 | | - <PackageVersion Include="System.Resources.Extensions" Version="9.0.13" /> |
| 32 | + <PackageVersion Include="System.Resources.Extensions" Version="9.0.16" /> |
33 | 33 | <!-- DependencyModel: icu.net wants 2.0.4, ParatextData wants >= 9.0.9. |
34 | | - Pin to 9.0.14 which is backward compatible with 2.0.4 API surface. --> |
| 34 | + Keep 9.0.14 until icu.net can load newer assembly identities. --> |
35 | 35 | <PackageVersion Include="Microsoft.Extensions.DependencyModel" Version="9.0.14" /> |
36 | 36 | <!-- System.Memory: ParatextData requires 4.6.3; other packages want 4.5.0–4.6.0. --> |
37 | 37 | <PackageVersion Include="System.Memory" Version="4.6.3" /> |
38 | 38 | <!-- Microsoft.Bcl.HashCode: System.Resources.Extensions requires HashCode. --> |
39 | 39 | <PackageVersion Include="Microsoft.Bcl.HashCode" Version="6.0.0" /> |
40 | 40 | <!-- System.Security.Permissions (LT-22394): ProDotNetZip needs >= 8.0.0, |
41 | | - System.Security.AccessControl needs >= 6.0.0. Pin to 9.0.14. --> |
42 | | - <PackageVersion Include="System.Security.Permissions" Version="9.0.14" /> |
| 41 | + System.Security.AccessControl needs >= 6.0.0. Pin to 9.0.16. --> |
| 42 | + <PackageVersion Include="System.Security.Permissions" Version="9.0.16" /> |
43 | 43 | </ItemGroup> |
44 | 44 |
|
45 | 45 | <!-- |
|
0 commit comments