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

Commit 32085cb

Browse files
[release/3.0] Update dependencies from dotnet/corefx (#8554)
* Update dependencies from https://github.com/dotnet/corefx build 20191015.13 - System.Security.Cryptography.Cng - 4.6.1 - Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-servicing.19515.13 - Microsoft.Windows.Compatibility - 3.0.1 - System.Drawing.Common - 4.6.1 * Update dependencies from https://github.com/dotnet/corefx build 20191016.9 - System.Security.Cryptography.Cng - 4.6.1 - Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-servicing.19516.9 - Microsoft.Windows.Compatibility - 3.0.1 - System.Drawing.Common - 4.6.1
1 parent edb6dce commit 32085cb

File tree

3 files changed

+13
-12
lines changed

3 files changed

+13
-12
lines changed

NuGet.config

+1
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
<add key="darc-pub-dotnet-standard-a5b5f2e" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-standard-a5b5f2e1/nuget/v3/index.json" />
11+
<add key="darc-pub-dotnet-corefx-c177851" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-corefx-c1778515/nuget/v3/index.json" />
1112
<add key="darc-pub-dotnet-corefx-4ac4c03" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-corefx-4ac4c036/nuget/v3/index.json" />
1213
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
1314
<!--

eng/Version.Details.xml

+8-8
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
<Uri>https://github.com/dotnet/corefx</Uri>
1010
<Sha>4ac4c0367003fe3973a3648eb0715ddb0e3bbcea</Sha>
1111
</Dependency>
12-
<Dependency Name="Microsoft.Private.CoreFx.NETCoreApp" Version="4.6.0-servicing.19510.8">
12+
<Dependency Name="Microsoft.Private.CoreFx.NETCoreApp" Version="4.6.0-servicing.19516.9">
1313
<Uri>https://github.com/dotnet/corefx</Uri>
14-
<Sha>ff2f51bf436060f0a6ecad7181746494253dd870</Sha>
14+
<Sha>c1778515a3bee34cc09c757b5563d0af0c8b1e99</Sha>
1515
</Dependency>
1616
<Dependency Name="Microsoft.Win32.Registry.AccessControl" Version="4.6.0">
1717
<Uri>https://github.com/dotnet/corefx</Uri>
@@ -25,9 +25,9 @@
2525
<Uri>https://github.com/dotnet/corefx</Uri>
2626
<Sha>4ac4c0367003fe3973a3648eb0715ddb0e3bbcea</Sha>
2727
</Dependency>
28-
<Dependency Name="Microsoft.Windows.Compatibility" Version="3.0.0">
28+
<Dependency Name="Microsoft.Windows.Compatibility" Version="3.0.1">
2929
<Uri>https://github.com/dotnet/corefx</Uri>
30-
<Sha>4ac4c0367003fe3973a3648eb0715ddb0e3bbcea</Sha>
30+
<Sha>c1778515a3bee34cc09c757b5563d0af0c8b1e99</Sha>
3131
</Dependency>
3232
<Dependency Name="System.CodeDom" Version="4.6.0">
3333
<Uri>https://github.com/dotnet/corefx</Uri>
@@ -49,9 +49,9 @@
4949
<Uri>https://github.com/dotnet/corefx</Uri>
5050
<Sha>4ac4c0367003fe3973a3648eb0715ddb0e3bbcea</Sha>
5151
</Dependency>
52-
<Dependency Name="System.Drawing.Common" Version="4.6.0">
52+
<Dependency Name="System.Drawing.Common" Version="4.6.1">
5353
<Uri>https://github.com/dotnet/corefx</Uri>
54-
<Sha>4ac4c0367003fe3973a3648eb0715ddb0e3bbcea</Sha>
54+
<Sha>c1778515a3bee34cc09c757b5563d0af0c8b1e99</Sha>
5555
</Dependency>
5656
<Dependency Name="System.IO.FileSystem.AccessControl" Version="4.6.0">
5757
<Uri>https://github.com/dotnet/corefx</Uri>
@@ -73,9 +73,9 @@
7373
<Uri>https://github.com/dotnet/corefx</Uri>
7474
<Sha>4ac4c0367003fe3973a3648eb0715ddb0e3bbcea</Sha>
7575
</Dependency>
76-
<Dependency Name="System.Security.Cryptography.Cng" Version="4.6.0">
76+
<Dependency Name="System.Security.Cryptography.Cng" Version="4.6.1">
7777
<Uri>https://github.com/dotnet/corefx</Uri>
78-
<Sha>4ac4c0367003fe3973a3648eb0715ddb0e3bbcea</Sha>
78+
<Sha>c1778515a3bee34cc09c757b5563d0af0c8b1e99</Sha>
7979
</Dependency>
8080
<Dependency Name="System.Security.Cryptography.Pkcs" Version="4.6.0">
8181
<Uri>https://github.com/dotnet/corefx</Uri>

eng/Versions.props

+4-4
Original file line numberDiff line numberDiff line change
@@ -32,23 +32,23 @@
3232
<!-- corefx -->
3333
<MicrosoftNETCorePlatformsPackageVersion>3.0.0</MicrosoftNETCorePlatformsPackageVersion>
3434
<MicrosoftNETCoreTargetsPackageVersion>3.0.0</MicrosoftNETCoreTargetsPackageVersion>
35-
<MicrosoftPrivateCoreFxNETCoreAppPackageVersion>4.6.0-servicing.19510.8</MicrosoftPrivateCoreFxNETCoreAppPackageVersion>
35+
<MicrosoftPrivateCoreFxNETCoreAppPackageVersion>4.6.0-servicing.19516.9</MicrosoftPrivateCoreFxNETCoreAppPackageVersion>
3636
<MicrosoftWin32RegistryAccessControlVersion>4.6.0</MicrosoftWin32RegistryAccessControlVersion>
3737
<MicrosoftWin32RegistryVersion>4.6.0</MicrosoftWin32RegistryVersion>
3838
<MicrosoftWin32SystemEventsVersion>4.6.0</MicrosoftWin32SystemEventsVersion>
39-
<MicrosoftWindowsCompatibilityPackageVersion>3.0.0</MicrosoftWindowsCompatibilityPackageVersion>
39+
<MicrosoftWindowsCompatibilityPackageVersion>3.0.1</MicrosoftWindowsCompatibilityPackageVersion>
4040
<SystemCodeDomVersion>4.6.0</SystemCodeDomVersion>
4141
<SystemConfigurationConfigurationManagerVersion>4.6.0</SystemConfigurationConfigurationManagerVersion>
4242
<SystemDiagnosticsEventLogVersion>4.6.0</SystemDiagnosticsEventLogVersion>
4343
<SystemDiagnosticsPerformanceCounter>4.6.0-preview8.19375.15</SystemDiagnosticsPerformanceCounter>
4444
<SystemDirectoryServicesVersion>4.6.0</SystemDirectoryServicesVersion>
45-
<SystemDrawingCommonVersion>4.6.0</SystemDrawingCommonVersion>
45+
<SystemDrawingCommonVersion>4.6.1</SystemDrawingCommonVersion>
4646
<SystemIOFileSystemAccessControlVersion>4.6.0</SystemIOFileSystemAccessControlVersion>
4747
<SystemIOPackagingVersion>4.6.0</SystemIOPackagingVersion>
4848
<SystemIOPipesAccessControl>4.5.1</SystemIOPipesAccessControl>
4949
<SystemResourcesExtensionsPackageVersion>4.6.0</SystemResourcesExtensionsPackageVersion>
5050
<SystemSecurityAccessControlVersion>4.6.0</SystemSecurityAccessControlVersion>
51-
<SystemSecurityCryptographyCngVersion>4.6.0</SystemSecurityCryptographyCngVersion>
51+
<SystemSecurityCryptographyCngVersion>4.6.1</SystemSecurityCryptographyCngVersion>
5252
<SystemSecurityCryptographyPkcsVersion>4.6.0</SystemSecurityCryptographyPkcsVersion>
5353
<SystemSecurityCryptographyProtectedDataVersion>4.6.0</SystemSecurityCryptographyProtectedDataVersion>
5454
<SystemSecurityCryptographyXmlVersion>4.6.0</SystemSecurityCryptographyXmlVersion>

0 commit comments

Comments
 (0)