Skip to content

Commit

Permalink
Updating package version ranges
Browse files Browse the repository at this point in the history
  • Loading branch information
mathewc committed Oct 31, 2018
1 parent 32332fd commit be19c12
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,9 @@

<ItemGroup Condition="'$(TargetFramework)' == 'net46'">
<PackageReference Include="Newtonsoft.Json" Version="[9.0.1]" />
<PackageReference Include="Microsoft.Azure.WebJobs" Version="[2.2.0,2.3.0)" />
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions" Version="[2.2.0,2.3.0)" />
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Http" Version="[1.1.0,1.2.0)" />
<PackageReference Include="Microsoft.Azure.WebJobs" Version="[2.2.0,2.4.0)" />
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions" Version="[2.2.0,2.4.0)" />
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Http" Version="[1.1.0,1.3.0)" />
<PackageReference Include="System.ValueTuple" Version="4.3.0" />
</ItemGroup>

Expand Down

0 comments on commit be19c12

Please sign in to comment.