Browse Source

Update to AvalonEdit 6.1.0-preview1. Fixes #2139.

pull/2153/head
Christoph Wille 5 years ago
parent
commit
914665e067
  1. 2
      ILSpy.BamlDecompiler/ILSpy.BamlDecompiler.csproj
  2. 2
      ILSpy/ILSpy.csproj

2
ILSpy.BamlDecompiler/ILSpy.BamlDecompiler.csproj

@ -36,7 +36,7 @@ @@ -36,7 +36,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="AvalonEdit" Version="6.0.1" />
<PackageReference Include="AvalonEdit" Version="6.1.0-preview1" />
<PackageReference Include="System.Composition" Version="1.3.0" />
</ItemGroup>

2
ILSpy/ILSpy.csproj

@ -49,7 +49,7 @@ @@ -49,7 +49,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="AvalonEdit" Version="6.0.1" />
<PackageReference Include="AvalonEdit" Version="6.1.0-preview1" />
<PackageReference Include="Dirkster.AvalonDock" Version="3.6.1" />
<PackageReference Include="Microsoft.VisualStudio.Composition" Version="16.3.7" />
<PackageReference Include="System.Composition" Version="1.3.0" />

Loading…
Cancel
Save