Skip to content

Commit fc177b0

Browse files
committed
Some package updates
1 parent fea16af commit fc177b0

3 files changed

Lines changed: 19 additions & 9 deletions

File tree

src/CacheManager.Couchbase/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@
3535
},
3636
"dependencies": {
3737
"CacheManager.Core": { "target": "project" },
38-
"CouchbaseNetClient": "2.3.4"
38+
"CouchbaseNetClient": "2.3.8"
3939
},
4040
"frameworks": {
4141
"net45": {
4242
"frameworkAssemblies": {
4343
"System.Configuration": ""
4444
},
4545
"dependencies": {
46-
"Newtonsoft.Json": "9.0.1"
46+
"Newtonsoft.Json": "8.0.3"
4747
}
4848
}
4949
}

src/CacheManager.StackExchange.Redis/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
},
3636
"dependencies": {
3737
"CacheManager.Core": { "target": "project" },
38-
"StackExchange.Redis.StrongName": "1.1.605"
38+
"StackExchange.Redis.StrongName": "1.1.608"
3939
},
4040
"frameworks": {
4141
"net40": {

test/CacheManager.Tests/project.json

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
"CacheManager.StackExchange.Redis": { "target": "project" },
77
"CacheManager.Serialization.Json": { "target": "project" },
88
"CacheManager.Serialization.ProtoBuf": { "target": "project" },
9-
"FluentAssertions": "4.12.0",
10-
"Microsoft.Extensions.Configuration.Json": "1.0.0",
11-
"Microsoft.Extensions.Logging": "1.0.0",
12-
"Microsoft.Extensions.Logging.Console": "1.0.0",
13-
"Microsoft.Extensions.Logging.Debug": "1.0.0",
14-
"xunit": "2.2.0-beta2-build3300",
9+
"FluentAssertions": "4.17.0",
10+
"Microsoft.Extensions.Configuration.Json": "1.1.0",
11+
"Microsoft.Extensions.Logging": "1.1.0",
12+
"Microsoft.Extensions.Logging.Console": "1.1.0",
13+
"Microsoft.Extensions.Logging.Debug": "1.1.0",
14+
"xunit": "2.2.0-beta4-build3444",
1515
"dotnet-test-xunit": "2.2.0-preview2-build1029"
1616
},
1717
"buildOptions": {
@@ -53,6 +53,16 @@
5353
},
5454
"System.Diagnostics.TraceSource": "4.0.0"
5555
}
56+
},
57+
"netcoreapp1.1": {
58+
"buildOptions": { "define": [ "REDISENABLED", "DNXCORE50" ] },
59+
"dependencies": {
60+
"Microsoft.NETCore.App": {
61+
"version": "1.1.0",
62+
"type": "platform"
63+
},
64+
"System.Diagnostics.TraceSource": "4.3.0"
65+
}
5666
}
5767
}
5868
}

0 commit comments

Comments
 (0)