未验证 提交 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"?> <?xml version="1.0" encoding="utf-8"?>
<Dependencies> <Dependencies>
<ProductDependencies> <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> <Uri>https://github.com/dotnet/winforms</Uri>
<Sha>d9d05272520ba4916783416298616bc4739aa8a8</Sha> <Sha>b0c6be3cbdaeae0104c049de9a8913e1067901fd</Sha>
</Dependency> </Dependency>
</ProductDependencies> </ProductDependencies>
<ToolsetDependencies> <ToolsetDependencies>
...@@ -59,9 +59,9 @@ ...@@ -59,9 +59,9 @@
<Uri>https://github.com/dotnet/corefx</Uri> <Uri>https://github.com/dotnet/corefx</Uri>
<Sha>d341fd37dcb2c22e382adccdc06770cf8f160577</Sha> <Sha>d341fd37dcb2c22e382adccdc06770cf8f160577</Sha>
</Dependency> </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> <Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>d90543c070331ee577067ee7aedf709d80588a66</Sha> <Sha>1c0f7e38cc371a298353a459c53138f23ba40a2a</Sha>
</Dependency> </Dependency>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19411.1"> <Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19411.1">
<Uri>https://github.com/dotnet/arcade</Uri> <Uri>https://github.com/dotnet/arcade</Uri>
...@@ -83,17 +83,17 @@ ...@@ -83,17 +83,17 @@
<Uri>https://github.com/dotnet/corefx</Uri> <Uri>https://github.com/dotnet/corefx</Uri>
<Sha>d341fd37dcb2c22e382adccdc06770cf8f160577</Sha> <Sha>d341fd37dcb2c22e382adccdc06770cf8f160577</Sha>
</Dependency> </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> <Uri>https://github.com/dotnet/coreclr</Uri>
<Sha>6f87fd8ded73f01f60df5af02eede184bacc6fe4</Sha> <Sha>f161f03b4703bf90240e62f9a8ed8293b50fc376</Sha>
</Dependency> </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> <Uri>https://github.com/dotnet/coreclr</Uri>
<Sha>6f87fd8ded73f01f60df5af02eede184bacc6fe4</Sha> <Sha>f161f03b4703bf90240e62f9a8ed8293b50fc376</Sha>
</Dependency> </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> <Uri>https://github.com/dotnet/coreclr</Uri>
<Sha>6f87fd8ded73f01f60df5af02eede184bacc6fe4</Sha> <Sha>f161f03b4703bf90240e62f9a8ed8293b50fc376</Sha>
</Dependency> </Dependency>
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="2.0.0-beta.19411.1"> <Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="2.0.0-beta.19411.1">
<Uri>https://github.com/dotnet/arcade</Uri> <Uri>https://github.com/dotnet/arcade</Uri>
......
...@@ -8,17 +8,17 @@ ...@@ -8,17 +8,17 @@
</PropertyGroup> </PropertyGroup>
<!-- NuGet Package Versions --> <!-- NuGet Package Versions -->
<PropertyGroup> <PropertyGroup>
<MicrosoftPrivateWinformsVersion>4.8.0-rc1.19427.6</MicrosoftPrivateWinformsVersion> <MicrosoftPrivateWinformsVersion>4.8.0-rc1.19428.1</MicrosoftPrivateWinformsVersion>
</PropertyGroup> </PropertyGroup>
<!-- Packages that come from https://github.com/dotnet/coreclr --> <!-- Packages that come from https://github.com/dotnet/coreclr -->
<PropertyGroup> <PropertyGroup>
<MicrosoftNETCoreRuntimeCoreCLRVersion>3.0.0-rc1.19426.4</MicrosoftNETCoreRuntimeCoreCLRVersion> <MicrosoftNETCoreRuntimeCoreCLRVersion>3.0.0-rc1.19427.10</MicrosoftNETCoreRuntimeCoreCLRVersion>
<MicrosoftNETCoreILDAsmVersion>3.0.0-rc1.19426.4</MicrosoftNETCoreILDAsmVersion> <MicrosoftNETCoreILDAsmVersion>3.0.0-rc1.19427.10</MicrosoftNETCoreILDAsmVersion>
<MicrosoftNETCoreILAsmVersion>3.0.0-rc1.19426.4</MicrosoftNETCoreILAsmVersion> <MicrosoftNETCoreILAsmVersion>3.0.0-rc1.19427.10</MicrosoftNETCoreILAsmVersion>
</PropertyGroup> </PropertyGroup>
<!-- Packages that come from https://github.com/dotnet/core-setup --> <!-- Packages that come from https://github.com/dotnet/core-setup -->
<PropertyGroup> <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> <MicrosoftNETCorePlatformsVersion>3.0.0-rc1.19420.10</MicrosoftNETCorePlatformsVersion>
<SystemDrawingCommonVersion>4.6.0-rc1.19420.10</SystemDrawingCommonVersion> <SystemDrawingCommonVersion>4.6.0-rc1.19420.10</SystemDrawingCommonVersion>
<SystemDirectoryServicesVersion>4.6.0-rc1.19420.10</SystemDirectoryServicesVersion> <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.
先完成此消息的编辑!
想要评论请 注册