Fix Microsoft.AspNetCore.DataProtection.Azure.Blob dependency version in sample and test
This commit is contained in:
parent
7dcbb27b6f
commit
f7c28fe47f
|
|
@ -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-*",
|
||||
|
|
|
|||
|
|
@ -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-*",
|
||||
|
|
|
|||
Loading…
Reference in New Issue