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

Commit dbf7119

Browse files
Update dependencies from https://github.com/dotnet/corefx build 20200819.3 (#9073)
[release/3.1] Update dependencies from dotnet/corefx - Updates: - Microsoft.Private.CoreFx.NETCoreApp: from 4.7.0-servicing.20419.1 to 4.7.0-servicing.20419.3 - Microsoft.NETCore.Platforms: from 3.1.3 to 3.1.3
1 parent dda80b2 commit dbf7119

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

NuGet.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<packageSources>
88
<clear />
99
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
10-
<add key="darc-pub-dotnet-corefx-d1252eb" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-corefx-d1252ebf/nuget/v3/index.json" />
10+
<add key="darc-pub-dotnet-corefx-d6302a7" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-corefx-d6302a72/nuget/v3/index.json" />
1111
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
1212
<!--
1313
'src/test/PrepareTestAssets/PrepareTestAssets.proj' generates a NuGet.config file using this

eng/Version.Details.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@
2020
</Dependency>
2121
<Dependency Name="Microsoft.NETCore.Platforms" Version="3.1.3">
2222
<Uri>https://github.com/dotnet/corefx</Uri>
23-
<Sha>d1252ebf87b135e66c95087b40302c2474b77206</Sha>
23+
<Sha>d6302a72f8eafa326d7572a02acf8f3021ebb9e8</Sha>
2424
</Dependency>
2525
<Dependency Name="Microsoft.NETCore.Targets" Version="3.1.0">
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.20419.1">
29+
<Dependency Name="Microsoft.Private.CoreFx.NETCoreApp" Version="4.7.0-servicing.20419.3">
3030
<Uri>https://github.com/dotnet/corefx</Uri>
31-
<Sha>d1252ebf87b135e66c95087b40302c2474b77206</Sha>
31+
<Sha>d6302a72f8eafa326d7572a02acf8f3021ebb9e8</Sha>
3232
</Dependency>
3333
<Dependency Name="Microsoft.Win32.Registry.AccessControl" Version="4.7.0">
3434
<Uri>https://github.com/dotnet/corefx</Uri>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<!-- corefx -->
6060
<MicrosoftNETCorePlatformsPackageVersion>3.1.3</MicrosoftNETCorePlatformsPackageVersion>
6161
<MicrosoftNETCoreTargetsPackageVersion>3.1.0</MicrosoftNETCoreTargetsPackageVersion>
62-
<MicrosoftPrivateCoreFxNETCoreAppPackageVersion>4.7.0-servicing.20419.1</MicrosoftPrivateCoreFxNETCoreAppPackageVersion>
62+
<MicrosoftPrivateCoreFxNETCoreAppPackageVersion>4.7.0-servicing.20419.3</MicrosoftPrivateCoreFxNETCoreAppPackageVersion>
6363
<MicrosoftWin32RegistryAccessControlVersion>4.7.0</MicrosoftWin32RegistryAccessControlVersion>
6464
<MicrosoftWin32RegistryVersion>4.7.0</MicrosoftWin32RegistryVersion>
6565
<MicrosoftWin32SystemEventsVersion>4.7.0</MicrosoftWin32SystemEventsVersion>

0 commit comments

Comments
 (0)