Skip to content

Commit bb7e14d

Browse files
Update dependencies from https://github.com/dotnet/core-setup build 20200819.1 (#3427)
[release/3.1] Update dependencies from dotnet/core-setup - Updates: - Microsoft.NETCore.App.Internal: from 3.1.8-servicing.20418.3 to 3.1.8-servicing.20419.1 - Microsoft.NETCore.App.Runtime.win-x64: from 3.1.8 to 3.1.8
1 parent 467073e commit bb7e14d

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
@@ -3,7 +3,7 @@
33
<packageSources>
44
<clear />
55
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
6-
<add key="darc-pub-dotnet-core-setup-08b4abf" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-core-setup-08b4abfb/nuget/v3/index.json" />
6+
<add key="darc-pub-dotnet-core-setup-056f1d5" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-core-setup-056f1d5f/nuget/v3/index.json" />
77
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
88
<add key="dotnet3.1" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1/nuget/v3/index.json" />
99
<add key="dotnet3.1-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1-transport/nuget/v3/index.json" />

eng/Version.Details.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,15 +84,15 @@
8484
-->
8585
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="3.1.8">
8686
<Uri>https://github.com/dotnet/core-setup</Uri>
87-
<Sha>08b4abfbf917229c9a23d474d1eabe2b34735343</Sha>
87+
<Sha>056f1d5fc44cd813ccb2f25495f0c8ae4fea3251</Sha>
8888
</Dependency>
8989
<Dependency Name="Microsoft.Extensions.DependencyModel" Version="3.1.6">
9090
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-core-setup</Uri>
9191
<Sha>3acd9b0cd16596bad450c82be08780875a73c05c</Sha>
9292
</Dependency>
93-
<Dependency Name="Microsoft.NETCore.App.Internal" Version="3.1.8-servicing.20418.3">
93+
<Dependency Name="Microsoft.NETCore.App.Internal" Version="3.1.8-servicing.20419.1">
9494
<Uri>https://github.com/dotnet/core-setup</Uri>
95-
<Sha>08b4abfbf917229c9a23d474d1eabe2b34735343</Sha>
95+
<Sha>056f1d5fc44cd813ccb2f25495f0c8ae4fea3251</Sha>
9696
</Dependency>
9797
<Dependency Name="Microsoft.NETCore.Platforms" Version="3.1.2" CoherentParentDependency="Microsoft.NETCore.App.Runtime.win-x64">
9898
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-corefx</Uri>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<MicrosoftDotNetPlatformAbstractionsPackageVersion>3.1.6</MicrosoftDotNetPlatformAbstractionsPackageVersion>
5858
<MicrosoftNETCoreAppRefPackageVersion>3.1.0</MicrosoftNETCoreAppRefPackageVersion>
5959
<MicrosoftNETCoreAppRuntimewinx64PackageVersion>3.1.8</MicrosoftNETCoreAppRuntimewinx64PackageVersion>
60-
<MicrosoftNETCoreAppInternalPackageVersion>3.1.8-servicing.20418.3</MicrosoftNETCoreAppInternalPackageVersion>
60+
<MicrosoftNETCoreAppInternalPackageVersion>3.1.8-servicing.20419.1</MicrosoftNETCoreAppInternalPackageVersion>
6161
<NETStandardLibraryRefPackageVersion>2.1.0</NETStandardLibraryRefPackageVersion>
6262
<!-- Packages from dotnet/corefx -->
6363
<MicrosoftBclAsyncInterfacesPackageVersion>1.1.1</MicrosoftBclAsyncInterfacesPackageVersion>

0 commit comments

Comments
 (0)