Skip to content

Commit

Permalink
Removing Storage SDK version cap
Browse files Browse the repository at this point in the history
  • Loading branch information
mathewc authored and davidebbo committed Jun 21, 2016
1 parent 9091e37 commit ebaed38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Microsoft.Azure.WebJobs.NuGet/WebJobs.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<dependencies>
<dependency id="Microsoft.Azure.WebJobs.Core" version="[$WebJobsPackageVersion$]" />
<dependency id="Newtonsoft.Json" version="6.0.8"/>
<dependency id="WindowsAzure.Storage" version="[4.3.0, 5.0.2]"/>
<dependency id="WindowsAzure.Storage" version="4.3.0"/>
</dependencies>
</metadata>
</package>

0 comments on commit ebaed38

Please sign in to comment.