Skip to content

Commit 576f0d0

Browse files
authored
[release/8.0] Update dependencies (#34822)
1 parent 43718a7 commit 576f0d0

File tree

4 files changed

+9
-1
lines changed

4 files changed

+9
-1
lines changed

eng/Version.Details.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@
3737
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
3838
<Sha>5535e31a712343a63f5d7d796cd874e563e5ac14</Sha>
3939
</Dependency>
40+
<Dependency Name="System.Formats.Asn1" Version="8.0.1">
41+
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
42+
<Sha>2aade6beb02ea367fd97c4070a4198802fe61c03</Sha>
43+
</Dependency>
4044
<Dependency Name="System.Text.Json" Version="8.0.4">
4145
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
4246
<Sha>2aade6beb02ea367fd97c4070a4198802fe61c03</Sha>

eng/Versions.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
<MicrosoftExtensionsHostFactoryResolverSourcesVersion>8.0.8-servicing.24366.12</MicrosoftExtensionsHostFactoryResolverSourcesVersion>
2828
<MicrosoftExtensionsLoggingVersion>8.0.0</MicrosoftExtensionsLoggingVersion>
2929
<SystemTextJsonVersion>8.0.4</SystemTextJsonVersion>
30+
<SystemFormatsAsn1Version>8.0.1</SystemFormatsAsn1Version>
3031
<MicrosoftNETCoreAppRefVersion>8.0.8</MicrosoftNETCoreAppRefVersion>
3132
<MicrosoftNETCoreAppRuntimewinx64Version>8.0.8</MicrosoftNETCoreAppRuntimewinx64Version>
3233
<MicrosoftNETCoreBrowserDebugHostTransportVersion>8.0.8-servicing.24366.12</MicrosoftNETCoreBrowserDebugHostTransportVersion>

src/EFCore.Cosmos/EFCore.Cosmos.csproj

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

4747
<ItemGroup>
4848
<PackageReference Include="Microsoft.Azure.Cosmos" Version="3.35.4" />
49+
<PackageReference Include="System.Net.Http" Version="4.3.4" />
50+
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
4951
</ItemGroup>
5052

5153
<ItemGroup>

src/EFCore.SqlServer/EFCore.SqlServer.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@
4848
</ItemGroup>
4949

5050
<ItemGroup>
51-
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.1.5" />
51+
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.1.6" />
52+
<PackageReference Include="System.Formats.Asn1" Version="$(SystemFormatsAsn1Version)" />
5253
</ItemGroup>
5354

5455
<ItemGroup>

0 commit comments

Comments
 (0)