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

Commit

Permalink
Update partner packages
Browse files Browse the repository at this point in the history
  • Loading branch information
JunTaoLuo committed Feb 15, 2017
1 parent d9e76b4 commit 2ec4ec1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Microsoft.Extensions.Caching.Memory/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"xmlDoc": true
},
"dependencies": {
"Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.1",
"Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.2",
"Microsoft.Extensions.Caching.Abstractions": "1.0.2",
"Microsoft.Extensions.Options": "1.0.2"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dotnet-test-xunit": "1.0.0-rc3-000000-01",
"Microsoft.AspNetCore.Testing": "1.0.1",
"Microsoft.Extensions.Caching.Memory": "1.0.2",
"Microsoft.Extensions.DependencyInjection": "1.0.1",
"Microsoft.Extensions.DependencyInjection": "1.0.2",
"xunit": "2.1.0"
},
"frameworks": {
Expand Down
2 changes: 1 addition & 1 deletion test/Microsoft.Extensions.Caching.Redis.Tests/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"dotnet-test-xunit": "1.0.0-rc3-000000-01",
"Microsoft.AspNetCore.Testing": "1.0.1",
"Microsoft.Extensions.Caching.Redis": "1.0.2",
"Microsoft.Extensions.DependencyInjection": "1.0.1",
"Microsoft.Extensions.DependencyInjection": "1.0.2",
"xunit": "2.1.0"
},
"testRunner": "xunit",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"Microsoft.Extensions.Caching.SqlServer": "1.0.2",
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.2",
"Microsoft.Extensions.Configuration.Json": "1.0.2",
"Microsoft.Extensions.DependencyInjection": "1.0.1",
"Microsoft.Extensions.DependencyInjection": "1.0.2",
"xunit": "2.1.0"
},
"publishOptions": {
Expand Down

0 comments on commit 2ec4ec1

Please sign in to comment.