Skip to content

Commit

Permalink
Revert to older version of ICSharpCode.Decompiler (#852)
Browse files Browse the repository at this point in the history
***NO_CI***
  • Loading branch information
josesimoes authored Nov 25, 2024
1 parent 9f6c50b commit a8561ff
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
4 changes: 4 additions & 0 deletions REAME-BEFORE-UPDATE-REFS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@ On failure, a CompositionException is usually silently thrown, and the debugger
VS2019

- ICSharpCode cannot be updated beyond v7.2.1.6856 because System.Collections.Immutable cannot go beyond v5.0.0.

VS2022

- ICSharpCode cannot be updated beyond v7.2.1.6856 because System.Collections.Immutable cannot go beyond v5.0.0.
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@
<Version>4.6.1</Version>
</PackageReference>
<PackageReference Include="ICSharpCode.Decompiler">
<Version>8.2.0.7535</Version>
<Version>7.2.1.6856</Version>
</PackageReference>
<PackageReference Include="MessagePack">
<Version>2.5.192</Version>
Expand Down
11 changes: 6 additions & 5 deletions VisualStudio.Extension-2022/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,13 @@
},
"ICSharpCode.Decompiler": {
"type": "Direct",
"requested": "[8.2.0.7535, )",
"resolved": "8.2.0.7535",
"contentHash": "y4vSHtXCoTNISvvlxcskz+Hiw1vqY0kQsu0loO6nOsWwwZ60IxaTygEFapN2SuSB3SiswGPv535y/bV70Fm8hw==",
"requested": "[7.2.1.6856, )",
"resolved": "7.2.1.6856",
"contentHash": "0YtLSmDhFJb79+K4c/unBWT5ZHu9ov++k0gCfxIB6+uM/n5TEYjZMKSiEQDB6FeaeLPmduxB3SYxasLIDjuhEQ==",
"dependencies": {
"System.Collections.Immutable": "6.0.0",
"System.Reflection.Metadata": "6.0.0"
"Microsoft.Win32.Registry": "5.0.0",
"System.Collections.Immutable": "5.0.0",
"System.Reflection.Metadata": "5.0.0"
}
},
"MessagePack": {
Expand Down

0 comments on commit a8561ff

Please sign in to comment.