[master] Update dependencies from dotnet/core-setup (#2537)
* Update dependencies from https://github.com/dotnet/core-setup build 20190619.06 - NETStandard.Library.Ref - 2.1.0-preview7-27819-06 - Microsoft.NETCore.App - 3.0.0-preview7-27819-06 - Microsoft.WindowsDesktop.App - 3.0.0-preview7-27819-06 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 4.8.0-preview7.19316.2 (parent: Microsoft.WindowsDesktop.App) - Microsoft.DotNet.Wpf.ProjectTemplates - 3.0.0-preview7.19318.1 (parent: Microsoft.WindowsDesktop.App) * Update dependencies from https://github.com/dotnet/core-setup build 20190619.07 - NETStandard.Library.Ref - 2.1.0-preview7-27819-07 - Microsoft.NETCore.App - 3.0.0-preview7-27819-07 - Microsoft.WindowsDesktop.App - 3.0.0-preview7-27819-07 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 4.8.0-preview7.19316.2 (parent: Microsoft.WindowsDesktop.App) - Microsoft.DotNet.Wpf.ProjectTemplates - 3.0.0-preview7.19318.1 (parent: Microsoft.WindowsDesktop.App)
This commit is contained in:
parent
b81d69f9a7
commit
6f80bbd426
2 changed files with 15 additions and 15 deletions
|
@ -2,17 +2,17 @@
|
|||
<Dependencies>
|
||||
<ProductDependencies>
|
||||
<!-- Winforms / WPF -->
|
||||
<Dependency Name="Microsoft.WindowsDesktop.App" Version="3.0.0-preview7-27819-03">
|
||||
<Dependency Name="Microsoft.WindowsDesktop.App" Version="3.0.0-preview7-27819-07">
|
||||
<Uri>https://github.com/dotnet/core-setup</Uri>
|
||||
<Sha>ff396e0cab960f35b1e01a24c5170ad96da90082</Sha>
|
||||
<Sha>82a394219d72114fbeae35dcc6166e79e341d21c</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NETCore.App" Version="3.0.0-preview7-27819-03">
|
||||
<Dependency Name="Microsoft.NETCore.App" Version="3.0.0-preview7-27819-07">
|
||||
<Uri>https://github.com/dotnet/core-setup</Uri>
|
||||
<Sha>ff396e0cab960f35b1e01a24c5170ad96da90082</Sha>
|
||||
<Sha>82a394219d72114fbeae35dcc6166e79e341d21c</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="NETStandard.Library.Ref" Version="2.1.0-preview7-27819-03">
|
||||
<Dependency Name="NETStandard.Library.Ref" Version="2.1.0-preview7-27819-07">
|
||||
<Uri>https://github.com/dotnet/core-setup</Uri>
|
||||
<Sha>ff396e0cab960f35b1e01a24c5170ad96da90082</Sha>
|
||||
<Sha>82a394219d72114fbeae35dcc6166e79e341d21c</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.AspNetCore.App.Ref" Version="3.0.0-preview7.19319.2">
|
||||
<Uri>https://github.com/aspnet/AspNetCore</Uri>
|
||||
|
@ -55,13 +55,13 @@
|
|||
<Sha>c6cd21a0db2a5647ac8bb28fc934b15935be883f</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.19315.1" CoherentParentDependency="Microsoft.WindowsDesktop.App">
|
||||
<Dependency Name="Microsoft.Dotnet.WinForms.ProjectTemplates" Version="4.8.0-preview7.19316.2" CoherentParentDependency="Microsoft.WindowsDesktop.App">
|
||||
<Uri>https://github.com/dotnet/winforms</Uri>
|
||||
<Sha>a446ca927d3ad4f9e6baa6544822eb1321655f85</Sha>
|
||||
<Sha>ebeaa64fb85e9d6e576d142d8e5dc345eccec8e1</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.Wpf.ProjectTemplates" Version="3.0.0-preview7.19316.3" CoherentParentDependency="Microsoft.WindowsDesktop.App">
|
||||
<Dependency Name="Microsoft.DotNet.Wpf.ProjectTemplates" Version="3.0.0-preview7.19318.1" CoherentParentDependency="Microsoft.WindowsDesktop.App">
|
||||
<Uri>https://github.com/dotnet/wpf</Uri>
|
||||
<Sha>308512f9ef2407b26baa7f3a266b278f4ff3c643</Sha>
|
||||
<Sha>9c4c3b5734a1217662b93a9f72dbb12a62f30a52</Sha>
|
||||
</Dependency>
|
||||
</ProductDependencies>
|
||||
<ToolsetDependencies>
|
||||
|
|
|
@ -16,11 +16,11 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependency from https://github.com/dotnet/winforms -->
|
||||
<MicrosoftDotnetWinFormsProjectTemplatesPackageVersion>4.8.0-preview7.19315.1</MicrosoftDotnetWinFormsProjectTemplatesPackageVersion>
|
||||
<MicrosoftDotnetWinFormsProjectTemplatesPackageVersion>4.8.0-preview7.19316.2</MicrosoftDotnetWinFormsProjectTemplatesPackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependency from https://github.com/dotnet/wpf -->
|
||||
<MicrosoftDotNetWpfProjectTemplatesPackageVersion>3.0.0-preview7.19316.3</MicrosoftDotNetWpfProjectTemplatesPackageVersion>
|
||||
<MicrosoftDotNetWpfProjectTemplatesPackageVersion>3.0.0-preview7.19318.1</MicrosoftDotNetWpfProjectTemplatesPackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependencies from https://github.com/aspnet/AspNetCore -->
|
||||
|
@ -47,7 +47,7 @@
|
|||
<MicrosoftNETSdkPackageVersion>3.0.100-preview7.19318.4</MicrosoftNETSdkPackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview7-27819-03</MicrosoftNETCoreAppPackageVersion>
|
||||
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview7-27819-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-preview7-27819-03</NETStandardLibraryRefPackageVersion>
|
||||
<NETStandardLibraryRefPackageVersion>2.1.0-preview7-27819-07</NETStandardLibraryRefPackageVersion>
|
||||
<WindowsDesktopTargetingPackVersion>$(MicrosoftNETCoreAppPackageVersion)</WindowsDesktopTargetingPackVersion>
|
||||
<AspNetCoreVersion>$(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion)</AspNetCoreVersion>
|
||||
<AspNetTargetingPackVersion>$(MicrosoftAspNetCoreAppRefPackageVersion)</AspNetTargetingPackVersion>
|
||||
<MicrosoftWindowsDesktopAppPackageVersion>3.0.0-preview7-27819-03</MicrosoftWindowsDesktopAppPackageVersion>
|
||||
<MicrosoftWindowsDesktopAppPackageVersion>3.0.0-preview7-27819-07</MicrosoftWindowsDesktopAppPackageVersion>
|
||||
<MicrosoftWindowsDesktopPackageVersion>$(MicrosoftWindowsDesktopAppPackageVersion)</MicrosoftWindowsDesktopPackageVersion>
|
||||
</PropertyGroup>
|
||||
<!-- infrastructure and test only dependencies -->
|
||||
|
|
Loading…
Reference in a new issue