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

- Microsoft.NETCore.App - 3.0.0-preview8-27907-08
- Microsoft.WindowsDesktop.App - 3.0.0-preview8-27907-08
- NETStandard.Library.Ref - 2.1.0-preview8-27907-08
This commit is contained in:
dotnet-maestro[bot] 2019-07-08 04:42:40 +00:00 committed by GitHub
parent e205d5d70e
commit d15b6c8208
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View file

@ -2,15 +2,15 @@
<Dependencies>
<ProductDependencies>
<!-- Winforms / WPF -->
<Dependency Name="Microsoft.WindowsDesktop.App" Version="3.0.0-preview8-27907-07">
<Dependency Name="Microsoft.WindowsDesktop.App" Version="3.0.0-preview8-27907-08">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>be7227b45d69a0177eb0ef0bdcec1cfd2b276843</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App" Version="3.0.0-preview8-27907-07">
<Dependency Name="Microsoft.NETCore.App" Version="3.0.0-preview8-27907-08">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>be7227b45d69a0177eb0ef0bdcec1cfd2b276843</Sha>
</Dependency>
<Dependency Name="NETStandard.Library.Ref" Version="2.1.0-preview8-27907-07">
<Dependency Name="NETStandard.Library.Ref" Version="2.1.0-preview8-27907-08">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>be7227b45d69a0177eb0ef0bdcec1cfd2b276843</Sha>
</Dependency>

View file

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