Skip to content

Commit

Permalink
Update dependencies from https://github.com/dotnet/core-setup build 2…
Browse files Browse the repository at this point in the history
…0191103.2 (#1441)

- Microsoft.NETCore.App.Ref - 3.1.0-preview3.19553.2
- Microsoft.NETCore.App.Runtime.win-x64 - 3.1.0-preview3.19553.2

Dependency coherency updates

- Microsoft.CSharp - 4.7.0-preview3.19551.4 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.CodeDom - 4.7.0-preview3.19551.4 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.ComponentModel.Annotations - 4.7.0-preview3.19551.4 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Configuration.ConfigurationManager - 4.7.0-preview3.19551.4 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Data.SqlClient - 4.8.0-preview3.19551.4 (parent: Microsoft.NETCore.App.Runtime.win-x64)
  • Loading branch information
dotnet-maestro[bot] authored Nov 3, 2019
1 parent 204232f commit a118e6a
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
28 changes: 14 additions & 14 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
<?xml version="1.0" encoding="utf-8"?>
<Dependencies>
<ProductDependencies>
<Dependency Name="Microsoft.CSharp" Version="4.7.0-preview3.19551.2" CoherentParentDependency="Microsoft.NETCore.App.Runtime.win-x64">
<Dependency Name="Microsoft.CSharp" Version="4.7.0-preview3.19551.4" CoherentParentDependency="Microsoft.NETCore.App.Runtime.win-x64">
<Uri>https://github.com/dotnet/corefx</Uri>
<Sha>281e5dab8db6d7e30d1529039143aa4c463b1a65</Sha>
<Sha>046765913dff824f9ed0f2d2fe0fb9b111906cf5</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App.Ref" Version="3.1.0-preview3.19551.4">
<Dependency Name="Microsoft.NETCore.App.Ref" Version="3.1.0-preview3.19553.2">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>00491cd463dc0a17996b8ddb24cf9faf390f04fb</Sha>
<Sha>13f35c3d86a40ff811bfde0b64cfb86431c19d15</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="3.1.0-preview3.19551.4">
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="3.1.0-preview3.19553.2">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>00491cd463dc0a17996b8ddb24cf9faf390f04fb</Sha>
<Sha>13f35c3d86a40ff811bfde0b64cfb86431c19d15</Sha>
</Dependency>
<Dependency Name="System.CodeDom" Version="4.7.0-preview3.19551.2" CoherentParentDependency="Microsoft.NETCore.App.Runtime.win-x64">
<Dependency Name="System.CodeDom" Version="4.7.0-preview3.19551.4" CoherentParentDependency="Microsoft.NETCore.App.Runtime.win-x64">
<Uri>https://github.com/dotnet/corefx</Uri>
<Sha>281e5dab8db6d7e30d1529039143aa4c463b1a65</Sha>
<Sha>046765913dff824f9ed0f2d2fe0fb9b111906cf5</Sha>
</Dependency>
<Dependency Name="System.ComponentModel.Annotations" Version="4.7.0-preview3.19551.2" CoherentParentDependency="Microsoft.NETCore.App.Runtime.win-x64">
<Dependency Name="System.ComponentModel.Annotations" Version="4.7.0-preview3.19551.4" CoherentParentDependency="Microsoft.NETCore.App.Runtime.win-x64">
<Uri>https://github.com/dotnet/corefx</Uri>
<Sha>281e5dab8db6d7e30d1529039143aa4c463b1a65</Sha>
<Sha>046765913dff824f9ed0f2d2fe0fb9b111906cf5</Sha>
</Dependency>
<Dependency Name="System.Configuration.ConfigurationManager" Version="4.7.0-preview3.19551.2" CoherentParentDependency="Microsoft.NETCore.App.Runtime.win-x64">
<Dependency Name="System.Configuration.ConfigurationManager" Version="4.7.0-preview3.19551.4" CoherentParentDependency="Microsoft.NETCore.App.Runtime.win-x64">
<Uri>https://github.com/dotnet/corefx</Uri>
<Sha>281e5dab8db6d7e30d1529039143aa4c463b1a65</Sha>
<Sha>046765913dff824f9ed0f2d2fe0fb9b111906cf5</Sha>
</Dependency>
<Dependency Name="System.Data.SqlClient" Version="4.8.0-preview3.19551.2" CoherentParentDependency="Microsoft.NETCore.App.Runtime.win-x64">
<Dependency Name="System.Data.SqlClient" Version="4.8.0-preview3.19551.4" CoherentParentDependency="Microsoft.NETCore.App.Runtime.win-x64">
<Uri>https://github.com/dotnet/corefx</Uri>
<Sha>281e5dab8db6d7e30d1529039143aa4c463b1a65</Sha>
<Sha>046765913dff824f9ed0f2d2fe0fb9b111906cf5</Sha>
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
Expand Down
14 changes: 7 additions & 7 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@
<MySqlDataEntityVersion>6.7.2-beta-ef6</MySqlDataEntityVersion>
</PropertyGroup>
<PropertyGroup Label="Dependencies from dotnet/corefx">
<MicrosoftCSharpVersion>4.7.0-preview3.19551.2</MicrosoftCSharpVersion>
<SystemCodeDomVersion>4.7.0-preview3.19551.2</SystemCodeDomVersion>
<SystemComponentModelAnnotationsVersion>4.7.0-preview3.19551.2</SystemComponentModelAnnotationsVersion>
<SystemConfigurationConfigurationManagerVersion>4.7.0-preview3.19551.2</SystemConfigurationConfigurationManagerVersion>
<SystemDataSqlClientVersion>4.8.0-preview3.19551.2</SystemDataSqlClientVersion>
<MicrosoftCSharpVersion>4.7.0-preview3.19551.4</MicrosoftCSharpVersion>
<SystemCodeDomVersion>4.7.0-preview3.19551.4</SystemCodeDomVersion>
<SystemComponentModelAnnotationsVersion>4.7.0-preview3.19551.4</SystemComponentModelAnnotationsVersion>
<SystemConfigurationConfigurationManagerVersion>4.7.0-preview3.19551.4</SystemConfigurationConfigurationManagerVersion>
<SystemDataSqlClientVersion>4.8.0-preview3.19551.4</SystemDataSqlClientVersion>
</PropertyGroup>
<PropertyGroup Label="Dependencies from dotnet/core-setup">
<MicrosoftNETCoreAppRefPackageVersion>3.1.0-preview3.19551.4</MicrosoftNETCoreAppRefPackageVersion>
<MicrosoftNETCoreAppRuntimewinx64PackageVersion>3.1.0-preview3.19551.4</MicrosoftNETCoreAppRuntimewinx64PackageVersion>
<MicrosoftNETCoreAppRefPackageVersion>3.1.0-preview3.19553.2</MicrosoftNETCoreAppRefPackageVersion>
<MicrosoftNETCoreAppRuntimewinx64PackageVersion>3.1.0-preview3.19553.2</MicrosoftNETCoreAppRuntimewinx64PackageVersion>
</PropertyGroup>
<PropertyGroup Label="Dependency version settings">
<!--
Expand Down

0 comments on commit a118e6a

Please sign in to comment.