Update WindowsAzure.Storage version (#217)

* Update WindowsAzure.Storage version

* Remove target fallback
This commit is contained in:
John Luo 2017-04-05 16:28:43 -07:00 committed by Pavel Krymets
parent 697745c490
commit ff3ff939c3
2 changed files with 1 additions and 2 deletions

View File

@ -9,6 +9,6 @@
<RuntimeFrameworkVersion>2.0.0-*</RuntimeFrameworkVersion>
<TestSdkVersion>15.0.0</TestSdkVersion>
<XunitVersion>2.2.0</XunitVersion>
<WindowsAzureStorageVersion>7.2.1</WindowsAzureStorageVersion>
<WindowsAzureStorageVersion>8.1.1</WindowsAzureStorageVersion>
</PropertyGroup>
</Project>

View File

@ -10,7 +10,6 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PackageTags>aspnetcore;dataprotection;azure;blob</PackageTags>
<PackageTargetFallback Condition=" '$(TargetFramework)' == 'netstandard1.5' ">$(PackageTargetFallback);portable-net45+win8+wp8+wpa81</PackageTargetFallback>
</PropertyGroup>
<ItemGroup>