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

- Microsoft.NETCore.App - 3.0.0-preview6-27813-07
- Microsoft.WindowsDesktop.App - 3.0.0-preview6-27813-07
- NETStandard.Library.Ref - 2.1.0-preview6-27813-07

Dependency coherency updates

- Microsoft.DotNet.Wpf.ProjectTemplates - 3.0.0-preview6.19313.3 (parent: Microsoft.WindowsDesktop.App)
This commit is contained in:
dotnet-maestro[bot] 2019-06-13 21:28:25 +00:00 committed by GitHub
parent be3f0c1a03
commit 2763f6dbd4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 12 deletions

View file

@ -2,17 +2,17 @@
<Dependencies>
<ProductDependencies>
<!-- Winforms / WPF -->
<Dependency Name="Microsoft.WindowsDesktop.App" Version="3.0.0-preview6-27804-01">
<Dependency Name="Microsoft.WindowsDesktop.App" Version="3.0.0-preview6-27813-07">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>fdf81c6faf7c7e0463d191a3a1d36c25c201e5cb</Sha>
<Sha>102425eabef2f9467e4ed6fa51edd9d02039c34f</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App" Version="3.0.0-preview6-27804-01">
<Dependency Name="Microsoft.NETCore.App" Version="3.0.0-preview6-27813-07">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>fdf81c6faf7c7e0463d191a3a1d36c25c201e5cb</Sha>
<Sha>102425eabef2f9467e4ed6fa51edd9d02039c34f</Sha>
</Dependency>
<Dependency Name="NETStandard.Library.Ref" Version="2.1.0-preview6-27804-01">
<Dependency Name="NETStandard.Library.Ref" Version="2.1.0-preview6-27813-07">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>fdf81c6faf7c7e0463d191a3a1d36c25c201e5cb</Sha>
<Sha>102425eabef2f9467e4ed6fa51edd9d02039c34f</Sha>
</Dependency>
<Dependency Name="Microsoft.AspNetCore.App.Ref" Version="3.0.0-preview6.19307.2">
<Uri>https://github.com/aspnet/AspNetCore</Uri>
@ -59,9 +59,9 @@
<Uri>https://github.com/dotnet/winforms</Uri>
<Sha>28c64d3bbe6d65cbb787d46b13f2a437b63d8fe9</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Wpf.ProjectTemplates" Version="3.0.0-preview6.19303.15" CoherentParentDependency="Microsoft.WindowsDesktop.App">
<Dependency Name="Microsoft.DotNet.Wpf.ProjectTemplates" Version="3.0.0-preview6.19313.3" CoherentParentDependency="Microsoft.WindowsDesktop.App">
<Uri>https://github.com/dotnet/wpf</Uri>
<Sha>18691cea4b61248df9facbae56e02783eb73f2b6</Sha>
<Sha>f3e377176d5cd6262b256b7964f5a8462534f210</Sha>
</Dependency>
</ProductDependencies>
<ToolsetDependencies>

View file

@ -20,7 +20,7 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependency from https://github.com/dotnet/wpf -->
<MicrosoftDotNetWpfProjectTemplatesPackageVersion>3.0.0-preview6.19303.15</MicrosoftDotNetWpfProjectTemplatesPackageVersion>
<MicrosoftDotNetWpfProjectTemplatesPackageVersion>3.0.0-preview6.19313.3</MicrosoftDotNetWpfProjectTemplatesPackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/aspnet/AspNetCore -->
@ -47,7 +47,7 @@
<MicrosoftNETSdkPackageVersion>3.0.100-preview6.19303.1</MicrosoftNETSdkPackageVersion>
</PropertyGroup>
<PropertyGroup>
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview6-27804-01</MicrosoftNETCoreAppPackageVersion>
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview6-27813-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-preview6-27804-01</NETStandardLibraryRefPackageVersion>
<NETStandardLibraryRefPackageVersion>2.1.0-preview6-27813-07</NETStandardLibraryRefPackageVersion>
<WindowsDesktopTargetingPackVersion>$(MicrosoftNETCoreAppPackageVersion)</WindowsDesktopTargetingPackVersion>
<AspNetCoreVersion>$(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion)</AspNetCoreVersion>
<AspNetTargetingPackVersion>$(MicrosoftAspNetCoreAppRefPackageVersion)</AspNetTargetingPackVersion>
<MicrosoftWindowsDesktopAppPackageVersion>3.0.0-preview6-27804-01</MicrosoftWindowsDesktopAppPackageVersion>
<MicrosoftWindowsDesktopAppPackageVersion>3.0.0-preview6-27813-07</MicrosoftWindowsDesktopAppPackageVersion>
<MicrosoftWindowsDesktopPackageVersion>$(MicrosoftWindowsDesktopAppPackageVersion)</MicrosoftWindowsDesktopPackageVersion>
</PropertyGroup>
<!-- infrastructure and test only dependencies -->