Update dependencies from https://dev.azure.com/devdiv/DevDiv/_git/DotNet-Trusted build 20190312.34 (#1366)
- Microsoft.WindowsDesktop.App - 3.0.0-preview3-27512-34 - Microsoft.Dotnet.Wpf.ProjectTemplates - 3.0.0-preview3-27512-34 - Microsoft.Dotnet.WinForms.ProjectTemplates - 3.0.0-preview3-27512-34
This commit is contained in:
parent
3a4d951a88
commit
0f54d7533d
2 changed files with 11 additions and 11 deletions
|
@ -2,9 +2,9 @@
|
|||
<Dependencies>
|
||||
<ProductDependencies>
|
||||
<!-- Winforms / WPF -->
|
||||
<Dependency Name="Microsoft.WindowsDesktop.App" Version="3.0.0-preview4-27607-5">
|
||||
<Dependency Name="Microsoft.WindowsDesktop.App" Version="3.0.0-preview3-27512-34">
|
||||
<Uri>https://dev.azure.com/devdiv/DevDiv/_git/DotNet-Trusted</Uri>
|
||||
<Sha>b76aadda41b179d0eb08868dc6c97061ffd0103e</Sha>
|
||||
<Sha>a0570cdaf48e95b8d53c2a12f3e2ddba7d3df94e</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NETCore.App" Version="3.0.0-preview4-27609-16">
|
||||
<Uri>https://github.com/dotnet/core-setup</Uri>
|
||||
|
@ -54,13 +54,13 @@
|
|||
<Uri>https://github.com/dotnet/cli</Uri>
|
||||
<Sha>fb7f631a14f42fa3be33d7da1638dd1376d7664b</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.Dotnet.WinForms.ProjectTemplates" Version="4.8.0-preview4.19210.2">
|
||||
<Uri>https://github.com/dotnet/winforms</Uri>
|
||||
<Sha>9f7f6a960c673d48d31bafc90603b2e313f95ca2</Sha>
|
||||
<Dependency Name="Microsoft.Dotnet.WinForms.ProjectTemplates" Version="3.0.0-preview3-27512-34">
|
||||
<Uri>https://dev.azure.com/devdiv/DevDiv/_git/DotNet-Trusted</Uri>
|
||||
<Sha>a0570cdaf48e95b8d53c2a12f3e2ddba7d3df94e</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.Wpf.ProjectTemplates" Version="3.0.0-preview4.19210.4">
|
||||
<Uri>https://github.com/dotnet/wpf</Uri>
|
||||
<Sha>2f32fa83e35fe1b98fb570928d4c00bc81c725ee</Sha>
|
||||
<Dependency Name="Microsoft.Dotnet.Wpf.ProjectTemplates" Version="3.0.0-preview3-27512-34">
|
||||
<Uri>https://dev.azure.com/devdiv/DevDiv/_git/DotNet-Trusted</Uri>
|
||||
<Sha>a0570cdaf48e95b8d53c2a12f3e2ddba7d3df94e</Sha>
|
||||
</Dependency>
|
||||
</ProductDependencies>
|
||||
<ToolsetDependencies>
|
||||
|
|
|
@ -16,11 +16,11 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependency from https://github.com/dotnet/winforms -->
|
||||
<MicrosoftDotnetWinFormsProjectTemplatesPackageVersion>4.8.0-preview4.19210.2</MicrosoftDotnetWinFormsProjectTemplatesPackageVersion>
|
||||
<MicrosoftDotnetWinFormsProjectTemplatesPackageVersion>3.0.0-preview3-27512-34</MicrosoftDotnetWinFormsProjectTemplatesPackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependency from https://github.com/dotnet/wpf -->
|
||||
<MicrosoftDotNetWpfProjectTemplatesPackageVersion>3.0.0-preview4.19210.4</MicrosoftDotNetWpfProjectTemplatesPackageVersion>
|
||||
<MicrosoftDotnetWpfProjectTemplatesPackageVersion>3.0.0-preview3-27512-34</MicrosoftDotnetWpfProjectTemplatesPackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependencies from https://github.com/aspnet/AspNetCore -->
|
||||
|
@ -60,7 +60,7 @@
|
|||
<WindowsDesktopTargetingPackVersion>$(MicrosoftNETCoreAppPackageVersion)</WindowsDesktopTargetingPackVersion>
|
||||
<AspNetCoreVersion>$(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion)</AspNetCoreVersion>
|
||||
<AspNetTargetingPackVersion>$(MicrosoftAspNetCoreAppRefPackageVersion)</AspNetTargetingPackVersion>
|
||||
<MicrosoftWindowsDesktopAppPackageVersion>3.0.0-preview4-27607-5</MicrosoftWindowsDesktopAppPackageVersion>
|
||||
<MicrosoftWindowsDesktopAppPackageVersion>3.0.0-preview3-27512-34</MicrosoftWindowsDesktopAppPackageVersion>
|
||||
<MicrosoftWindowsDesktopPackageVersion>$(MicrosoftWindowsDesktopAppPackageVersion)</MicrosoftWindowsDesktopPackageVersion>
|
||||
</PropertyGroup>
|
||||
<!-- infrastructure and test only dependencies -->
|
||||
|
|
Loading…
Reference in a new issue