Skip to content

Commit 14a96b4

Browse files
author
Mirroring
committed
Merge commit '8f67cf8489be6fbf949daa7081213a6fe5c634f0'
2 parents 2d91e4f + 8f67cf8 commit 14a96b4

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<PackageVersion Include="Microsoft.DotNet.Build.Tasks.Templating" Version="$(MicrosoftDotNetBuildTasksTemplatingVersion)" />
3737

3838
<!-- Azure SDK for .NET dependencies -->
39-
<PackageVersion Include="Microsoft.Azure.Cosmos" Version="3.45.2" />
39+
<PackageVersion Include="Microsoft.Azure.Cosmos" Version="3.48.0" />
4040

4141
<!-- SQL Server dependencies -->
4242
<PackageVersion Include="Microsoft.Data.SqlClient" Version="5.1.6" />

src/EFCore.Cosmos/EFCore.Cosmos.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@
5050

5151
<ItemGroup>
5252
<PackageReference Include="Microsoft.Azure.Cosmos" />
53+
<!-- Microsoft.Azure.Cosmos requires explicit reference to Newtonsoft.Json >= 10.0.2 -->
54+
<PackageReference Include="Newtonsoft.Json" />
5355
</ItemGroup>
5456

5557
<ItemGroup>

0 commit comments

Comments
 (0)