From a33e0cef2436229251afa31e1e06107aebba85b2 Mon Sep 17 00:00:00 2001 From: Mike Harder Date: Mon, 8 May 2017 13:05:08 -0700 Subject: [PATCH] Upgrade StackExchange.Redis.StrongName to version 1.2.3 (#442) - Addresses package downgrade warnings (https://github.com/aspnet/SignalR/issues/428) --- .travis.yml | 1 + appveyor.yml | 1 + build/dependencies.props | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 20b2b45ade..463853ba5d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,6 +20,7 @@ branches: - release - dev - /^(.*\/)?ci-.*$/ + - /^rel\/.*/ before_install: - if test "$TRAVIS_OS_NAME" == "osx"; then brew update; brew install openssl python; ln -s /usr/local/opt/openssl/lib/libcrypto.1.0.0.dylib /usr/local/lib/; ln -s /usr/local/opt/openssl/lib/libssl.1.0.0.dylib /usr/local/lib/; fi - if test "$TRAVIS_OS_NAME" == "linux"; then nvm install $TRAVIS_NODE_VERSION; fi diff --git a/appveyor.yml b/appveyor.yml index dc2a199d96..aa1716d71a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -7,6 +7,7 @@ branches: - release - dev - /^(.*\/)?ci-.*$/ + - /^rel\/.*/ build_script: - ps: .\build.ps1 install: diff --git a/build/dependencies.props b/build/dependencies.props index 345fc5661e..39c832d08f 100644 --- a/build/dependencies.props +++ b/build/dependencies.props @@ -9,7 +9,7 @@ 10.0.1 4.7.1 $(BundledNETStandardPackageVersion) - 1.1.605 + 1.2.3 15.0.0 2.2.0