[master] Update dependencies from dotnet/core-setup (#2448)

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

- NETStandard.Library.Ref - 2.1.0-preview7-27812-10
- Microsoft.NETCore.App - 3.0.0-preview7-27812-10
- Microsoft.WindowsDesktop.App - 3.0.0-preview7-27812-10

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

- NETStandard.Library.Ref - 2.1.0-preview7-27812-11
- Microsoft.NETCore.App - 3.0.0-preview7-27812-11
- Microsoft.WindowsDesktop.App - 3.0.0-preview7-27812-11

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

- NETStandard.Library.Ref - 2.1.0-preview7-27813-02
- Microsoft.NETCore.App - 3.0.0-preview7-27813-02
- Microsoft.WindowsDesktop.App - 3.0.0-preview7-27813-02

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

- NETStandard.Library.Ref - 2.1.0-preview7-27813-04
- Microsoft.NETCore.App - 3.0.0-preview7-27813-04
- Microsoft.WindowsDesktop.App - 3.0.0-preview7-27813-04

Dependency coherency updates

- Microsoft.Dotnet.WinForms.ProjectTemplates - 4.8.0-preview7.19310.2 (parent: Microsoft.WindowsDesktop.App)
- Microsoft.DotNet.Wpf.ProjectTemplates - 3.0.0-preview7.19311.4 (parent: Microsoft.WindowsDesktop.App)

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

- NETStandard.Library.Ref - 2.1.0-preview7-27813-05
- Microsoft.NETCore.App - 3.0.0-preview7-27813-05
- Microsoft.WindowsDesktop.App - 3.0.0-preview7-27813-05

Dependency coherency updates

- Microsoft.Dotnet.WinForms.ProjectTemplates - 4.8.0-preview7.19310.2 (parent: Microsoft.WindowsDesktop.App)
- Microsoft.DotNet.Wpf.ProjectTemplates - 3.0.0-preview7.19311.4 (parent: Microsoft.WindowsDesktop.App)
This commit is contained in:
dotnet-maestro[bot] 2019-06-13 19:18:25 +00:00 committed by GitHub
parent 5333bf272b
commit f5d18fa787
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 15 deletions

View file

@ -2,17 +2,17 @@
<Dependencies>
<ProductDependencies>
<!-- Winforms / WPF -->
<Dependency Name="Microsoft.WindowsDesktop.App" Version="3.0.0-preview7-27812-08">
<Dependency Name="Microsoft.WindowsDesktop.App" Version="3.0.0-preview7-27813-05">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>094b6111d3d8c90d1111db4d73fd9faa755d9413</Sha>
<Sha>67955f35945aaf7e8f50e257f80b59f7bead99af</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App" Version="3.0.0-preview7-27812-08">
<Dependency Name="Microsoft.NETCore.App" Version="3.0.0-preview7-27813-05">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>094b6111d3d8c90d1111db4d73fd9faa755d9413</Sha>
<Sha>67955f35945aaf7e8f50e257f80b59f7bead99af</Sha>
</Dependency>
<Dependency Name="NETStandard.Library.Ref" Version="2.1.0-preview7-27812-08">
<Dependency Name="NETStandard.Library.Ref" Version="2.1.0-preview7-27813-05">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>094b6111d3d8c90d1111db4d73fd9faa755d9413</Sha>
<Sha>67955f35945aaf7e8f50e257f80b59f7bead99af</Sha>
</Dependency>
<Dependency Name="Microsoft.AspNetCore.App.Ref" Version="3.0.0-preview7.19311.5">
<Uri>https://github.com/aspnet/AspNetCore</Uri>
@ -55,13 +55,13 @@
<Sha>0728d7ddc3e9008fd97d410189149dd4b0de75c3</Sha>
</Dependency>
<!-- For coherency purposes, these versions should be gated by the versions of winforms and wpf routed via core setup -->
<Dependency Name="Microsoft.Dotnet.WinForms.ProjectTemplates" Version="4.8.0-preview7.19308.1" CoherentParentDependency="Microsoft.WindowsDesktop.App">
<Dependency Name="Microsoft.Dotnet.WinForms.ProjectTemplates" Version="4.8.0-preview7.19310.2" CoherentParentDependency="Microsoft.WindowsDesktop.App">
<Uri>https://github.com/dotnet/winforms</Uri>
<Sha>3c9d886bcb0c203baa0955f73fe530e98388ce59</Sha>
<Sha>b8fb4ecab72d1a292f75f14222ec867d7ea77341</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Wpf.ProjectTemplates" Version="3.0.0-preview7.19309.5" CoherentParentDependency="Microsoft.WindowsDesktop.App">
<Dependency Name="Microsoft.DotNet.Wpf.ProjectTemplates" Version="3.0.0-preview7.19311.4" CoherentParentDependency="Microsoft.WindowsDesktop.App">
<Uri>https://github.com/dotnet/wpf</Uri>
<Sha>acaba9cc1e55a1b386e09a3e0d705280d64b18f2</Sha>
<Sha>42f8d28b5d3bda397fbbf4d1f5ef69631601c5ce</Sha>
</Dependency>
</ProductDependencies>
<ToolsetDependencies>

View file

@ -16,11 +16,11 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependency from https://github.com/dotnet/winforms -->
<MicrosoftDotnetWinFormsProjectTemplatesPackageVersion>4.8.0-preview7.19308.1</MicrosoftDotnetWinFormsProjectTemplatesPackageVersion>
<MicrosoftDotnetWinFormsProjectTemplatesPackageVersion>4.8.0-preview7.19310.2</MicrosoftDotnetWinFormsProjectTemplatesPackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependency from https://github.com/dotnet/wpf -->
<MicrosoftDotNetWpfProjectTemplatesPackageVersion>3.0.0-preview7.19309.5</MicrosoftDotNetWpfProjectTemplatesPackageVersion>
<MicrosoftDotNetWpfProjectTemplatesPackageVersion>3.0.0-preview7.19311.4</MicrosoftDotNetWpfProjectTemplatesPackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/aspnet/AspNetCore -->
@ -47,7 +47,7 @@
<MicrosoftNETSdkPackageVersion>3.0.100-preview7.19312.1</MicrosoftNETSdkPackageVersion>
</PropertyGroup>
<PropertyGroup>
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview7-27812-08</MicrosoftNETCoreAppPackageVersion>
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview7-27813-05</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-27812-08</NETStandardLibraryRefPackageVersion>
<NETStandardLibraryRefPackageVersion>2.1.0-preview7-27813-05</NETStandardLibraryRefPackageVersion>
<WindowsDesktopTargetingPackVersion>$(MicrosoftNETCoreAppPackageVersion)</WindowsDesktopTargetingPackVersion>
<AspNetCoreVersion>$(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion)</AspNetCoreVersion>
<AspNetTargetingPackVersion>$(MicrosoftAspNetCoreAppRefPackageVersion)</AspNetTargetingPackVersion>
<MicrosoftWindowsDesktopAppPackageVersion>3.0.0-preview7-27812-08</MicrosoftWindowsDesktopAppPackageVersion>
<MicrosoftWindowsDesktopAppPackageVersion>3.0.0-preview7-27813-05</MicrosoftWindowsDesktopAppPackageVersion>
<MicrosoftWindowsDesktopPackageVersion>$(MicrosoftWindowsDesktopAppPackageVersion)</MicrosoftWindowsDesktopPackageVersion>
</PropertyGroup>
<!-- infrastructure and test only dependencies -->