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

- Microsoft.NETCore.App - 3.0.0-preview8-28405-07
- NETStandard.Library.Ref - 2.1.0-preview8-28405-07
- Microsoft.WindowsDesktop.App - 3.0.0-preview8-28405-07
This commit is contained in:
dotnet-maestro[bot] 2019-08-05 21:44:18 +00:00 committed by GitHub
parent 5a7c7db92f
commit 7cb4ba072d
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-28380-08">
<Dependency Name="Microsoft.WindowsDesktop.App" Version="3.0.0-preview8-28405-07">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>c855ac718789051d5d67282c88decca445de7711</Sha>
<Sha>d01b2fb7bc6bd4911e157fbd51353059a3ba1a6c</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App" Version="3.0.0-preview8-28380-08">
<Dependency Name="Microsoft.NETCore.App" Version="3.0.0-preview8-28405-07">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>c855ac718789051d5d67282c88decca445de7711</Sha>
<Sha>d01b2fb7bc6bd4911e157fbd51353059a3ba1a6c</Sha>
</Dependency>
<Dependency Name="NETStandard.Library.Ref" Version="2.1.0-preview8-28380-08">
<Dependency Name="NETStandard.Library.Ref" Version="2.1.0-preview8-28405-07">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>c855ac718789051d5d67282c88decca445de7711</Sha>
<Sha>d01b2fb7bc6bd4911e157fbd51353059a3ba1a6c</Sha>
</Dependency>
<Dependency Name="Microsoft.AspNetCore.App.Ref" Version="3.0.0-preview8.19401.5">
<Uri>https://github.com/aspnet/AspNetCore</Uri>

View file

@ -44,7 +44,7 @@
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
</PropertyGroup>
<PropertyGroup>
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview8-28380-08</MicrosoftNETCoreAppPackageVersion>
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview8-28405-07</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-preview8-28380-08</NETStandardLibraryRefPackageVersion>
<NETStandardLibraryRefPackageVersion>2.1.0-preview8-28405-07</NETStandardLibraryRefPackageVersion>
<WindowsDesktopTargetingPackVersion>$(MicrosoftNETCoreAppPackageVersion)</WindowsDesktopTargetingPackVersion>
<AspNetCoreVersion>$(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion)</AspNetCoreVersion>
<AspNetTargetingPackVersion>$(MicrosoftAspNetCoreAppRefPackageVersion)</AspNetTargetingPackVersion>
<MicrosoftWindowsDesktopAppPackageVersion>3.0.0-preview8-28380-08</MicrosoftWindowsDesktopAppPackageVersion>
<MicrosoftWindowsDesktopAppPackageVersion>3.0.0-preview8-28405-07</MicrosoftWindowsDesktopAppPackageVersion>
<MicrosoftWindowsDesktopPackageVersion>$(MicrosoftWindowsDesktopAppPackageVersion)</MicrosoftWindowsDesktopPackageVersion>
</PropertyGroup>
<PropertyGroup>