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

- Microsoft.NETCore.App - 3.0.0-preview8-27908-05
- Microsoft.WindowsDesktop.App - 3.0.0-preview8-27908-05
- NETStandard.Library.Ref - 2.1.0-preview8-27908-05
This commit is contained in:
dotnet-maestro[bot] 2019-07-09 01:59:01 +00:00 committed by GitHub
parent 4376547301
commit 1524c532a2
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-27908-04">
<Dependency Name="Microsoft.WindowsDesktop.App" Version="3.0.0-preview8-27908-05">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>565259e47050879dd607c97b367551eeec459a6a</Sha>
<Sha>5cbaaffec39c5f91eae7e16ccb995fcc8e15ca21</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App" Version="3.0.0-preview8-27908-04">
<Dependency Name="Microsoft.NETCore.App" Version="3.0.0-preview8-27908-05">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>565259e47050879dd607c97b367551eeec459a6a</Sha>
<Sha>5cbaaffec39c5f91eae7e16ccb995fcc8e15ca21</Sha>
</Dependency>
<Dependency Name="NETStandard.Library.Ref" Version="2.1.0-preview8-27908-04">
<Dependency Name="NETStandard.Library.Ref" Version="2.1.0-preview8-27908-05">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>565259e47050879dd607c97b367551eeec459a6a</Sha>
<Sha>5cbaaffec39c5f91eae7e16ccb995fcc8e15ca21</Sha>
</Dependency>
<Dependency Name="Microsoft.AspNetCore.App.Ref" Version="3.0.0-preview8.19358.2">
<Uri>https://github.com/aspnet/AspNetCore</Uri>

View file

@ -47,7 +47,7 @@
<MicrosoftNETSdkPackageVersion>3.0.100-preview8.19357.1</MicrosoftNETSdkPackageVersion>
</PropertyGroup>
<PropertyGroup>
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview8-27908-04</MicrosoftNETCoreAppPackageVersion>
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview8-27908-05</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-27908-04</NETStandardLibraryRefPackageVersion>
<NETStandardLibraryRefPackageVersion>2.1.0-preview8-27908-05</NETStandardLibraryRefPackageVersion>
<WindowsDesktopTargetingPackVersion>$(MicrosoftNETCoreAppPackageVersion)</WindowsDesktopTargetingPackVersion>
<AspNetCoreVersion>$(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion)</AspNetCoreVersion>
<AspNetTargetingPackVersion>$(MicrosoftAspNetCoreAppRefPackageVersion)</AspNetTargetingPackVersion>
<MicrosoftWindowsDesktopAppPackageVersion>3.0.0-preview8-27908-04</MicrosoftWindowsDesktopAppPackageVersion>
<MicrosoftWindowsDesktopAppPackageVersion>3.0.0-preview8-27908-05</MicrosoftWindowsDesktopAppPackageVersion>
<MicrosoftWindowsDesktopPackageVersion>$(MicrosoftWindowsDesktopAppPackageVersion)</MicrosoftWindowsDesktopPackageVersion>
</PropertyGroup>
<!-- infrastructure and test only dependencies -->