Browse Source

Use AE 6 preview to verify API compat (as well as runtime functionality)

pull/1612/head
Christoph Wille 6 years ago
parent
commit
98406c64de
  1. 2
      ILSpy.BamlDecompiler/ILSpy.BamlDecompiler.csproj
  2. 2
      ILSpy/ILSpy.csproj
  3. 2
      ILSpy/Properties/app.config.template

2
ILSpy.BamlDecompiler/ILSpy.BamlDecompiler.csproj

@ -37,7 +37,7 @@ @@ -37,7 +37,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="AvalonEdit" Version="5.0.4" />
<PackageReference Include="AvalonEdit" Version="6.0.0-preview1" />
</ItemGroup>
<ItemGroup>

2
ILSpy/ILSpy.csproj

@ -48,7 +48,7 @@ @@ -48,7 +48,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="AvalonEdit" Version="5.0.4" />
<PackageReference Include="AvalonEdit" Version="6.0.0-preview1" />
<PackageReference Include="Microsoft.DiaSymReader.Converter.Xml" Version="1.1.0-beta1-63314-01" />
<PackageReference Include="Microsoft.VisualStudio.Composition" Version="15.5.23" />
<PackageReference Include="Mono.Cecil" Version="0.10.3" />

2
ILSpy/Properties/app.config.template

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

Loading…
Cancel
Save