Skip to content

Commit

Permalink
adjusting Cosmos package dependencies (#688)
Browse files Browse the repository at this point in the history
  • Loading branch information
brettsam authored Nov 12, 2020
1 parent e88a147 commit 467847e
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<WarningsAsErrors />
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Azure.DocumentDB.ChangeFeedProcessor" Version="2.3.0" />
<PackageReference Include="Microsoft.Azure.DocumentDB.Core" Version="2.10.3" />
<PackageReference Include="Microsoft.Azure.WebJobs" Version="3.0.25" />
<PackageReference Include="Microsoft.Azure.DocumentDB.ChangeFeedProcessor" Version="2.3.2" />
<PackageReference Include="Microsoft.Azure.DocumentDB.Core" Version="2.12.0" />
<PackageReference Include="Microsoft.Azure.WebJobs" Version="3.0.23" />
<PackageReference Include="Microsoft.CSharp" Version="4.5.0" />
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit 467847e

Please sign in to comment.