[release/3.0.1xx] Update dependencies from dotnet/core-setup (#5245)

* Update dependencies from https://github.com/dotnet/core-setup build 20191016.03

- Microsoft.WindowsDesktop.App.Runtime.win-x64 - 3.0.1
- Microsoft.NETCore.App.Host.win-x64 - 3.0.1
- Microsoft.NETCore.App.Internal - 3.0.1-servicing-19516-03
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.1
- Microsoft.NETCore.DotNetHostResolver - 3.0.1

* Update dependencies from https://github.com/dotnet/core-setup build 20191016.12

- Microsoft.WindowsDesktop.App.Runtime.win-x64 - 3.0.1
- Microsoft.NETCore.App.Host.win-x64 - 3.0.1
- Microsoft.NETCore.App.Internal - 3.0.1-servicing-19516-12
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.1
- Microsoft.NETCore.DotNetHostResolver - 3.0.1
This commit is contained in:
dotnet-maestro[bot] 2019-10-17 01:59:36 +00:00 committed by GitHub
parent a304af5d87
commit 9d2e5f51b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 8 deletions

View file

@ -8,7 +8,7 @@
<clear />
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
<add key="darc-pub-dotnet-core-setup-7d57652" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-core-setup-7d57652f/nuget/v3/index.json" />
<add key="darc-pub-dotnet-core-setup-19942e7" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-core-setup-19942e71/nuget/v3/index.json" />
<add key="darc-pub-dotnet-core-setup-32085cb" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-core-setup-32085cbc/nuget/v3/index.json" />
<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" />
<add key="darc-pub-aspnet-AspNetCore-aee5e40" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-aspnet-AspNetCore-aee5e408/nuget/v3/index.json" />
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->

View file

@ -8,28 +8,28 @@
</Dependency>
<Dependency Name="Microsoft.WindowsDesktop.App.Runtime.win-x64" Version="3.0.1">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>19942e71998242599a0b6d4496066eaa38588af5</Sha>
<Sha>32085cbc728e1016c9d6a7bc105845f0f9eb6b47</Sha>
</Dependency>
<!-- Change blob version in GenerateLayout.targets if this is unpinned to service targeting pack -->
<Dependency Name="Microsoft.NETCore.App.Ref" Version="3.0.0" Pinned="true">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>7d57652f33493fa022125b7f63aad0d70c52d810</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App.Internal" Version="3.0.1-servicing-19511-02">
<Dependency Name="Microsoft.NETCore.App.Internal" Version="3.0.1-servicing-19516-12">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>19942e71998242599a0b6d4496066eaa38588af5</Sha>
<Sha>32085cbc728e1016c9d6a7bc105845f0f9eb6b47</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="3.0.1">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>19942e71998242599a0b6d4496066eaa38588af5</Sha>
<Sha>32085cbc728e1016c9d6a7bc105845f0f9eb6b47</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App.Host.win-x64" Version="3.0.1">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>19942e71998242599a0b6d4496066eaa38588af5</Sha>
<Sha>32085cbc728e1016c9d6a7bc105845f0f9eb6b47</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.DotNetHostResolver" Version="3.0.1">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>19942e71998242599a0b6d4496066eaa38588af5</Sha>
<Sha>32085cbc728e1016c9d6a7bc105845f0f9eb6b47</Sha>
</Dependency>
<!-- Change blob version in GenerateLayout.targets if this is unpinned to service targeting pack -->
<Dependency Name="NETStandard.Library.Ref" Version="2.1.0" Pinned="true">

View file

@ -49,7 +49,7 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/core-setup -->
<MicrosoftNETCoreAppInternalPackageVersion>3.0.1-servicing-19511-02</MicrosoftNETCoreAppInternalPackageVersion>
<MicrosoftNETCoreAppInternalPackageVersion>3.0.1-servicing-19516-12</MicrosoftNETCoreAppInternalPackageVersion>
<MicrosoftNETCoreAppRuntimewinx64PackageVersion>3.0.1</MicrosoftNETCoreAppRuntimewinx64PackageVersion>
<MicrosoftNETCoreAppHostwinx64PackageVersion>3.0.1</MicrosoftNETCoreAppHostwinx64PackageVersion>
<MicrosoftNETCoreAppRefPackageVersion>3.0.0</MicrosoftNETCoreAppRefPackageVersion>