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

- Microsoft.NETCore.App - 3.0.0-preview8-27909-11
- Microsoft.WindowsDesktop.App - 3.0.0-preview8-27909-11
- NETStandard.Library.Ref - 2.1.0-preview8-27909-11
This commit is contained in:
dotnet-maestro[bot] 2019-07-10 06:41:15 +00:00 committed by GitHub
parent c5073dabe0
commit f48815c706
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-27909-10">
<Dependency Name="Microsoft.WindowsDesktop.App" Version="3.0.0-preview8-27909-11">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>632f724697945492d02ec05743653b29fc67c6ca</Sha>
<Sha>552dba193c0f21a03687d2f14861c7a4dcf8dd0f</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App" Version="3.0.0-preview8-27909-10">
<Dependency Name="Microsoft.NETCore.App" Version="3.0.0-preview8-27909-11">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>632f724697945492d02ec05743653b29fc67c6ca</Sha>
<Sha>552dba193c0f21a03687d2f14861c7a4dcf8dd0f</Sha>
</Dependency>
<Dependency Name="NETStandard.Library.Ref" Version="2.1.0-preview8-27909-10">
<Dependency Name="NETStandard.Library.Ref" Version="2.1.0-preview8-27909-11">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>632f724697945492d02ec05743653b29fc67c6ca</Sha>
<Sha>552dba193c0f21a03687d2f14861c7a4dcf8dd0f</Sha>
</Dependency>
<Dependency Name="Microsoft.AspNetCore.App.Ref" Version="3.0.0-preview8.19359.3">
<Uri>https://github.com/aspnet/AspNetCore</Uri>

View file

@ -47,7 +47,7 @@
<MicrosoftNETSdkPackageVersion>3.0.100-preview8.19358.1</MicrosoftNETSdkPackageVersion>
</PropertyGroup>
<PropertyGroup>
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview8-27909-10</MicrosoftNETCoreAppPackageVersion>
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview8-27909-11</MicrosoftNETCoreAppPackageVersion>
<MicrosoftNETCoreAppInternalPackageVersion>$(MicrosoftNETCoreAppPackageVersion)</MicrosoftNETCoreAppInternalPackageVersion>
<MicrosoftNETCoreDotNetAppHostPackageVersion>$(MicrosoftNETCoreAppPackageVersion)</MicrosoftNETCoreDotNetAppHostPackageVersion>
<MicrosoftNETCoreDotNetHostResolverPackageVersion>$(MicrosoftNETCoreAppPackageVersion)</MicrosoftNETCoreDotNetHostResolverPackageVersion>
@ -55,11 +55,11 @@
<HostFxrVersion>$(MicrosoftNETCoreAppPackageVersion)</HostFxrVersion>
<NetCoreAppTargetingPackVersion>$(MicrosoftNETCoreAppPackageVersion)</NetCoreAppTargetingPackVersion>
<NetCoreAppHostPackVersion>$(MicrosoftNETCoreAppPackageVersion)</NetCoreAppHostPackVersion>
<NETStandardLibraryRefPackageVersion>2.1.0-preview8-27909-10</NETStandardLibraryRefPackageVersion>
<NETStandardLibraryRefPackageVersion>2.1.0-preview8-27909-11</NETStandardLibraryRefPackageVersion>
<WindowsDesktopTargetingPackVersion>$(MicrosoftNETCoreAppPackageVersion)</WindowsDesktopTargetingPackVersion>
<AspNetCoreVersion>$(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion)</AspNetCoreVersion>
<AspNetTargetingPackVersion>$(MicrosoftAspNetCoreAppRefPackageVersion)</AspNetTargetingPackVersion>
<MicrosoftWindowsDesktopAppPackageVersion>3.0.0-preview8-27909-10</MicrosoftWindowsDesktopAppPackageVersion>
<MicrosoftWindowsDesktopAppPackageVersion>3.0.0-preview8-27909-11</MicrosoftWindowsDesktopAppPackageVersion>
<MicrosoftWindowsDesktopPackageVersion>$(MicrosoftWindowsDesktopAppPackageVersion)</MicrosoftWindowsDesktopPackageVersion>
</PropertyGroup>
<!-- infrastructure and test only dependencies -->