Skip to content

Commit 1773197

Browse files
Update dependencies from https://github.com/dotnet/winforms build 20190912.1 (#1861)
- Microsoft.Private.Winforms - 5.0.0-alpha1.19462.1 Dependency coherency updates - Microsoft.NETCore.App - 5.0.0-alpha1.19461.47 (parent: Microsoft.Private.Winforms) - Microsoft.NETCore.ILDAsm - 5.0.0-alpha1.19461.7 (parent: Microsoft.NETCore.Runtime.CoreCLR) - Microsoft.NETCore.Runtime.CoreCLR - 5.0.0-alpha1.19461.7 (parent: Microsoft.NETCore.App) - Microsoft.NETCore.ILAsm - 5.0.0-alpha1.19461.7 (parent: Microsoft.NETCore.Runtime.CoreCLR)
1 parent e273dad commit 1773197

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

eng/Version.Details.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Dependencies>
33
<ProductDependencies>
4-
<Dependency Name="Microsoft.Private.Winforms" Version="5.0.0-alpha1.19461.20">
4+
<Dependency Name="Microsoft.Private.Winforms" Version="5.0.0-alpha1.19462.1">
55
<Uri>https://github.com/dotnet/winforms</Uri>
6-
<Sha>cd4674692716776f2fe202b87cbf32d8d9a21204</Sha>
6+
<Sha>0bf6255b1bca80c7780d4304d6a536862aaca3bc</Sha>
77
</Dependency>
88
</ProductDependencies>
99
<ToolsetDependencies>
@@ -59,9 +59,9 @@
5959
<Uri>https://github.com/dotnet/corefx</Uri>
6060
<Sha>e32d9a2664a59eccbcbe5a4044cffbdd96538b5b</Sha>
6161
</Dependency>
62-
<Dependency Name="Microsoft.NETCore.App" Version="5.0.0-alpha1.19461.40" CoherentParentDependency="Microsoft.Private.Winforms">
62+
<Dependency Name="Microsoft.NETCore.App" Version="5.0.0-alpha1.19461.47" CoherentParentDependency="Microsoft.Private.Winforms">
6363
<Uri>https://github.com/dotnet/core-setup</Uri>
64-
<Sha>6ca07a84140c3e8d3a6bd38f82908ae8957001a2</Sha>
64+
<Sha>7e6ca511536653f9391bf6d0a9eb669b4562089c</Sha>
6565
</Dependency>
6666
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19456.6">
6767
<Uri>https://github.com/dotnet/arcade</Uri>
@@ -83,17 +83,17 @@
8383
<Uri>https://github.com/dotnet/corefx</Uri>
8484
<Sha>e32d9a2664a59eccbcbe5a4044cffbdd96538b5b</Sha>
8585
</Dependency>
86-
<Dependency Name="Microsoft.NETCore.Runtime.CoreCLR" Version="5.0.0-alpha1.19461.1" CoherentParentDependency="Microsoft.NETCore.App">
86+
<Dependency Name="Microsoft.NETCore.Runtime.CoreCLR" Version="5.0.0-alpha1.19461.7" CoherentParentDependency="Microsoft.NETCore.App">
8787
<Uri>https://github.com/dotnet/coreclr</Uri>
88-
<Sha>92e501f96c1403b7af4a155741a08ccbd0cbc1b4</Sha>
88+
<Sha>17a53cb063b5e63fc1cc832ec36cf8a520111124</Sha>
8989
</Dependency>
90-
<Dependency Name="Microsoft.NETCore.ILDAsm" Version="5.0.0-alpha1.19461.1" CoherentParentDependency="Microsoft.NETCore.Runtime.CoreCLR">
90+
<Dependency Name="Microsoft.NETCore.ILDAsm" Version="5.0.0-alpha1.19461.7" CoherentParentDependency="Microsoft.NETCore.Runtime.CoreCLR">
9191
<Uri>https://github.com/dotnet/coreclr</Uri>
92-
<Sha>92e501f96c1403b7af4a155741a08ccbd0cbc1b4</Sha>
92+
<Sha>17a53cb063b5e63fc1cc832ec36cf8a520111124</Sha>
9393
</Dependency>
94-
<Dependency Name="Microsoft.NETCore.ILAsm" Version="5.0.0-alpha1.19461.1" CoherentParentDependency="Microsoft.NETCore.Runtime.CoreCLR">
94+
<Dependency Name="Microsoft.NETCore.ILAsm" Version="5.0.0-alpha1.19461.7" CoherentParentDependency="Microsoft.NETCore.Runtime.CoreCLR">
9595
<Uri>https://github.com/dotnet/coreclr</Uri>
96-
<Sha>92e501f96c1403b7af4a155741a08ccbd0cbc1b4</Sha>
96+
<Sha>17a53cb063b5e63fc1cc832ec36cf8a520111124</Sha>
9797
</Dependency>
9898
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="2.0.0-beta.19456.6">
9999
<Uri>https://github.com/dotnet/arcade</Uri>

eng/Versions.props

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@
88
</PropertyGroup>
99
<!-- NuGet Package Versions -->
1010
<PropertyGroup>
11-
<MicrosoftPrivateWinformsVersion>5.0.0-alpha1.19461.20</MicrosoftPrivateWinformsVersion>
11+
<MicrosoftPrivateWinformsVersion>5.0.0-alpha1.19462.1</MicrosoftPrivateWinformsVersion>
1212
</PropertyGroup>
1313
<!-- Packages that come from https://github.com/dotnet/coreclr -->
1414
<PropertyGroup>
15-
<MicrosoftNETCoreRuntimeCoreCLRVersion>5.0.0-alpha1.19461.1</MicrosoftNETCoreRuntimeCoreCLRVersion>
16-
<MicrosoftNETCoreILDAsmVersion>5.0.0-alpha1.19461.1</MicrosoftNETCoreILDAsmVersion>
17-
<MicrosoftNETCoreILAsmVersion>5.0.0-alpha1.19461.1</MicrosoftNETCoreILAsmVersion>
15+
<MicrosoftNETCoreRuntimeCoreCLRVersion>5.0.0-alpha1.19461.7</MicrosoftNETCoreRuntimeCoreCLRVersion>
16+
<MicrosoftNETCoreILDAsmVersion>5.0.0-alpha1.19461.7</MicrosoftNETCoreILDAsmVersion>
17+
<MicrosoftNETCoreILAsmVersion>5.0.0-alpha1.19461.7</MicrosoftNETCoreILAsmVersion>
1818
</PropertyGroup>
1919
<!-- Packages that come from https://github.com/dotnet/core-setup -->
2020
<PropertyGroup>
21-
<MicrosoftNETCoreAppVersion>5.0.0-alpha1.19461.40</MicrosoftNETCoreAppVersion>
21+
<MicrosoftNETCoreAppVersion>5.0.0-alpha1.19461.47</MicrosoftNETCoreAppVersion>
2222
<MicrosoftNETCorePlatformsVersion>5.0.0-alpha1.19461.10</MicrosoftNETCorePlatformsVersion>
2323
<SystemDrawingCommonVersion>5.0.0-alpha1.19461.10</SystemDrawingCommonVersion>
2424
<SystemDirectoryServicesVersion>5.0.0-alpha1.19461.10</SystemDirectoryServicesVersion>

0 commit comments

Comments
 (0)