Update dependencies from https://github.com/dotnet/core-setup build 20191125.1 (#5783)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.1.1-servicing.19575.1 - Microsoft.NETCore.DotNetHostResolver - 3.1.1-servicing.19575.1 - Microsoft.WindowsDesktop.App.Ref - 3.1.1-servicing.19575.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 3.1.1-servicing.19575.1 - Microsoft.NETCore.App.Host.win-x64 - 3.1.1-servicing.19575.1 - Microsoft.NETCore.App.Internal - 3.1.1-servicing.19575.1 - Microsoft.NETCore.App.Ref - 3.1.1-servicing.19575.1
This commit is contained in:
parent
78f2d34f5c
commit
d32a342ff3
2 changed files with 21 additions and 21 deletions
|
@ -1,33 +1,33 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Dependencies>
|
||||
<ProductDependencies>
|
||||
<Dependency Name="Microsoft.WindowsDesktop.App.Ref" Version="3.1.1-servicing.19572.8">
|
||||
<Dependency Name="Microsoft.WindowsDesktop.App.Ref" Version="3.1.1-servicing.19575.1">
|
||||
<Uri>https://github.com/dotnet/core-setup</Uri>
|
||||
<Sha>9541fa09c354ea9288db00b8c1b95a34a3abdcdc</Sha>
|
||||
<Sha>f15b6f92ec4c09d6e53dac4a890a1ceebb9b8ef1</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.WindowsDesktop.App.Runtime.win-x64" Version="3.1.1-servicing.19572.8">
|
||||
<Dependency Name="Microsoft.WindowsDesktop.App.Runtime.win-x64" Version="3.1.1-servicing.19575.1">
|
||||
<Uri>https://github.com/dotnet/core-setup</Uri>
|
||||
<Sha>9541fa09c354ea9288db00b8c1b95a34a3abdcdc</Sha>
|
||||
<Sha>f15b6f92ec4c09d6e53dac4a890a1ceebb9b8ef1</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NETCore.App.Ref" Version="3.1.1-servicing.19572.8">
|
||||
<Dependency Name="Microsoft.NETCore.App.Ref" Version="3.1.1-servicing.19575.1">
|
||||
<Uri>https://github.com/dotnet/core-setup</Uri>
|
||||
<Sha>9541fa09c354ea9288db00b8c1b95a34a3abdcdc</Sha>
|
||||
<Sha>f15b6f92ec4c09d6e53dac4a890a1ceebb9b8ef1</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NETCore.App.Internal" Version="3.1.1-servicing.19572.8">
|
||||
<Dependency Name="Microsoft.NETCore.App.Internal" Version="3.1.1-servicing.19575.1">
|
||||
<Uri>https://github.com/dotnet/core-setup</Uri>
|
||||
<Sha>9541fa09c354ea9288db00b8c1b95a34a3abdcdc</Sha>
|
||||
<Sha>f15b6f92ec4c09d6e53dac4a890a1ceebb9b8ef1</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="3.1.1-servicing.19572.8">
|
||||
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="3.1.1-servicing.19575.1">
|
||||
<Uri>https://github.com/dotnet/core-setup</Uri>
|
||||
<Sha>9541fa09c354ea9288db00b8c1b95a34a3abdcdc</Sha>
|
||||
<Sha>f15b6f92ec4c09d6e53dac4a890a1ceebb9b8ef1</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NETCore.App.Host.win-x64" Version="3.1.1-servicing.19572.8">
|
||||
<Dependency Name="Microsoft.NETCore.App.Host.win-x64" Version="3.1.1-servicing.19575.1">
|
||||
<Uri>https://github.com/dotnet/core-setup</Uri>
|
||||
<Sha>9541fa09c354ea9288db00b8c1b95a34a3abdcdc</Sha>
|
||||
<Sha>f15b6f92ec4c09d6e53dac4a890a1ceebb9b8ef1</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NETCore.DotNetHostResolver" Version="3.1.1-servicing.19572.8">
|
||||
<Dependency Name="Microsoft.NETCore.DotNetHostResolver" Version="3.1.1-servicing.19575.1">
|
||||
<Uri>https://github.com/dotnet/core-setup</Uri>
|
||||
<Sha>9541fa09c354ea9288db00b8c1b95a34a3abdcdc</Sha>
|
||||
<Sha>f15b6f92ec4c09d6e53dac4a890a1ceebb9b8ef1</Sha>
|
||||
</Dependency>
|
||||
<!-- Change blob version in GenerateLayout.targets if this is unpinned to service targeting pack -->
|
||||
<!-- No new netstandard.library planned for 3.1 timeframe at this time. -->
|
||||
|
|
|
@ -61,13 +61,13 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependencies from https://github.com/dotnet/core-setup -->
|
||||
<MicrosoftNETCoreAppInternalPackageVersion>3.1.1-servicing.19572.8</MicrosoftNETCoreAppInternalPackageVersion>
|
||||
<MicrosoftNETCoreAppRuntimewinx64PackageVersion>3.1.1-servicing.19572.8</MicrosoftNETCoreAppRuntimewinx64PackageVersion>
|
||||
<MicrosoftNETCoreAppHostwinx64PackageVersion>3.1.1-servicing.19572.8</MicrosoftNETCoreAppHostwinx64PackageVersion>
|
||||
<MicrosoftNETCoreAppRefPackageVersion>3.1.1-servicing.19572.8</MicrosoftNETCoreAppRefPackageVersion>
|
||||
<MicrosoftNETCoreDotNetHostResolverPackageVersion>3.1.1-servicing.19572.8</MicrosoftNETCoreDotNetHostResolverPackageVersion>
|
||||
<MicrosoftWindowsDesktopAppRuntimewinx64PackageVersion>3.1.1-servicing.19572.8</MicrosoftWindowsDesktopAppRuntimewinx64PackageVersion>
|
||||
<MicrosoftWindowsDesktopAppRefPackageVersion>3.1.1-servicing.19572.8</MicrosoftWindowsDesktopAppRefPackageVersion>
|
||||
<MicrosoftNETCoreAppInternalPackageVersion>3.1.1-servicing.19575.1</MicrosoftNETCoreAppInternalPackageVersion>
|
||||
<MicrosoftNETCoreAppRuntimewinx64PackageVersion>3.1.1-servicing.19575.1</MicrosoftNETCoreAppRuntimewinx64PackageVersion>
|
||||
<MicrosoftNETCoreAppHostwinx64PackageVersion>3.1.1-servicing.19575.1</MicrosoftNETCoreAppHostwinx64PackageVersion>
|
||||
<MicrosoftNETCoreAppRefPackageVersion>3.1.1-servicing.19575.1</MicrosoftNETCoreAppRefPackageVersion>
|
||||
<MicrosoftNETCoreDotNetHostResolverPackageVersion>3.1.1-servicing.19575.1</MicrosoftNETCoreDotNetHostResolverPackageVersion>
|
||||
<MicrosoftWindowsDesktopAppRuntimewinx64PackageVersion>3.1.1-servicing.19575.1</MicrosoftWindowsDesktopAppRuntimewinx64PackageVersion>
|
||||
<MicrosoftWindowsDesktopAppRefPackageVersion>3.1.1-servicing.19575.1</MicrosoftWindowsDesktopAppRefPackageVersion>
|
||||
<NETStandardLibraryRefPackageVersion>2.1.0</NETStandardLibraryRefPackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
|
|
Loading…
Reference in a new issue