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

Commit ce3350c

Browse files
committed
[internal/release/3.1] Update dependencies from dnceng/internal/dotnet-corefx
1 parent 9a6e108 commit ce3350c

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
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-e0e08bd" value="https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-corefx-e0e08bd5/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-e0e08bd" 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

+5-5
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.22315.4">
29+
<Dependency Name="Microsoft.Private.CoreFx.NETCoreApp" Version="4.7.0-servicing.22363.1">
3030
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-corefx</Uri>
31-
<Sha>a0e457f26f231f3e74a795dba807890df41eb373</Sha>
31+
<Sha>e0e08bd541f891194017fe74e6b8daf2b550a5d7</Sha>
3232
</Dependency>
3333
<Dependency Name="Microsoft.Win32.Registry.AccessControl" Version="4.7.0">
3434
<Uri>https://github.com/dotnet/corefx</Uri>
@@ -166,9 +166,9 @@
166166
<Uri>https://github.com/dotnet/corefx</Uri>
167167
<Sha>0f7f38c4fd323b26da10cce95f857f77f0f09b48</Sha>
168168
</Dependency>
169-
<Dependency Name="System.Security.Cryptography.Xml" Version="4.7.0">
170-
<Uri>https://github.com/dotnet/corefx</Uri>
171-
<Sha>0f7f38c4fd323b26da10cce95f857f77f0f09b48</Sha>
169+
<Dependency Name="System.Security.Cryptography.Xml" Version="4.7.1">
170+
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-corefx</Uri>
171+
<Sha>e0e08bd541f891194017fe74e6b8daf2b550a5d7</Sha>
172172
</Dependency>
173173
<Dependency Name="System.Security.Permissions" Version="4.7.0">
174174
<Uri>https://github.com/dotnet/corefx</Uri>

eng/Versions.props

+2-2
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.22315.4</MicrosoftPrivateCoreFxNETCoreAppPackageVersion>
70+
<MicrosoftPrivateCoreFxNETCoreAppPackageVersion>4.7.0-servicing.22363.1</MicrosoftPrivateCoreFxNETCoreAppPackageVersion>
7171
<MicrosoftWin32RegistryAccessControlVersion>4.7.0</MicrosoftWin32RegistryAccessControlVersion>
7272
<MicrosoftWin32RegistryVersion>4.7.0</MicrosoftWin32RegistryVersion>
7373
<MicrosoftWin32SystemEventsVersion>4.7.0</MicrosoftWin32SystemEventsVersion>
@@ -86,7 +86,7 @@
8686
<SystemSecurityCryptographyCngVersion>4.7.0</SystemSecurityCryptographyCngVersion>
8787
<SystemSecurityCryptographyPkcsVersion>4.7.0</SystemSecurityCryptographyPkcsVersion>
8888
<SystemSecurityCryptographyProtectedDataVersion>4.7.0</SystemSecurityCryptographyProtectedDataVersion>
89-
<SystemSecurityCryptographyXmlVersion>4.7.0</SystemSecurityCryptographyXmlVersion>
89+
<SystemSecurityCryptographyXmlVersion>4.7.1</SystemSecurityCryptographyXmlVersion>
9090
<SystemSecurityPermissionsVersion>4.7.0</SystemSecurityPermissionsVersion>
9191
<SystemSecurityPrincipalWindowsVersion>4.7.0</SystemSecurityPrincipalWindowsVersion>
9292
<SystemTextEncodingsWebVersion>4.7.2</SystemTextEncodingsWebVersion>

0 commit comments

Comments
 (0)