Skip to content

Commit

Permalink
Fixing Storage SDK version range to be inclusive of 5.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mathewc committed Dec 16, 2015
1 parent 3f0d58a commit a4cb0c6
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, 5.0.2]"/>
</dependencies>
</metadata>
</package>

0 comments on commit a4cb0c6

Please sign in to comment.