Skip to content

Commit

Permalink
Remove Microsoft.Azure.Cosmos.Direct from nupkg (#22449)
Browse files Browse the repository at this point in the history
Part of #22231
  • Loading branch information
bricelam committed Sep 8, 2020
1 parent 7db82b4 commit 7fca201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EFCore.Cosmos/EFCore.Cosmos.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<ItemGroup>
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118" PrivateAssets="All" />
<PackageReference Include="Microsoft.Azure.Cosmos" Version="3.12.0" />
<PackageReference Include="Microsoft.Azure.Cosmos.Direct" Version="3.11.4" />
<PackageReference Include="Microsoft.Azure.Cosmos.Direct" Version="3.11.4" PrivateAssets="All" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 7fca201

Please sign in to comment.