We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 27c3a1a + ab71f47 commit c43e027Copy full SHA for c43e027
src/Atc.Cosmos/Atc.Cosmos.csproj
@@ -14,7 +14,7 @@
14
<PackageReference Include="Microsoft.Extensions.Options" Version="8.0.2" />
15
<PackageReference Include="System.Text.Json" Version="8.0.4" />
16
<PackageReference Include="Microsoft.Azure.Cosmos" Version="3.41.0-preview.0" Condition="$(IsPreview)" />
17
- <PackageReference Include="Microsoft.Azure.Cosmos" Version="3.40.0" Condition="!$(IsPreview)" />
+ <PackageReference Include="Microsoft.Azure.Cosmos" Version="3.43.1" Condition="!$(IsPreview)" />
18
</ItemGroup>
19
20
<ItemGroup Condition="$(TargetFramework) == 'netstandard2.0'">
0 commit comments