Commit 2f889a2
authored
Pin System.Formats.Nrbf and its transitive dependencies to 10.0.4 release for .NET Framework (#14487)
This change pins the runtime assemblies pulled in by the
System.Formats.Nrbf reference to the 10.0.4 release for .NET Framework
project Microsoft.Private.Windows.Core.csproj. This is required for
consumption in Dev18 VS.
• System.Formats.Nrbf → 10.0.4
• System.Collections.Immutable → 10.0.4 (transitive, now explicitly
referenced with PrivateAssets="all")
• System.Reflection.Metadata → 10.0.4 (transitive, now explicitly
referenced with PrivateAssets="all")
Without these pins, restore was resolving the .NET 11 preview
(11.0.0-preview.4.26215.121) for these packages.
###### Microsoft Reviewers: [Open in
CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/dotnet/winforms/pull/14487)2 files changed
Lines changed: 9 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
77 | 82 | | |
78 | 83 | | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | 84 | | |
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
43 | 42 | | |
44 | 43 | | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
45 | 48 | | |
46 | 49 | | |
47 | 50 | | |
| |||
0 commit comments