Update dependencies from https://github.com/dotnet/core-setup build 20190711.07

- Microsoft.NETCore.App - 3.0.0-preview8-27911-07
- Microsoft.WindowsDesktop.App - 3.0.0-preview8-27911-07
- NETStandard.Library.Ref - 2.1.0-preview8-27911-07
This commit is contained in:
dotnet-maestro 2019-07-11 21:12:55 +00:00
parent 9bf16274af
commit 2bf39a4cdf
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-27911-06">
<Dependency Name="Microsoft.WindowsDesktop.App" Version="3.0.0-preview8-27911-07">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>b50ae399995d55d43504d7bdfc54dd0274b326d4</Sha>
<Sha>131f47768f1f45866d7e09e4662ab487ded651c4</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App" Version="3.0.0-preview8-27911-06">
<Dependency Name="Microsoft.NETCore.App" Version="3.0.0-preview8-27911-07">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>b50ae399995d55d43504d7bdfc54dd0274b326d4</Sha>
<Sha>131f47768f1f45866d7e09e4662ab487ded651c4</Sha>
</Dependency>
<Dependency Name="NETStandard.Library.Ref" Version="2.1.0-preview8-27911-06">
<Dependency Name="NETStandard.Library.Ref" Version="2.1.0-preview8-27911-07">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>b50ae399995d55d43504d7bdfc54dd0274b326d4</Sha>
<Sha>131f47768f1f45866d7e09e4662ab487ded651c4</Sha>
</Dependency>
<Dependency Name="Microsoft.AspNetCore.App.Ref" Version="3.0.0-preview8.19361.1">
<Uri>https://github.com/aspnet/AspNetCore</Uri>

View file

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