Skip to content
This repository was archived by the owner on Dec 14, 2018. It is now read-only.

Commit 8607ec0

Browse files
authored
Upgrade StackExchange.Redis.StrongName to version 1.2.3 (#304)
- Addresses package downgrade warnings (#301)
1 parent 264b6db commit 8607ec0

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ branches:
1616
- release
1717
- dev
1818
- /^(.*\/)?ci-.*$/
19+
- /^rel\/.*/
1920
before_install:
2021
- if test "$TRAVIS_OS_NAME" == "osx"; then brew update; brew install openssl; 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
2122
script:

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ branches:
66
- release
77
- dev
88
- /^(.*\/)?ci-.*$/
9+
- /^rel\/.*/
910
build_script:
1011
- ps: .\build.ps1
1112
clone_depth: 1

build/dependencies.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<InternalAspNetCoreSdkVersion>2.1.0-*</InternalAspNetCoreSdkVersion>
1414
<MoqVersion>4.7.1</MoqVersion>
1515
<NETStandardImplicitPackageVersion>$(BundledNETStandardPackageVersion)</NETStandardImplicitPackageVersion>
16-
<RedisVersion>1.1.605</RedisVersion>
16+
<RedisVersion>1.2.3</RedisVersion>
1717
<TestSdkVersion>15.0.0</TestSdkVersion>
1818
<XunitVersion>2.2.0</XunitVersion>
1919
</PropertyGroup>

0 commit comments

Comments
 (0)