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

Update dependencies from https://github.com/dotnet/winforms build 20190828.6 (#1742)

- Microsoft.Private.Winforms - 4.8.0-rc1.19428.6

Dependency coherency updates

- Microsoft.NETCore.App - 3.0.0-rc1-19428-08 (parent: Microsoft.Private.Winforms)
- Microsoft.NETCore.ILDAsm - 3.0.0-rc1.19428.2 (parent: Microsoft.NETCore.Runtime.CoreCLR)
- Microsoft.NETCore.Runtime.CoreCLR - 3.0.0-rc1.19428.2 (parent: Microsoft.NETCore.App)
- Microsoft.NETCore.ILAsm - 3.0.0-rc1.19428.2 (parent: Microsoft.NETCore.Runtime.CoreCLR)
上级 94f9fca3
<?xml version="1.0" encoding="utf-8"?>
<Dependencies>
<ProductDependencies>
<Dependency Name="Microsoft.Private.Winforms" Version="4.8.0-rc1.19428.5">
<Dependency Name="Microsoft.Private.Winforms" Version="4.8.0-rc1.19428.6">
<Uri>https://github.com/dotnet/winforms</Uri>
<Sha>35ce5eef95e9583a7fcf5e132fea433ab7433624</Sha>
<Sha>5ce84261d3c849e16348823def55dd266059d6c4</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-19428-07" CoherentParentDependency="Microsoft.Private.Winforms">
<Dependency Name="Microsoft.NETCore.App" Version="3.0.0-rc1-19428-08" CoherentParentDependency="Microsoft.Private.Winforms">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>843b627147f0948b730eabe6def9ea1e606991da</Sha>
<Sha>5bc760ed917c526ce503de6addbf204ce51934cb</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.19427.10" CoherentParentDependency="Microsoft.NETCore.App">
<Dependency Name="Microsoft.NETCore.Runtime.CoreCLR" Version="3.0.0-rc1.19428.2" CoherentParentDependency="Microsoft.NETCore.App">
<Uri>https://github.com/dotnet/coreclr</Uri>
<Sha>f161f03b4703bf90240e62f9a8ed8293b50fc376</Sha>
<Sha>ebbcd615e12bf2d3174d8f481b4ee73b527c35e0</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.ILDAsm" Version="3.0.0-rc1.19427.10" CoherentParentDependency="Microsoft.NETCore.Runtime.CoreCLR">
<Dependency Name="Microsoft.NETCore.ILDAsm" Version="3.0.0-rc1.19428.2" CoherentParentDependency="Microsoft.NETCore.Runtime.CoreCLR">
<Uri>https://github.com/dotnet/coreclr</Uri>
<Sha>f161f03b4703bf90240e62f9a8ed8293b50fc376</Sha>
<Sha>ebbcd615e12bf2d3174d8f481b4ee73b527c35e0</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.ILAsm" Version="3.0.0-rc1.19427.10" CoherentParentDependency="Microsoft.NETCore.Runtime.CoreCLR">
<Dependency Name="Microsoft.NETCore.ILAsm" Version="3.0.0-rc1.19428.2" CoherentParentDependency="Microsoft.NETCore.Runtime.CoreCLR">
<Uri>https://github.com/dotnet/coreclr</Uri>
<Sha>f161f03b4703bf90240e62f9a8ed8293b50fc376</Sha>
<Sha>ebbcd615e12bf2d3174d8f481b4ee73b527c35e0</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.19428.5</MicrosoftPrivateWinformsVersion>
<MicrosoftPrivateWinformsVersion>4.8.0-rc1.19428.6</MicrosoftPrivateWinformsVersion>
</PropertyGroup>
<!-- Packages that come from https://github.com/dotnet/coreclr -->
<PropertyGroup>
<MicrosoftNETCoreRuntimeCoreCLRVersion>3.0.0-rc1.19427.10</MicrosoftNETCoreRuntimeCoreCLRVersion>
<MicrosoftNETCoreILDAsmVersion>3.0.0-rc1.19427.10</MicrosoftNETCoreILDAsmVersion>
<MicrosoftNETCoreILAsmVersion>3.0.0-rc1.19427.10</MicrosoftNETCoreILAsmVersion>
<MicrosoftNETCoreRuntimeCoreCLRVersion>3.0.0-rc1.19428.2</MicrosoftNETCoreRuntimeCoreCLRVersion>
<MicrosoftNETCoreILDAsmVersion>3.0.0-rc1.19428.2</MicrosoftNETCoreILDAsmVersion>
<MicrosoftNETCoreILAsmVersion>3.0.0-rc1.19428.2</MicrosoftNETCoreILAsmVersion>
</PropertyGroup>
<!-- Packages that come from https://github.com/dotnet/core-setup -->
<PropertyGroup>
<MicrosoftNETCoreAppVersion>3.0.0-rc1-19428-07</MicrosoftNETCoreAppVersion>
<MicrosoftNETCoreAppVersion>3.0.0-rc1-19428-08</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.
先完成此消息的编辑!
想要评论请 注册