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

Commit a2c3406

Browse files
committed
Merge in 'release/3.0' changes
2 parents fd11277 + b7dd5af commit a2c3406

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

NuGet.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
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-e14c43e" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-corefx-e14c43ea/nuget/v3/index.json" />
1112
<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" />
1213
<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" />
13-
<add key="darc-pub-dotnet-corefx-2a67785" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-corefx-2a67785e/nuget/v3/index.json" />
1414
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
1515
<!--
1616
'src/test/PrepareTestAssets/PrepareTestAssets.proj' generates a NuGet.config file using this

eng/Version.Details.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
<ProductDependencies>
44
<Dependency Name="Microsoft.NETCore.Platforms" Version="3.0.1">
55
<Uri>https://github.com/dotnet/corefx</Uri>
6-
<Sha>2a67785e42133ba0f16b85cd4f424d98c68d073b</Sha>
6+
<Sha>e14c43ea3f727d1ed8844014aae8b168cc608b22</Sha>
77
</Dependency>
88
<Dependency Name="Microsoft.NETCore.Targets" Version="3.0.0">
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.19577.1">
12+
<Dependency Name="Microsoft.Private.CoreFx.NETCoreApp" Version="4.6.0-servicing.19577.8">
1313
<Uri>https://github.com/dotnet/corefx</Uri>
14-
<Sha>2a67785e42133ba0f16b85cd4f424d98c68d073b</Sha>
14+
<Sha>e14c43ea3f727d1ed8844014aae8b168cc608b22</Sha>
1515
</Dependency>
1616
<Dependency Name="Microsoft.Win32.Registry.AccessControl" Version="4.6.0">
1717
<Uri>https://github.com/dotnet/corefx</Uri>
@@ -51,7 +51,7 @@
5151
</Dependency>
5252
<Dependency Name="System.Drawing.Common" Version="4.6.2">
5353
<Uri>https://github.com/dotnet/corefx</Uri>
54-
<Sha>2a67785e42133ba0f16b85cd4f424d98c68d073b</Sha>
54+
<Sha>e14c43ea3f727d1ed8844014aae8b168cc608b22</Sha>
5555
</Dependency>
5656
<Dependency Name="System.IO.FileSystem.AccessControl" Version="4.6.0">
5757
<Uri>https://github.com/dotnet/corefx</Uri>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<!-- corefx -->
5656
<MicrosoftNETCorePlatformsPackageVersion>3.0.1</MicrosoftNETCorePlatformsPackageVersion>
5757
<MicrosoftNETCoreTargetsPackageVersion>3.0.0</MicrosoftNETCoreTargetsPackageVersion>
58-
<MicrosoftPrivateCoreFxNETCoreAppPackageVersion>4.6.0-servicing.19577.1</MicrosoftPrivateCoreFxNETCoreAppPackageVersion>
58+
<MicrosoftPrivateCoreFxNETCoreAppPackageVersion>4.6.0-servicing.19577.8</MicrosoftPrivateCoreFxNETCoreAppPackageVersion>
5959
<MicrosoftWin32RegistryAccessControlVersion>4.6.0</MicrosoftWin32RegistryAccessControlVersion>
6060
<MicrosoftWin32RegistryVersion>4.6.0</MicrosoftWin32RegistryVersion>
6161
<MicrosoftWin32SystemEventsVersion>4.6.0</MicrosoftWin32SystemEventsVersion>

0 commit comments

Comments
 (0)