Skip to content

Commit db17960

Browse files
Merge pull request #61 from atc-net/dependabot/nuget/src/Atc.Cosmos/System.Text.Json-8.0.5
Bump System.Text.Json from 8.0.4 to 8.0.5 in /src/Atc.Cosmos
2 parents c43e027 + e206d31 commit db17960

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Atc.Cosmos/Atc.Cosmos.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
1313
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="8.0.0" />
1414
<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)" />
15+
<PackageReference Include="System.Text.Json" Version="8.0.5" />
16+
<PackageReference Include="Microsoft.Azure.Cosmos" Version="3.43.0-preview.0" Condition="$(IsPreview)" />
1717
<PackageReference Include="Microsoft.Azure.Cosmos" Version="3.43.1" Condition="!$(IsPreview)" />
1818
</ItemGroup>
1919

0 commit comments

Comments
 (0)