Update dependencies from https://github.com/dotnet/core-setup build 20191121.02 (#5739)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.2-servicing-19571-02 - Microsoft.NETCore.DotNetHostResolver - 3.0.2-servicing-19571-02 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 3.0.2-servicing-19571-02 - Microsoft.NETCore.App.Host.win-x64 - 3.0.2-servicing-19571-02 - Microsoft.NETCore.App.Internal - 3.0.2-servicing-19571-02
This commit is contained in:
parent
d99f74b344
commit
4d0064c97c
3 changed files with 15 additions and 16 deletions
|
@ -8,7 +8,6 @@
|
|||
<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-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-22dedcb" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-aspnet-AspNetCore-22dedcb2/nuget/v3/index.json" />
|
||||
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
|
||||
|
|
|
@ -1,25 +1,25 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Dependencies>
|
||||
<ProductDependencies>
|
||||
<Dependency Name="Microsoft.WindowsDesktop.App.Runtime.win-x64" Version="3.0.1">
|
||||
<Dependency Name="Microsoft.WindowsDesktop.App.Runtime.win-x64" Version="3.0.2-servicing-19571-02">
|
||||
<Uri>https://github.com/dotnet/core-setup</Uri>
|
||||
<Sha>32085cbc728e1016c9d6a7bc105845f0f9eb6b47</Sha>
|
||||
<Sha>07f338c15044f71b1ea6acdfcbb917d790fa4cc2</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NETCore.App.Internal" Version="3.0.1-servicing-19516-12">
|
||||
<Dependency Name="Microsoft.NETCore.App.Internal" Version="3.0.2-servicing-19571-02">
|
||||
<Uri>https://github.com/dotnet/core-setup</Uri>
|
||||
<Sha>32085cbc728e1016c9d6a7bc105845f0f9eb6b47</Sha>
|
||||
<Sha>07f338c15044f71b1ea6acdfcbb917d790fa4cc2</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="3.0.1">
|
||||
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="3.0.2-servicing-19571-02">
|
||||
<Uri>https://github.com/dotnet/core-setup</Uri>
|
||||
<Sha>32085cbc728e1016c9d6a7bc105845f0f9eb6b47</Sha>
|
||||
<Sha>07f338c15044f71b1ea6acdfcbb917d790fa4cc2</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NETCore.App.Host.win-x64" Version="3.0.1">
|
||||
<Dependency Name="Microsoft.NETCore.App.Host.win-x64" Version="3.0.2-servicing-19571-02">
|
||||
<Uri>https://github.com/dotnet/core-setup</Uri>
|
||||
<Sha>32085cbc728e1016c9d6a7bc105845f0f9eb6b47</Sha>
|
||||
<Sha>07f338c15044f71b1ea6acdfcbb917d790fa4cc2</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NETCore.DotNetHostResolver" Version="3.0.1">
|
||||
<Dependency Name="Microsoft.NETCore.DotNetHostResolver" Version="3.0.2-servicing-19571-02">
|
||||
<Uri>https://github.com/dotnet/core-setup</Uri>
|
||||
<Sha>32085cbc728e1016c9d6a7bc105845f0f9eb6b47</Sha>
|
||||
<Sha>07f338c15044f71b1ea6acdfcbb917d790fa4cc2</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">
|
||||
|
|
|
@ -49,12 +49,12 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependencies from https://github.com/dotnet/core-setup -->
|
||||
<MicrosoftNETCoreAppInternalPackageVersion>3.0.1-servicing-19516-12</MicrosoftNETCoreAppInternalPackageVersion>
|
||||
<MicrosoftNETCoreAppRuntimewinx64PackageVersion>3.0.1</MicrosoftNETCoreAppRuntimewinx64PackageVersion>
|
||||
<MicrosoftNETCoreAppHostwinx64PackageVersion>3.0.1</MicrosoftNETCoreAppHostwinx64PackageVersion>
|
||||
<MicrosoftNETCoreAppInternalPackageVersion>3.0.2-servicing-19571-02</MicrosoftNETCoreAppInternalPackageVersion>
|
||||
<MicrosoftNETCoreAppRuntimewinx64PackageVersion>3.0.2-servicing-19571-02</MicrosoftNETCoreAppRuntimewinx64PackageVersion>
|
||||
<MicrosoftNETCoreAppHostwinx64PackageVersion>3.0.2-servicing-19571-02</MicrosoftNETCoreAppHostwinx64PackageVersion>
|
||||
<MicrosoftNETCoreAppRefPackageVersion>3.0.0</MicrosoftNETCoreAppRefPackageVersion>
|
||||
<MicrosoftNETCoreDotNetHostResolverPackageVersion>3.0.1</MicrosoftNETCoreDotNetHostResolverPackageVersion>
|
||||
<MicrosoftWindowsDesktopAppRuntimewinx64PackageVersion>3.0.1</MicrosoftWindowsDesktopAppRuntimewinx64PackageVersion>
|
||||
<MicrosoftNETCoreDotNetHostResolverPackageVersion>3.0.2-servicing-19571-02</MicrosoftNETCoreDotNetHostResolverPackageVersion>
|
||||
<MicrosoftWindowsDesktopAppRuntimewinx64PackageVersion>3.0.2-servicing-19571-02</MicrosoftWindowsDesktopAppRuntimewinx64PackageVersion>
|
||||
<MicrosoftWindowsDesktopAppRefPackageVersion>3.0.0</MicrosoftWindowsDesktopAppRefPackageVersion>
|
||||
<NETStandardLibraryRefPackageVersion>2.1.0</NETStandardLibraryRefPackageVersion>
|
||||
</PropertyGroup>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue