Browse Source

Remove falsely added Microsoft.Azure.Storage.Blobs (#1845)

pull/1847/head
Daniel James Smith 4 years ago committed by GitHub
parent
commit
cecf052b33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/Core/Core.csproj

1
src/Core/Core.csproj

@ -33,7 +33,6 @@ @@ -33,7 +33,6 @@
<PackageReference Include="Microsoft.Azure.Cosmos.Table" Version="1.0.7" />
<PackageReference Include="Microsoft.Azure.NotificationHubs" Version="3.3.0" />
<PackageReference Include="Microsoft.Azure.ServiceBus" Version="5.1.3" />
<PackageReference Include="Microsoft.Azure.Storage.Blob" Version="11.1.7" />
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="5.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="5.0.0" />
<PackageReference Include="Microsoft.Extensions.Identity.Stores" Version="5.0.9" />

Loading…
Cancel
Save