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

- Microsoft.NETCore.App - 3.0.0-preview6-27624-05
- NETStandard.Library.Ref - 2.1.0-preview6-27624-05
- Microsoft.WindowsDesktop.App - 3.0.0-preview6-27624-05
This commit is contained in:
dotnet-maestro 2019-04-24 16:31:57 +00:00
parent 0cb8d7396a
commit a3617b3733
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-preview6-27624-04">
<Dependency Name="Microsoft.WindowsDesktop.App" Version="3.0.0-preview6-27624-05">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>a2406d8f4bba9541a850dbb1f941a5463cd2a74a</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App" Version="3.0.0-preview6-27624-04">
<Dependency Name="Microsoft.NETCore.App" Version="3.0.0-preview6-27624-05">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>a2406d8f4bba9541a850dbb1f941a5463cd2a74a</Sha>
</Dependency>
<Dependency Name="NETStandard.Library.Ref" Version="2.1.0-preview6-27624-04">
<Dependency Name="NETStandard.Library.Ref" Version="2.1.0-preview6-27624-05">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>a2406d8f4bba9541a850dbb1f941a5463cd2a74a</Sha>
</Dependency>

View file

@ -48,17 +48,17 @@
<MicrosoftNETSdkPackageVersion>3.0.100-preview6.19223.1</MicrosoftNETSdkPackageVersion>
</PropertyGroup>
<PropertyGroup>
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview6-27624-04</MicrosoftNETCoreAppPackageVersion>
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview6-27624-05</MicrosoftNETCoreAppPackageVersion>
<MicrosoftNETCoreDotNetHostResolverPackageVersion>$(MicrosoftNETCoreAppPackageVersion)</MicrosoftNETCoreDotNetHostResolverPackageVersion>
<SharedHostVersion>$(MicrosoftNETCoreAppPackageVersion)</SharedHostVersion>
<HostFxrVersion>$(MicrosoftNETCoreAppPackageVersion)</HostFxrVersion>
<NetCoreAppTargetingPackVersion>$(MicrosoftNETCoreAppPackageVersion)</NetCoreAppTargetingPackVersion>
<NetCoreAppHostPackVersion>$(MicrosoftNETCoreAppPackageVersion)</NetCoreAppHostPackVersion>
<NETStandardLibraryRefPackageVersion>2.1.0-preview6-27624-04</NETStandardLibraryRefPackageVersion>
<NETStandardLibraryRefPackageVersion>2.1.0-preview6-27624-05</NETStandardLibraryRefPackageVersion>
<WindowsDesktopTargetingPackVersion>$(MicrosoftNETCoreAppPackageVersion)</WindowsDesktopTargetingPackVersion>
<AspNetCoreVersion>$(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion)</AspNetCoreVersion>
<AspNetTargetingPackVersion>$(MicrosoftAspNetCoreAppRefPackageVersion)</AspNetTargetingPackVersion>
<MicrosoftWindowsDesktopAppPackageVersion>3.0.0-preview6-27624-04</MicrosoftWindowsDesktopAppPackageVersion>
<MicrosoftWindowsDesktopAppPackageVersion>3.0.0-preview6-27624-05</MicrosoftWindowsDesktopAppPackageVersion>
<MicrosoftWindowsDesktopPackageVersion>$(MicrosoftWindowsDesktopAppPackageVersion)</MicrosoftWindowsDesktopPackageVersion>
</PropertyGroup>
<!-- infrastructure and test only dependencies -->