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

- NETStandard.Library.Ref - 2.1.0-preview7-27809-10
- Microsoft.NETCore.App - 3.0.0-preview7-27809-10
- Microsoft.WindowsDesktop.App - 3.0.0-preview7-27809-10
This commit is contained in:
dotnet-maestro[bot] 2019-06-10 04:47:51 +00:00 committed by GitHub
parent 14ef025b60
commit 76038a9d97
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-preview7-27809-09">
<Dependency Name="Microsoft.WindowsDesktop.App" Version="3.0.0-preview7-27809-10">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>b2a369fb5316c1696b60b1571356582366b77874</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App" Version="3.0.0-preview7-27809-09">
<Dependency Name="Microsoft.NETCore.App" Version="3.0.0-preview7-27809-10">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>b2a369fb5316c1696b60b1571356582366b77874</Sha>
</Dependency>
<Dependency Name="NETStandard.Library.Ref" Version="2.1.0-preview7-27809-09">
<Dependency Name="NETStandard.Library.Ref" Version="2.1.0-preview7-27809-10">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>b2a369fb5316c1696b60b1571356582366b77874</Sha>
</Dependency>

View file

@ -47,7 +47,7 @@
<MicrosoftNETSdkPackageVersion>3.0.100-preview7.19306.2</MicrosoftNETSdkPackageVersion>
</PropertyGroup>
<PropertyGroup>
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview7-27809-09</MicrosoftNETCoreAppPackageVersion>
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview7-27809-10</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-preview7-27809-09</NETStandardLibraryRefPackageVersion>
<NETStandardLibraryRefPackageVersion>2.1.0-preview7-27809-10</NETStandardLibraryRefPackageVersion>
<WindowsDesktopTargetingPackVersion>$(MicrosoftNETCoreAppPackageVersion)</WindowsDesktopTargetingPackVersion>
<AspNetCoreVersion>$(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion)</AspNetCoreVersion>
<AspNetTargetingPackVersion>$(MicrosoftAspNetCoreAppRefPackageVersion)</AspNetTargetingPackVersion>
<MicrosoftWindowsDesktopAppPackageVersion>3.0.0-preview7-27809-09</MicrosoftWindowsDesktopAppPackageVersion>
<MicrosoftWindowsDesktopAppPackageVersion>3.0.0-preview7-27809-10</MicrosoftWindowsDesktopAppPackageVersion>
<MicrosoftWindowsDesktopPackageVersion>$(MicrosoftWindowsDesktopAppPackageVersion)</MicrosoftWindowsDesktopPackageVersion>
</PropertyGroup>
<!-- infrastructure and test only dependencies -->