未验证 提交 abe8b29f 编写于 作者: D dotnet-maestro[bot] 提交者: GitHub

Update dependencies from https://github.com/dotnet/winforms build 20190828.1 (#1737)

- Microsoft.Private.Winforms - 4.8.0-rc1.19428.1

Dependency coherency updates

- Microsoft.NETCore.App - 3.0.0-rc1-19427-13 (parent: Microsoft.Private.Winforms)
- Microsoft.NETCore.ILDAsm - 3.0.0-rc1.19427.10 (parent: Microsoft.NETCore.Runtime.CoreCLR)
- Microsoft.NETCore.Runtime.CoreCLR - 3.0.0-rc1.19427.10 (parent: Microsoft.NETCore.App)
- Microsoft.NETCore.ILAsm - 3.0.0-rc1.19427.10 (parent: Microsoft.NETCore.Runtime.CoreCLR)
上级 8bd3166c
<?xml version="1.0" encoding="utf-8"?>
<Dependencies>
<ProductDependencies>
<Dependency Name="Microsoft.Private.Winforms" Version="4.8.0-rc1.19427.6">
<Dependency Name="Microsoft.Private.Winforms" Version="4.8.0-rc1.19428.1">
<Uri>https://github.com/dotnet/winforms</Uri>
<Sha>d9d05272520ba4916783416298616bc4739aa8a8</Sha>
<Sha>b0c6be3cbdaeae0104c049de9a8913e1067901fd</Sha>
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
......@@ -59,9 +59,9 @@
<Uri>https://github.com/dotnet/corefx</Uri>
<Sha>d341fd37dcb2c22e382adccdc06770cf8f160577</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App" Version="3.0.0-rc1-19427-09" CoherentParentDependency="Microsoft.Private.Winforms">
<Dependency Name="Microsoft.NETCore.App" Version="3.0.0-rc1-19427-13" CoherentParentDependency="Microsoft.Private.Winforms">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>d90543c070331ee577067ee7aedf709d80588a66</Sha>
<Sha>1c0f7e38cc371a298353a459c53138f23ba40a2a</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19411.1">
<Uri>https://github.com/dotnet/arcade</Uri>
......@@ -83,17 +83,17 @@
<Uri>https://github.com/dotnet/corefx</Uri>
<Sha>d341fd37dcb2c22e382adccdc06770cf8f160577</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.Runtime.CoreCLR" Version="3.0.0-rc1.19426.4" CoherentParentDependency="Microsoft.NETCore.App">
<Dependency Name="Microsoft.NETCore.Runtime.CoreCLR" Version="3.0.0-rc1.19427.10" CoherentParentDependency="Microsoft.NETCore.App">
<Uri>https://github.com/dotnet/coreclr</Uri>
<Sha>6f87fd8ded73f01f60df5af02eede184bacc6fe4</Sha>
<Sha>f161f03b4703bf90240e62f9a8ed8293b50fc376</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.ILDAsm" Version="3.0.0-rc1.19426.4" CoherentParentDependency="Microsoft.NETCore.Runtime.CoreCLR">
<Dependency Name="Microsoft.NETCore.ILDAsm" Version="3.0.0-rc1.19427.10" CoherentParentDependency="Microsoft.NETCore.Runtime.CoreCLR">
<Uri>https://github.com/dotnet/coreclr</Uri>
<Sha>6f87fd8ded73f01f60df5af02eede184bacc6fe4</Sha>
<Sha>f161f03b4703bf90240e62f9a8ed8293b50fc376</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.ILAsm" Version="3.0.0-rc1.19426.4" CoherentParentDependency="Microsoft.NETCore.Runtime.CoreCLR">
<Dependency Name="Microsoft.NETCore.ILAsm" Version="3.0.0-rc1.19427.10" CoherentParentDependency="Microsoft.NETCore.Runtime.CoreCLR">
<Uri>https://github.com/dotnet/coreclr</Uri>
<Sha>6f87fd8ded73f01f60df5af02eede184bacc6fe4</Sha>
<Sha>f161f03b4703bf90240e62f9a8ed8293b50fc376</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="2.0.0-beta.19411.1">
<Uri>https://github.com/dotnet/arcade</Uri>
......
......@@ -8,17 +8,17 @@
</PropertyGroup>
<!-- NuGet Package Versions -->
<PropertyGroup>
<MicrosoftPrivateWinformsVersion>4.8.0-rc1.19427.6</MicrosoftPrivateWinformsVersion>
<MicrosoftPrivateWinformsVersion>4.8.0-rc1.19428.1</MicrosoftPrivateWinformsVersion>
</PropertyGroup>
<!-- Packages that come from https://github.com/dotnet/coreclr -->
<PropertyGroup>
<MicrosoftNETCoreRuntimeCoreCLRVersion>3.0.0-rc1.19426.4</MicrosoftNETCoreRuntimeCoreCLRVersion>
<MicrosoftNETCoreILDAsmVersion>3.0.0-rc1.19426.4</MicrosoftNETCoreILDAsmVersion>
<MicrosoftNETCoreILAsmVersion>3.0.0-rc1.19426.4</MicrosoftNETCoreILAsmVersion>
<MicrosoftNETCoreRuntimeCoreCLRVersion>3.0.0-rc1.19427.10</MicrosoftNETCoreRuntimeCoreCLRVersion>
<MicrosoftNETCoreILDAsmVersion>3.0.0-rc1.19427.10</MicrosoftNETCoreILDAsmVersion>
<MicrosoftNETCoreILAsmVersion>3.0.0-rc1.19427.10</MicrosoftNETCoreILAsmVersion>
</PropertyGroup>
<!-- Packages that come from https://github.com/dotnet/core-setup -->
<PropertyGroup>
<MicrosoftNETCoreAppVersion>3.0.0-rc1-19427-09</MicrosoftNETCoreAppVersion>
<MicrosoftNETCoreAppVersion>3.0.0-rc1-19427-13</MicrosoftNETCoreAppVersion>
<MicrosoftNETCorePlatformsVersion>3.0.0-rc1.19420.10</MicrosoftNETCorePlatformsVersion>
<SystemDrawingCommonVersion>4.6.0-rc1.19420.10</SystemDrawingCommonVersion>
<SystemDirectoryServicesVersion>4.6.0-rc1.19420.10</SystemDirectoryServicesVersion>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册