Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit cf71e78

Browse files
dotnet-botvseanreesermsft
authored andcommitted
Merged PR 25031: [internal/release/3.1] Update dependencies from dnceng/internal/dotnet-corefx
This pull request updates the following dependencies [marker]: <> (Begin:d857f0c2-af97-43df-e8df-08d76e1cf1e0) ## From https://dev.azure.com/dnceng/internal/_git/dotnet-corefx - **Subscription**: d857f0c2-af97-43df-e8df-08d76e1cf1e0 - **Build**: 20220816.2 - **Date Produced**: August 17, 2022 1:28:24 AM UTC - **Commit**: b595a776ed9f749a7cd7f0e2cd8a59b10fa6552e - **Branch**: refs/heads/internal/release/3.1 [DependencyUpdate]: <> (Begin) - **Updates**: - **Microsoft.Private.CoreFx.NETCoreApp**: [from 4.7.0-servicing.22405.2 to 4.7.0-servicing.22416.2][1] - **System.Security.Cryptography.Xml**: [from 4.7.1 to 4.7.1][1] [1]: https://dev.azure.com/dnceng/internal/_git/dotnet-corefx/branches?baseVersion=GCa6b99fa&targetVersion=GCb595a77&_a=files [DependencyUpdate]: <> (End) [marker]: <> (End:d857f0c2-af97-43df-e8df-08d76e1cf1e0)
2 parents ca9594b + 47c1a28 commit cf71e78

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

NuGet.config

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<clear />
99
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
1010
<!-- Begin: Package sources from dotnet-corefx -->
11+
<add key="darc-int-dotnet-corefx-b595a77" value="https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-corefx-b595a776/nuget/v3/index.json" />
1112
<!-- End: Package sources from dotnet-corefx -->
1213
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
1314
<!--
@@ -27,6 +28,7 @@
2728
<clear />
2829
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
2930
<!-- Begin: Package sources from dotnet-corefx -->
31+
<add key="darc-int-dotnet-corefx-b595a77" value="true" />
3032
<!-- End: Package sources from dotnet-corefx -->
3133
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
3234
</disabledPackageSources>

eng/Version.Details.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
<Uri>https://github.com/dotnet/corefx</Uri>
2727
<Sha>0f7f38c4fd323b26da10cce95f857f77f0f09b48</Sha>
2828
</Dependency>
29-
<Dependency Name="Microsoft.Private.CoreFx.NETCoreApp" Version="4.7.0-servicing.22405.2">
29+
<Dependency Name="Microsoft.Private.CoreFx.NETCoreApp" Version="4.7.0-servicing.22416.2">
3030
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-corefx</Uri>
31-
<Sha>a6b99fadd5a4ed7d045332d169013f40caef5a22</Sha>
31+
<Sha>b595a776ed9f749a7cd7f0e2cd8a59b10fa6552e</Sha>
3232
</Dependency>
3333
<Dependency Name="Microsoft.Win32.Registry.AccessControl" Version="4.7.0">
3434
<Uri>https://github.com/dotnet/corefx</Uri>
@@ -168,7 +168,7 @@
168168
</Dependency>
169169
<Dependency Name="System.Security.Cryptography.Xml" Version="4.7.1">
170170
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-corefx</Uri>
171-
<Sha>a6b99fadd5a4ed7d045332d169013f40caef5a22</Sha>
171+
<Sha>b595a776ed9f749a7cd7f0e2cd8a59b10fa6552e</Sha>
172172
</Dependency>
173173
<Dependency Name="System.Security.Permissions" Version="4.7.0">
174174
<Uri>https://github.com/dotnet/corefx</Uri>

eng/Versions.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
<!-- corefx -->
6868
<MicrosoftNETCorePlatformsPackageVersion>3.1.9</MicrosoftNETCorePlatformsPackageVersion>
6969
<MicrosoftNETCoreTargetsPackageVersion>3.1.0</MicrosoftNETCoreTargetsPackageVersion>
70-
<MicrosoftPrivateCoreFxNETCoreAppPackageVersion>4.7.0-servicing.22405.2</MicrosoftPrivateCoreFxNETCoreAppPackageVersion>
70+
<MicrosoftPrivateCoreFxNETCoreAppPackageVersion>4.7.0-servicing.22416.2</MicrosoftPrivateCoreFxNETCoreAppPackageVersion>
7171
<MicrosoftWin32RegistryAccessControlVersion>4.7.0</MicrosoftWin32RegistryAccessControlVersion>
7272
<MicrosoftWin32RegistryVersion>4.7.0</MicrosoftWin32RegistryVersion>
7373
<MicrosoftWin32SystemEventsVersion>4.7.0</MicrosoftWin32SystemEventsVersion>

0 commit comments

Comments
 (0)