Skip to content

Commit

Permalink
[release/6.3-preview9] Update dependencies from dotnet/core-setup (#1233
Browse files Browse the repository at this point in the history
)

* Update dependencies from https://github.com/dotnet/core-setup build 20190906.20
- Microsoft.NETCore.App.Ref - 3.0.0-rc1-19456-20
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.0-rc1-19456-20

Dependency coherency updates
- Microsoft.CSharp - 4.6.0-rc1.19456.4 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.CodeDom - 4.6.0-rc1.19456.4 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.ComponentModel.Annotations - 4.6.0-rc1.19456.4 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Configuration.ConfigurationManager - 4.6.0-rc1.19456.4 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Data.SqlClient - 4.7.0-rc1.19456.4 (parent: Microsoft.NETCore.App.Runtime.win-x64)
  • Loading branch information
dotnet-maestro[bot] authored and dougbu committed Sep 9, 2019
1 parent 5777f46 commit 7d269be
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-rc1.19454.13" CoherentParentDependency="Microsoft.NETCore.App.Runtime.win-x64">
<Dependency Name="Microsoft.CSharp" Version="4.6.0-rc1.19456.4" CoherentParentDependency="Microsoft.NETCore.App.Runtime.win-x64">
<Uri>https://github.com/dotnet/corefx</Uri>
<Sha>5f2c2771e077f98c097ecc1b9202bee22ef50aed</Sha>
<Sha>3da667af759d88b683ca851694ced073e8dc9960</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App.Ref" Version="3.0.0-rc1-19455-02">
<Dependency Name="Microsoft.NETCore.App.Ref" Version="3.0.0-rc1-19456-20">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>caa8d3b1edd7eec947f6283f8342a9249b5d7171</Sha>
<Sha>8f5d7b1ba4f744199ba006cac38dfcb9a2408880</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="3.0.0-rc1-19455-02">
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="3.0.0-rc1-19456-20">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>caa8d3b1edd7eec947f6283f8342a9249b5d7171</Sha>
<Sha>8f5d7b1ba4f744199ba006cac38dfcb9a2408880</Sha>
</Dependency>
<Dependency Name="System.CodeDom" Version="4.6.0-rc1.19454.13" CoherentParentDependency="Microsoft.NETCore.App.Runtime.win-x64">
<Dependency Name="System.CodeDom" Version="4.6.0-rc1.19456.4" CoherentParentDependency="Microsoft.NETCore.App.Runtime.win-x64">
<Uri>https://github.com/dotnet/corefx</Uri>
<Sha>5f2c2771e077f98c097ecc1b9202bee22ef50aed</Sha>
<Sha>3da667af759d88b683ca851694ced073e8dc9960</Sha>
</Dependency>
<Dependency Name="System.ComponentModel.Annotations" Version="4.6.0-rc1.19454.13" CoherentParentDependency="Microsoft.NETCore.App.Runtime.win-x64">
<Dependency Name="System.ComponentModel.Annotations" Version="4.6.0-rc1.19456.4" CoherentParentDependency="Microsoft.NETCore.App.Runtime.win-x64">
<Uri>https://github.com/dotnet/corefx</Uri>
<Sha>5f2c2771e077f98c097ecc1b9202bee22ef50aed</Sha>
<Sha>3da667af759d88b683ca851694ced073e8dc9960</Sha>
</Dependency>
<Dependency Name="System.Configuration.ConfigurationManager" Version="4.6.0-rc1.19454.13" CoherentParentDependency="Microsoft.NETCore.App.Runtime.win-x64">
<Dependency Name="System.Configuration.ConfigurationManager" Version="4.6.0-rc1.19456.4" CoherentParentDependency="Microsoft.NETCore.App.Runtime.win-x64">
<Uri>https://github.com/dotnet/corefx</Uri>
<Sha>5f2c2771e077f98c097ecc1b9202bee22ef50aed</Sha>
<Sha>3da667af759d88b683ca851694ced073e8dc9960</Sha>
</Dependency>
<Dependency Name="System.Data.SqlClient" Version="4.7.0-rc1.19454.13" CoherentParentDependency="Microsoft.NETCore.App.Runtime.win-x64">
<Dependency Name="System.Data.SqlClient" Version="4.7.0-rc1.19456.4" CoherentParentDependency="Microsoft.NETCore.App.Runtime.win-x64">
<Uri>https://github.com/dotnet/corefx</Uri>
<Sha>5f2c2771e077f98c097ecc1b9202bee22ef50aed</Sha>
<Sha>3da667af759d88b683ca851694ced073e8dc9960</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-rc1.19454.13</MicrosoftCSharpVersion>
<SystemCodeDomVersion>4.6.0-rc1.19454.13</SystemCodeDomVersion>
<SystemComponentModelAnnotationsVersion>4.6.0-rc1.19454.13</SystemComponentModelAnnotationsVersion>
<SystemConfigurationConfigurationManagerVersion>4.6.0-rc1.19454.13</SystemConfigurationConfigurationManagerVersion>
<SystemDataSqlClientVersion>4.7.0-rc1.19454.13</SystemDataSqlClientVersion>
<MicrosoftCSharpVersion>4.6.0-rc1.19456.4</MicrosoftCSharpVersion>
<SystemCodeDomVersion>4.6.0-rc1.19456.4</SystemCodeDomVersion>
<SystemComponentModelAnnotationsVersion>4.6.0-rc1.19456.4</SystemComponentModelAnnotationsVersion>
<SystemConfigurationConfigurationManagerVersion>4.6.0-rc1.19456.4</SystemConfigurationConfigurationManagerVersion>
<SystemDataSqlClientVersion>4.7.0-rc1.19456.4</SystemDataSqlClientVersion>
</PropertyGroup>
<PropertyGroup Label="Dependencies from dotnet/core-setup">
<MicrosoftNETCoreAppRefPackageVersion>3.0.0-rc1-19455-02</MicrosoftNETCoreAppRefPackageVersion>
<MicrosoftNETCoreAppRuntimewinx64PackageVersion>3.0.0-rc1-19455-02</MicrosoftNETCoreAppRuntimewinx64PackageVersion>
<MicrosoftNETCoreAppRefPackageVersion>3.0.0-rc1-19456-20</MicrosoftNETCoreAppRefPackageVersion>
<MicrosoftNETCoreAppRuntimewinx64PackageVersion>3.0.0-rc1-19456-20</MicrosoftNETCoreAppRuntimewinx64PackageVersion>
</PropertyGroup>
<PropertyGroup Label="Dependency version settings">
<!--
Expand Down

0 comments on commit 7d269be

Please sign in to comment.