Skip to content

Commit

Permalink
Changing Storage SDK upper bound to 5.0.2. Tested the full SDK agains…
Browse files Browse the repository at this point in the history
…t this and it works.
  • Loading branch information
mathewc committed Dec 16, 2015
1 parent e12524f commit 3f0d58a
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.0)"/>
<dependency id="WindowsAzure.Storage" version="[4.3.0, 5.0.2)"/>
</dependencies>
</metadata>
</package>

0 comments on commit 3f0d58a

Please sign in to comment.