From ff3ff939c3429fbf4fa100f0f8fe88433454b5d8 Mon Sep 17 00:00:00 2001 From: John Luo Date: Wed, 5 Apr 2017 16:28:43 -0700 Subject: [PATCH] Update WindowsAzure.Storage version (#217) * Update WindowsAzure.Storage version * Remove target fallback --- build/dependencies.props | 2 +- .../Microsoft.AspNetCore.DataProtection.AzureStorage.csproj | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/build/dependencies.props b/build/dependencies.props index f94b00d78b..da37719ca8 100644 --- a/build/dependencies.props +++ b/build/dependencies.props @@ -9,6 +9,6 @@ 2.0.0-* 15.0.0 2.2.0 - 7.2.1 + 8.1.1 \ No newline at end of file diff --git a/src/Microsoft.AspNetCore.DataProtection.AzureStorage/Microsoft.AspNetCore.DataProtection.AzureStorage.csproj b/src/Microsoft.AspNetCore.DataProtection.AzureStorage/Microsoft.AspNetCore.DataProtection.AzureStorage.csproj index e017d060cc..1aa0031625 100644 --- a/src/Microsoft.AspNetCore.DataProtection.AzureStorage/Microsoft.AspNetCore.DataProtection.AzureStorage.csproj +++ b/src/Microsoft.AspNetCore.DataProtection.AzureStorage/Microsoft.AspNetCore.DataProtection.AzureStorage.csproj @@ -10,7 +10,6 @@ true true aspnetcore;dataprotection;azure;blob - $(PackageTargetFallback);portable-net45+win8+wp8+wpa81