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

- Microsoft.NETCore.App - 3.0.0-preview6-27702-07
- NETStandard.Library.Ref - 2.1.0-preview6-27702-07
- Microsoft.WindowsDesktop.App - 3.0.0-preview6-27702-07
This commit is contained in:
dotnet-maestro 2019-05-02 16:11:26 +00:00
parent 7468e16821
commit 0795858a8d
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-preview6-27702-06">
<Dependency Name="Microsoft.WindowsDesktop.App" Version="3.0.0-preview6-27702-07">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>dadb168d6a2e80a5ad82a02ff17584abcb4475f9</Sha>
<Sha>2882fcdfd1846578a0c0336e1ba387ab0a1b602f</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App" Version="3.0.0-preview6-27702-06">
<Dependency Name="Microsoft.NETCore.App" Version="3.0.0-preview6-27702-07">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>dadb168d6a2e80a5ad82a02ff17584abcb4475f9</Sha>
<Sha>2882fcdfd1846578a0c0336e1ba387ab0a1b602f</Sha>
</Dependency>
<Dependency Name="NETStandard.Library.Ref" Version="2.1.0-preview6-27702-06">
<Dependency Name="NETStandard.Library.Ref" Version="2.1.0-preview6-27702-07">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>dadb168d6a2e80a5ad82a02ff17584abcb4475f9</Sha>
<Sha>2882fcdfd1846578a0c0336e1ba387ab0a1b602f</Sha>
</Dependency>
<Dependency Name="Microsoft.AspNetCore.App.Ref" Version="3.0.0-preview6-19230-05">
<Uri>https://github.com/aspnet/AspNetCore</Uri>

View file

@ -48,7 +48,7 @@
<MicrosoftNETSdkPackageVersion>3.0.100-preview6.19230.1</MicrosoftNETSdkPackageVersion>
</PropertyGroup>
<PropertyGroup>
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview6-27702-06</MicrosoftNETCoreAppPackageVersion>
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview6-27702-07</MicrosoftNETCoreAppPackageVersion>
<MicrosoftNETCoreAppInternalPackageVersion>$(MicrosoftNETCoreAppPackageVersion)</MicrosoftNETCoreAppInternalPackageVersion>
<MicrosoftNETCoreDotNetAppHostPackageVersion>$(MicrosoftNETCoreAppPackageVersion)</MicrosoftNETCoreDotNetAppHostPackageVersion>
<MicrosoftNETCoreDotNetHostResolverPackageVersion>$(MicrosoftNETCoreAppPackageVersion)</MicrosoftNETCoreDotNetHostResolverPackageVersion>
@ -56,11 +56,11 @@
<HostFxrVersion>$(MicrosoftNETCoreAppPackageVersion)</HostFxrVersion>
<NetCoreAppTargetingPackVersion>$(MicrosoftNETCoreAppPackageVersion)</NetCoreAppTargetingPackVersion>
<NetCoreAppHostPackVersion>$(MicrosoftNETCoreAppPackageVersion)</NetCoreAppHostPackVersion>
<NETStandardLibraryRefPackageVersion>2.1.0-preview6-27702-06</NETStandardLibraryRefPackageVersion>
<NETStandardLibraryRefPackageVersion>2.1.0-preview6-27702-07</NETStandardLibraryRefPackageVersion>
<WindowsDesktopTargetingPackVersion>$(MicrosoftNETCoreAppPackageVersion)</WindowsDesktopTargetingPackVersion>
<AspNetCoreVersion>$(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion)</AspNetCoreVersion>
<AspNetTargetingPackVersion>$(MicrosoftAspNetCoreAppRefPackageVersion)</AspNetTargetingPackVersion>
<MicrosoftWindowsDesktopAppPackageVersion>3.0.0-preview6-27702-06</MicrosoftWindowsDesktopAppPackageVersion>
<MicrosoftWindowsDesktopAppPackageVersion>3.0.0-preview6-27702-07</MicrosoftWindowsDesktopAppPackageVersion>
<MicrosoftWindowsDesktopPackageVersion>$(MicrosoftWindowsDesktopAppPackageVersion)</MicrosoftWindowsDesktopPackageVersion>
</PropertyGroup>
<!-- infrastructure and test only dependencies -->