Browse Source

Update AvalonEdit to 6.1.1

pull/2334/head
Siegfried Pammer 4 years ago
parent
commit
f4350153ac
  1. 2
      ILSpy/Properties/app.config.template
  2. 2
      packages.props

2
ILSpy/Properties/app.config.template

@ -15,7 +15,7 @@ @@ -15,7 +15,7 @@
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="ICSharpCode.AvalonEdit" publicKeyToken="9cc39be672370310" culture="neutral"/>
<bindingRedirect oldVersion="4.1.0.0-99.9.9.9" newVersion="6.1.0.12"/>
<bindingRedirect oldVersion="4.1.0.0-99.9.9.9" newVersion="6.1.1.20"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="ICSharpCode.Decompiler" publicKeyToken="d4bfe873e7598c49" culture="neutral"/>

2
packages.props

@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@
<ILAsmVersion>5.0.0</ILAsmVersion> <!-- Microsoft.NETCore.ILAsm -->
<RoslynVersion>3.8.0</RoslynVersion> <!-- Microsoft.CodeAnalysis.* -->
<MonoCecilVersion>0.11.3</MonoCecilVersion>
<AvalonEditVersion>6.1.0</AvalonEditVersion>
<AvalonEditVersion>6.1.1</AvalonEditVersion>
<NUnitVersion>3.12.0</NUnitVersion>
<NUnitAdapterVersion>3.13.0</NUnitAdapterVersion>
<MoqVersion>4.14.1</MoqVersion>

Loading…
Cancel
Save