Skip to content

Commit c01da16

Browse files
[master] Update dependencies from dotnet/winforms (dotnet#1001)
* Update dependencies from https://github.com/dotnet/winforms build 20190618.2 - Microsoft.Private.Winforms - 4.8.0-preview7.19318.2 * Pull Microsoft.NetCore.App toolset dependency through winforms
1 parent a49d50f commit c01da16

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

eng/Version.Details.xml

Lines changed: 6 additions & 6 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="4.8.0-preview7.19316.2">
4+
<Dependency Name="Microsoft.Private.Winforms" Version="4.8.0-preview7.19318.9">
55
<Uri>https://github.com/dotnet/winforms</Uri>
6-
<Sha>ebeaa64fb85e9d6e576d142d8e5dc345eccec8e1</Sha>
6+
<Sha>6970d10fef97fb3faf33cfa81224c1d8a6d10d52</Sha>
77
</Dependency>
88
</ProductDependencies>
99
<ToolsetDependencies>
@@ -59,9 +59,9 @@
5959
<Uri>https://github.com/dotnet/corefx</Uri>
6060
<Sha>1fca079ddec2aabf56e256dab03e39b31b5036c7</Sha>
6161
</Dependency>
62-
<Dependency Name="Microsoft.NETCore.App" Version="3.0.0-preview7-27818-02">
62+
<Dependency Name="Microsoft.NETCore.App" Version="3.0.0-preview7-27818-05" CoherentParentDependency="Microsoft.Private.Winforms">
6363
<Uri>https://github.com/dotnet/core-setup</Uri>
64-
<Sha>00df5c6b304566a04d15dcdadfda710d73dd950b</Sha>
64+
<Sha>521f511254af16a0410fc2c7feb7ae9ae6ef15cb</Sha>
6565
</Dependency>
6666
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19318.2">
6767
<Uri>https://github.com/dotnet/arcade</Uri>
@@ -75,9 +75,9 @@
7575
<Uri>https://github.com/dotnet/corefx</Uri>
7676
<Sha>1fca079ddec2aabf56e256dab03e39b31b5036c7</Sha>
7777
</Dependency>
78-
<Dependency Name="Microsoft.DotNet.Wpf.DncEng" Version="4.8.0-preview7.19317.15">
78+
<Dependency Name="Microsoft.DotNet.Wpf.DncEng" Version="4.8.0-preview7.19318.5">
7979
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-wpf-int</Uri>
80-
<Sha>6a1b846653e9a595eed706f0dbf19d0f5e63570f</Sha>
80+
<Sha>cc513ae5e64e5c637d4691d141c3e0025bfab25b</Sha>
8181
</Dependency>
8282
<Dependency Name="System.IO.Packaging" Version="4.6.0-preview7.19318.1" CoherentParentDependency="Microsoft.NETCore.App">
8383
<Uri>https://github.com/dotnet/corefx</Uri>

eng/Versions.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</PropertyGroup>
99
<!-- NuGet Package Versions -->
1010
<PropertyGroup>
11-
<MicrosoftPrivateWinformsVersion>4.8.0-preview7.19316.2</MicrosoftPrivateWinformsVersion>
11+
<MicrosoftPrivateWinformsVersion>4.8.0-preview7.19318.9</MicrosoftPrivateWinformsVersion>
1212
</PropertyGroup>
1313
<!-- Packages that come from https://github.com/dotnet/coreclr -->
1414
<PropertyGroup>
@@ -18,7 +18,7 @@
1818
</PropertyGroup>
1919
<!-- Packages that come from https://github.com/dotnet/core-setup -->
2020
<PropertyGroup>
21-
<MicrosoftNETCoreAppVersion>3.0.0-preview7-27818-02</MicrosoftNETCoreAppVersion>
21+
<MicrosoftNETCoreAppVersion>3.0.0-preview7-27818-05</MicrosoftNETCoreAppVersion>
2222
<MicrosoftNETCorePlatformsVersion>3.0.0-preview7.19318.1</MicrosoftNETCorePlatformsVersion>
2323
<SystemDrawingCommonVersion>4.6.0-preview7.19318.1</SystemDrawingCommonVersion>
2424
<SystemDirectoryServicesVersion>4.6.0-preview7.19318.1</SystemDirectoryServicesVersion>
@@ -105,6 +105,6 @@
105105
It is worth reiterating that this package *should not* be consumed to build the product.
106106
-->
107107
<PropertyGroup>
108-
<MicrosoftDotNetWpfDncEngVersion>4.8.0-preview7.19317.15</MicrosoftDotNetWpfDncEngVersion>
108+
<MicrosoftDotNetWpfDncEngVersion>4.8.0-preview7.19318.5</MicrosoftDotNetWpfDncEngVersion>
109109
</PropertyGroup>
110110
</Project>

0 commit comments

Comments
 (0)