Update dependencies from https://github.com/dotnet/core-setup build 20190716.14 (#3290)

- Microsoft.NETCore.App - 3.0.0-preview8-27916-14
- Microsoft.WindowsDesktop.App - 3.0.0-preview8-27916-14
- NETStandard.Library.Ref - 2.1.0-preview8-27916-14
This commit is contained in:
dotnet-maestro[bot] 2019-07-17 07:07:51 +00:00 committed by GitHub
parent 74fc88d1a9
commit fad39ca5dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 9 deletions

View file

@ -2,17 +2,17 @@
<Dependencies>
<ProductDependencies>
<!-- Winforms / WPF -->
<Dependency Name="Microsoft.WindowsDesktop.App" Version="3.0.0-preview8-27916-13">
<Dependency Name="Microsoft.WindowsDesktop.App" Version="3.0.0-preview8-27916-14">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>5257c8c2bf8b492a8df9aaae89ebdc3b26356936</Sha>
<Sha>f7a00f0aa4a0dcf878a9345d260c8f4cf495b65e</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App" Version="3.0.0-preview8-27916-13">
<Dependency Name="Microsoft.NETCore.App" Version="3.0.0-preview8-27916-14">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>5257c8c2bf8b492a8df9aaae89ebdc3b26356936</Sha>
<Sha>f7a00f0aa4a0dcf878a9345d260c8f4cf495b65e</Sha>
</Dependency>
<Dependency Name="NETStandard.Library.Ref" Version="2.1.0-preview8-27916-13">
<Dependency Name="NETStandard.Library.Ref" Version="2.1.0-preview8-27916-14">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>5257c8c2bf8b492a8df9aaae89ebdc3b26356936</Sha>
<Sha>f7a00f0aa4a0dcf878a9345d260c8f4cf495b65e</Sha>
</Dependency>
<Dependency Name="Microsoft.AspNetCore.App.Ref" Version="3.0.0-preview8.19366.10">
<Uri>https://github.com/aspnet/AspNetCore</Uri>

View file

@ -48,7 +48,7 @@
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
</PropertyGroup>
<PropertyGroup>
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview8-27916-13</MicrosoftNETCoreAppPackageVersion>
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview8-27916-14</MicrosoftNETCoreAppPackageVersion>
<MicrosoftNETCoreAppInternalPackageVersion>$(MicrosoftNETCoreAppPackageVersion)</MicrosoftNETCoreAppInternalPackageVersion>
<MicrosoftNETCoreDotNetAppHostPackageVersion>$(MicrosoftNETCoreAppPackageVersion)</MicrosoftNETCoreDotNetAppHostPackageVersion>
<MicrosoftNETCoreDotNetHostResolverPackageVersion>$(MicrosoftNETCoreAppPackageVersion)</MicrosoftNETCoreDotNetHostResolverPackageVersion>
@ -56,11 +56,11 @@
<HostFxrVersion>$(MicrosoftNETCoreAppPackageVersion)</HostFxrVersion>
<NetCoreAppTargetingPackVersion>$(MicrosoftNETCoreAppPackageVersion)</NetCoreAppTargetingPackVersion>
<NetCoreAppHostPackVersion>$(MicrosoftNETCoreAppPackageVersion)</NetCoreAppHostPackVersion>
<NETStandardLibraryRefPackageVersion>2.1.0-preview8-27916-13</NETStandardLibraryRefPackageVersion>
<NETStandardLibraryRefPackageVersion>2.1.0-preview8-27916-14</NETStandardLibraryRefPackageVersion>
<WindowsDesktopTargetingPackVersion>$(MicrosoftNETCoreAppPackageVersion)</WindowsDesktopTargetingPackVersion>
<AspNetCoreVersion>$(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion)</AspNetCoreVersion>
<AspNetTargetingPackVersion>$(MicrosoftAspNetCoreAppRefPackageVersion)</AspNetTargetingPackVersion>
<MicrosoftWindowsDesktopAppPackageVersion>3.0.0-preview8-27916-13</MicrosoftWindowsDesktopAppPackageVersion>
<MicrosoftWindowsDesktopAppPackageVersion>3.0.0-preview8-27916-14</MicrosoftWindowsDesktopAppPackageVersion>
<MicrosoftWindowsDesktopPackageVersion>$(MicrosoftWindowsDesktopAppPackageVersion)</MicrosoftWindowsDesktopPackageVersion>
</PropertyGroup>
<!-- infrastructure and test only dependencies -->