Fix Microsoft.AspNetCore.DataProtection.Azure.Blob dependency version in sample and test

This commit is contained in:
Pavel Krymets 2016-09-07 08:29:37 -07:00
parent 7dcbb27b6f
commit f7c28fe47f
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
"dependencies": {
"Microsoft.AspNetCore.DataProtection": "1.1.0-*",
"Microsoft.AspNetCore.DataProtection.Azure.Blob": "1.1.0-*",
"Microsoft.AspNetCore.DataProtection.Azure.Blob": "0.1.0-*",
"Microsoft.Extensions.DependencyInjection": "1.1.0-*",
"Microsoft.Extensions.Logging": "1.1.0-*",
"Microsoft.Extensions.Logging.Console": "1.1.0-*",

View File

@ -2,7 +2,7 @@
"dependencies": {
"dotnet-test-xunit": "2.2.0-*",
"Microsoft.AspNetCore.DataProtection": "1.1.0-*",
"Microsoft.AspNetCore.DataProtection.Azure.Blob": "1.1.0-*",
"Microsoft.AspNetCore.DataProtection.Azure.Blob": "0.1.0-*",
"Microsoft.AspNetCore.Testing": "1.1.0-*",
"Microsoft.Extensions.DependencyInjection": "1.1.0-*",
"xunit": "2.2.0-*",