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

- Microsoft.NETCore.App - 3.0.0-preview9-19413-05
- NETStandard.Library.Ref - 2.1.0-preview9-19413-05
- Microsoft.WindowsDesktop.App - 3.0.0-preview9-19413-05
This commit is contained in:
dotnet-maestro[bot] 2019-08-13 18:55:15 +00:00 committed by GitHub
parent 26eca1f49b
commit e63aec0c0f
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-preview9-19413-02">
<Dependency Name="Microsoft.WindowsDesktop.App" Version="3.0.0-preview9-19413-05">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>14803a0d1d2914ad518893551e6d3a4d1cece115</Sha>
<Sha>36307f09572a38e5dff2995683ac5bcb33f46ce9</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App" Version="3.0.0-preview9-19413-02">
<Dependency Name="Microsoft.NETCore.App" Version="3.0.0-preview9-19413-05">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>14803a0d1d2914ad518893551e6d3a4d1cece115</Sha>
<Sha>36307f09572a38e5dff2995683ac5bcb33f46ce9</Sha>
</Dependency>
<Dependency Name="NETStandard.Library.Ref" Version="2.1.0-preview9-19413-02">
<Dependency Name="NETStandard.Library.Ref" Version="2.1.0-preview9-19413-05">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>14803a0d1d2914ad518893551e6d3a4d1cece115</Sha>
<Sha>36307f09572a38e5dff2995683ac5bcb33f46ce9</Sha>
</Dependency>
<Dependency Name="Microsoft.AspNetCore.App.Ref" Version="3.0.0-preview9.19413.1">
<Uri>https://github.com/aspnet/AspNetCore</Uri>

View file

@ -44,7 +44,7 @@
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
</PropertyGroup>
<PropertyGroup>
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview9-19413-02</MicrosoftNETCoreAppPackageVersion>
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview9-19413-05</MicrosoftNETCoreAppPackageVersion>
<MicrosoftNETCoreAppInternalPackageVersion>$(MicrosoftNETCoreAppPackageVersion)</MicrosoftNETCoreAppInternalPackageVersion>
<MicrosoftNETCoreDotNetAppHostPackageVersion>$(MicrosoftNETCoreAppPackageVersion)</MicrosoftNETCoreDotNetAppHostPackageVersion>
<MicrosoftNETCoreDotNetHostResolverPackageVersion>$(MicrosoftNETCoreAppPackageVersion)</MicrosoftNETCoreDotNetHostResolverPackageVersion>
@ -52,11 +52,11 @@
<HostFxrVersion>$(MicrosoftNETCoreAppPackageVersion)</HostFxrVersion>
<NetCoreAppTargetingPackVersion>$(MicrosoftNETCoreAppPackageVersion)</NetCoreAppTargetingPackVersion>
<NetCoreAppHostPackVersion>$(MicrosoftNETCoreAppPackageVersion)</NetCoreAppHostPackVersion>
<NETStandardLibraryRefPackageVersion>2.1.0-preview9-19413-02</NETStandardLibraryRefPackageVersion>
<NETStandardLibraryRefPackageVersion>2.1.0-preview9-19413-05</NETStandardLibraryRefPackageVersion>
<WindowsDesktopTargetingPackVersion>$(MicrosoftNETCoreAppPackageVersion)</WindowsDesktopTargetingPackVersion>
<AspNetCoreVersion>$(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion)</AspNetCoreVersion>
<AspNetTargetingPackVersion>$(MicrosoftAspNetCoreAppRefPackageVersion)</AspNetTargetingPackVersion>
<MicrosoftWindowsDesktopAppPackageVersion>3.0.0-preview9-19413-02</MicrosoftWindowsDesktopAppPackageVersion>
<MicrosoftWindowsDesktopAppPackageVersion>3.0.0-preview9-19413-05</MicrosoftWindowsDesktopAppPackageVersion>
<MicrosoftWindowsDesktopPackageVersion>$(MicrosoftWindowsDesktopAppPackageVersion)</MicrosoftWindowsDesktopPackageVersion>
</PropertyGroup>
<PropertyGroup>