Skip to content

Commit

Permalink
Upgrade to MessagePack 2.0 and .NET Core 3.1
Browse files Browse the repository at this point in the history
See #54, #55

+semver:breaking
cd21h committed Jan 12, 2020
1 parent f278025 commit 0d2c4ba
Showing 18 changed files with 859 additions and 166 deletions.
6 changes: 6 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -22,6 +22,12 @@ environment:
GITHUB_PASSWORD:
secure: 9gArAAMTQRHIsSZcJ+87GM+kaSfsBlouuFHtBR1hWBY=

install:
- ps: ./dotnet-install.ps1 -Version 3.1.100 -InstallDir "C:\Program Files\dotnet"
- ps: ./dotnet-install.ps1 -Version 3.0.101 -InstallDir "C:\Program Files\dotnet"
- ps: ./dotnet-install.ps1 -Version 2.2.207 -InstallDir "C:\Program Files\dotnet"
- ps: ./dotnet-install.ps1 -Version 2.1.607 -InstallDir "C:\Program Files\dotnet"

build_script:
- ps: ./build.ps1

Loading

0 comments on commit 0d2c4ba

Please sign in to comment.