Browse Source

Update to AvalonEdit 6.0 RTM

Update AppVeyor script to no longer install netcore3 SDK (VS 16.3 includes that)
Set global.json to netcore3 RTM
pull/1728/head
Christoph Wille 6 years ago committed by Daniel Grunwald
parent
commit
77ac7c904e
  1. 2
      ILSpy.BamlDecompiler/ILSpy.BamlDecompiler.csproj
  2. 2
      ILSpy/ILSpy.csproj
  3. 1
      appveyor.yml
  4. 2
      global.json

2
ILSpy.BamlDecompiler/ILSpy.BamlDecompiler.csproj

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

2
ILSpy/ILSpy.csproj

@ -48,7 +48,7 @@ @@ -48,7 +48,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="AvalonEdit" Version="6.0.0-rc1" />
<PackageReference Include="AvalonEdit" Version="6.0.0" />
<PackageReference Include="Microsoft.VisualStudio.Composition" Version="15.5.23" />
<PackageReference Include="Mono.Cecil" Version="0.10.3" />
<PackageReference Include="OSVersionHelper" Version="1.0.11" />

1
appveyor.yml

@ -7,7 +7,6 @@ configuration: @@ -7,7 +7,6 @@ configuration:
image: Visual Studio 2019
install:
- cmd: choco install dotnetcore-sdk --pre
- git submodule update --init --recursive
- ps: .\BuildTools\appveyor-install.ps1

2
global.json

@ -3,6 +3,6 @@ @@ -3,6 +3,6 @@
"MSBuild.Sdk.Extras": "2.0.24"
},
"sdk": {
"version": "3.0.100-rc1"
"version": "3.0.100"
}
}

Loading…
Cancel
Save