Skip to content

Commit ffdec02

Browse files
dougbuwtgodbe
andauthored
[release/3.1] Unpin System.IO.Pipelines and System.Runtime.CompilerServices.Unsafe versions (#25014)
- see #24937 - add CPD for Microsoft.Internal.Extensions.Refs - move System.IO.Pipelines version to latest Co-authored-by: William Godbe <[email protected]>
1 parent a4eca3b commit ffdec02

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

eng/Version.Details.xml

+6-6
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<Uri>https://github.com/dotnet/blazor</Uri>
1414
<Sha>cc449601d638ffaab58ae9487f0fd010bb178a12</Sha>
1515
</Dependency>
16-
<Dependency Name="System.Net.Http.Json" Version="3.2.0">
16+
<Dependency Name="System.Net.Http.Json" Version="3.2.0" CoherentParentDependency="Microsoft.NETCore.App.Runtime.win-x64">
1717
<Uri>https://github.com/dotnet/corefx</Uri>
1818
<Sha>66409e392d64ed96e5d3a5fda712d9baf51196ed</Sha>
1919
</Dependency>
@@ -317,9 +317,9 @@
317317
<Uri>https://github.com/dotnet/corefx</Uri>
318318
<Sha>0f7f38c4fd323b26da10cce95f857f77f0f09b48</Sha>
319319
</Dependency>
320-
<Dependency Name="System.IO.Pipelines" Version="4.7.1" Pinned="true">
320+
<Dependency Name="System.IO.Pipelines" Version="4.7.2" CoherentParentDependency="Microsoft.NETCore.App.Runtime.win-x64">
321321
<Uri>https://github.com/dotnet/corefx</Uri>
322-
<Sha>8a3ffed558ddf943c1efa87d693227722d6af094</Sha>
322+
<Sha>059a4a19e602494bfbed473dbbb18f2dbfbd0878</Sha>
323323
</Dependency>
324324
<Dependency Name="System.Net.Http.WinHttpHandler" Version="4.7.0" CoherentParentDependency="Microsoft.NETCore.App.Runtime.win-x64">
325325
<Uri>https://github.com/dotnet/corefx</Uri>
@@ -333,7 +333,7 @@
333333
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-corefx</Uri>
334334
<Sha>059a4a19e602494bfbed473dbbb18f2dbfbd0878</Sha>
335335
</Dependency>
336-
<Dependency Name="System.Runtime.CompilerServices.Unsafe" Version="4.7.1" Pinned="true">
336+
<Dependency Name="System.Runtime.CompilerServices.Unsafe" Version="4.7.1" CoherentParentDependency="Microsoft.NETCore.App.Runtime.win-x64">
337337
<Uri>https://github.com/dotnet/corefx</Uri>
338338
<Sha>8a3ffed558ddf943c1efa87d693227722d6af094</Sha>
339339
</Dependency>
@@ -381,8 +381,8 @@
381381
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-core-setup</Uri>
382382
<Sha>3acd9b0cd16596bad450c82be08780875a73c05c</Sha>
383383
</Dependency>
384-
<!-- !!! Pin this again once 3.1.8 is released. May need CoherentParentDependency="Microsoft.EntityFrameworkCore" after next extensions build. -->
385-
<Dependency Name="Microsoft.Internal.Extensions.Refs" Version="3.1.0-rtm.19565.4">
384+
<!-- !!! Pin this again & remove CPD once 3.1.8 is released. -->
385+
<Dependency Name="Microsoft.Internal.Extensions.Refs" Version="3.1.0-rtm.19565.4" CoherentParentDependency="Microsoft.EntityFrameworkCore">
386386
<Uri>https://github.com/dotnet/Extensions</Uri>
387387
<Sha>3acd9b0cd16596bad450c82be08780875a73c05c</Sha>
388388
</Dependency>

eng/Versions.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
<SystemComponentModelAnnotationsPackageVersion>4.7.0</SystemComponentModelAnnotationsPackageVersion>
8282
<SystemDiagnosticsEventLogPackageVersion>4.7.0</SystemDiagnosticsEventLogPackageVersion>
8383
<SystemDrawingCommonPackageVersion>4.7.0</SystemDrawingCommonPackageVersion>
84-
<SystemIOPipelinesPackageVersion>4.7.1</SystemIOPipelinesPackageVersion>
84+
<SystemIOPipelinesPackageVersion>4.7.2</SystemIOPipelinesPackageVersion>
8585
<SystemNetHttpWinHttpHandlerPackageVersion>4.7.0</SystemNetHttpWinHttpHandlerPackageVersion>
8686
<SystemNetWebSocketsWebSocketProtocolPackageVersion>4.7.1</SystemNetWebSocketsWebSocketProtocolPackageVersion>
8787
<SystemReflectionMetadataPackageVersion>1.8.1</SystemReflectionMetadataPackageVersion>

0 commit comments

Comments
 (0)