Update dependencies from https://github.com/dotnet/core-setup build 20191010.13 (#5195)
- 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-19510-13 - Microsoft.NETCore.App.Runtime.win-x64 - 3.0.1 - Microsoft.NETCore.DotNetHostResolver - 3.0.1
This commit is contained in:
parent
eca83bd9b1
commit
35d2ba41af
3 changed files with 8 additions and 8 deletions
|
@ -7,7 +7,7 @@
|
|||
<packageSources>
|
||||
<clear />
|
||||
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
|
||||
<add key="darc-pub-dotnet-core-setup-903ca49" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-core-setup-903ca49e/nuget/v3/index.json" />
|
||||
<add key="darc-pub-dotnet-core-setup-ee7dbc9" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-core-setup-ee7dbc9e/nuget/v3/index.json" />
|
||||
<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-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" />
|
||||
|
|
|
@ -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>903ca49e3ffddc551e12d2f94d7cca95f9a340bf</Sha>
|
||||
<Sha>ee7dbc9e064bf59f822c5310b89e0e996ccc0d58</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-19510-08">
|
||||
<Dependency Name="Microsoft.NETCore.App.Internal" Version="3.0.1-servicing-19510-13">
|
||||
<Uri>https://github.com/dotnet/core-setup</Uri>
|
||||
<Sha>903ca49e3ffddc551e12d2f94d7cca95f9a340bf</Sha>
|
||||
<Sha>ee7dbc9e064bf59f822c5310b89e0e996ccc0d58</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="3.0.1">
|
||||
<Uri>https://github.com/dotnet/core-setup</Uri>
|
||||
<Sha>903ca49e3ffddc551e12d2f94d7cca95f9a340bf</Sha>
|
||||
<Sha>ee7dbc9e064bf59f822c5310b89e0e996ccc0d58</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NETCore.App.Host.win-x64" Version="3.0.1">
|
||||
<Uri>https://github.com/dotnet/core-setup</Uri>
|
||||
<Sha>903ca49e3ffddc551e12d2f94d7cca95f9a340bf</Sha>
|
||||
<Sha>ee7dbc9e064bf59f822c5310b89e0e996ccc0d58</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NETCore.DotNetHostResolver" Version="3.0.1">
|
||||
<Uri>https://github.com/dotnet/core-setup</Uri>
|
||||
<Sha>903ca49e3ffddc551e12d2f94d7cca95f9a340bf</Sha>
|
||||
<Sha>ee7dbc9e064bf59f822c5310b89e0e996ccc0d58</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,7 +49,7 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependencies from https://github.com/dotnet/core-setup -->
|
||||
<MicrosoftNETCoreAppInternalPackageVersion>3.0.1-servicing-19510-08</MicrosoftNETCoreAppInternalPackageVersion>
|
||||
<MicrosoftNETCoreAppInternalPackageVersion>3.0.1-servicing-19510-13</MicrosoftNETCoreAppInternalPackageVersion>
|
||||
<MicrosoftNETCoreAppRuntimewinx64PackageVersion>3.0.1</MicrosoftNETCoreAppRuntimewinx64PackageVersion>
|
||||
<MicrosoftNETCoreAppHostwinx64PackageVersion>3.0.1</MicrosoftNETCoreAppHostwinx64PackageVersion>
|
||||
<MicrosoftNETCoreAppRefPackageVersion>3.0.0</MicrosoftNETCoreAppRefPackageVersion>
|
||||
|
|
Loading…
Reference in a new issue