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
…0190909.40 (#1253)

- Microsoft.NETCore.App.Ref - 3.0.0-rc2-19459-40
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.0-rc2-19459-40

Dependency coherency updates

- Microsoft.CSharp - 4.6.0-rc2.19459.12 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.CodeDom - 4.6.0-rc2.19459.12 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.ComponentModel.Annotations - 4.6.0-rc2.19459.12 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Configuration.ConfigurationManager - 4.6.0-rc2.19459.12 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Data.SqlClient - 4.7.0-rc2.19459.12 (parent: Microsoft.NETCore.App.Runtime.win-x64)
  • Loading branch information
dotnet-maestro[bot] authored Sep 10, 2019
1 parent d7794b8 commit 86040d5
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.6.0-rc2.19458.3" CoherentParentDependency="Microsoft.NETCore.App.Runtime.win-x64">
<Dependency Name="Microsoft.CSharp" Version="4.6.0-rc2.19459.12" CoherentParentDependency="Microsoft.NETCore.App.Runtime.win-x64">
<Uri>https://github.com/dotnet/corefx</Uri>
<Sha>173d70b99a5dbb3ff9298a6e2e9c7f7e7b56dd7c</Sha>
<Sha>174e36686914702a140374d6480b9a4c1f47086d</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App.Ref" Version="3.0.0-rc2-19458-11">
<Dependency Name="Microsoft.NETCore.App.Ref" Version="3.0.0-rc2-19459-40">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>0861098706ac9854dfe5e8b8a2c95bdd07094ef6</Sha>
<Sha>ade240a7f970e5187e4e0ea47581681df085d44b</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="3.0.0-rc2-19458-11">
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="3.0.0-rc2-19459-40">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>0861098706ac9854dfe5e8b8a2c95bdd07094ef6</Sha>
<Sha>ade240a7f970e5187e4e0ea47581681df085d44b</Sha>
</Dependency>
<Dependency Name="System.CodeDom" Version="4.6.0-rc2.19458.3" CoherentParentDependency="Microsoft.NETCore.App.Runtime.win-x64">
<Dependency Name="System.CodeDom" Version="4.6.0-rc2.19459.12" CoherentParentDependency="Microsoft.NETCore.App.Runtime.win-x64">
<Uri>https://github.com/dotnet/corefx</Uri>
<Sha>173d70b99a5dbb3ff9298a6e2e9c7f7e7b56dd7c</Sha>
<Sha>174e36686914702a140374d6480b9a4c1f47086d</Sha>
</Dependency>
<Dependency Name="System.ComponentModel.Annotations" Version="4.6.0-rc2.19458.3" CoherentParentDependency="Microsoft.NETCore.App.Runtime.win-x64">
<Dependency Name="System.ComponentModel.Annotations" Version="4.6.0-rc2.19459.12" CoherentParentDependency="Microsoft.NETCore.App.Runtime.win-x64">
<Uri>https://github.com/dotnet/corefx</Uri>
<Sha>173d70b99a5dbb3ff9298a6e2e9c7f7e7b56dd7c</Sha>
<Sha>174e36686914702a140374d6480b9a4c1f47086d</Sha>
</Dependency>
<Dependency Name="System.Configuration.ConfigurationManager" Version="4.6.0-rc2.19458.3" CoherentParentDependency="Microsoft.NETCore.App.Runtime.win-x64">
<Dependency Name="System.Configuration.ConfigurationManager" Version="4.6.0-rc2.19459.12" CoherentParentDependency="Microsoft.NETCore.App.Runtime.win-x64">
<Uri>https://github.com/dotnet/corefx</Uri>
<Sha>173d70b99a5dbb3ff9298a6e2e9c7f7e7b56dd7c</Sha>
<Sha>174e36686914702a140374d6480b9a4c1f47086d</Sha>
</Dependency>
<Dependency Name="System.Data.SqlClient" Version="4.7.0-rc2.19458.3" CoherentParentDependency="Microsoft.NETCore.App.Runtime.win-x64">
<Dependency Name="System.Data.SqlClient" Version="4.7.0-rc2.19459.12" CoherentParentDependency="Microsoft.NETCore.App.Runtime.win-x64">
<Uri>https://github.com/dotnet/corefx</Uri>
<Sha>173d70b99a5dbb3ff9298a6e2e9c7f7e7b56dd7c</Sha>
<Sha>174e36686914702a140374d6480b9a4c1f47086d</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 @@ -16,15 +16,15 @@
<MySqlDataEntityVersion>6.7.2-beta-ef6</MySqlDataEntityVersion>
</PropertyGroup>
<PropertyGroup Label="Dependencies from dotnet/corefx">
<MicrosoftCSharpVersion>4.6.0-rc2.19458.3</MicrosoftCSharpVersion>
<SystemCodeDomVersion>4.6.0-rc2.19458.3</SystemCodeDomVersion>
<SystemComponentModelAnnotationsVersion>4.6.0-rc2.19458.3</SystemComponentModelAnnotationsVersion>
<SystemConfigurationConfigurationManagerVersion>4.6.0-rc2.19458.3</SystemConfigurationConfigurationManagerVersion>
<SystemDataSqlClientVersion>4.7.0-rc2.19458.3</SystemDataSqlClientVersion>
<MicrosoftCSharpVersion>4.6.0-rc2.19459.12</MicrosoftCSharpVersion>
<SystemCodeDomVersion>4.6.0-rc2.19459.12</SystemCodeDomVersion>
<SystemComponentModelAnnotationsVersion>4.6.0-rc2.19459.12</SystemComponentModelAnnotationsVersion>
<SystemConfigurationConfigurationManagerVersion>4.6.0-rc2.19459.12</SystemConfigurationConfigurationManagerVersion>
<SystemDataSqlClientVersion>4.7.0-rc2.19459.12</SystemDataSqlClientVersion>
</PropertyGroup>
<PropertyGroup Label="Dependencies from dotnet/core-setup">
<MicrosoftNETCoreAppRefPackageVersion>3.0.0-rc2-19458-11</MicrosoftNETCoreAppRefPackageVersion>
<MicrosoftNETCoreAppRuntimewinx64PackageVersion>3.0.0-rc2-19458-11</MicrosoftNETCoreAppRuntimewinx64PackageVersion>
<MicrosoftNETCoreAppRefPackageVersion>3.0.0-rc2-19459-40</MicrosoftNETCoreAppRefPackageVersion>
<MicrosoftNETCoreAppRuntimewinx64PackageVersion>3.0.0-rc2-19459-40</MicrosoftNETCoreAppRuntimewinx64PackageVersion>
</PropertyGroup>
<PropertyGroup Label="Dependency version settings">
<!--
Expand Down

0 comments on commit 86040d5

Please sign in to comment.