Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
/ corefx Public archive

Commit

Permalink
Merge pull request #16252 from dotnet-bot/master-UpdateDependencies
Browse files Browse the repository at this point in the history
Update CoreClr, CoreFx, External, ProjectNTfs, Standard to beta-25019-02, beta-25018-01, beta-25016-01, beta-25017-00, beta-25017-01, respectively (master)
  • Loading branch information
stephentoub authored Feb 19, 2017
2 parents 11c6841 + a3864d4 commit 1c9dd7d
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
20 changes: 10 additions & 10 deletions dependencies.props
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,21 @@
These ref versions are pulled from https://github.com/dotnet/versions.
-->
<PropertyGroup>
<CoreFxCurrentRef>a96b46a6ea52965b20667fff5295a13ad73d5d7a</CoreFxCurrentRef>
<CoreClrCurrentRef>1d54f6522364b58e726733e16cd9b716a62d9195</CoreClrCurrentRef>
<ExternalCurrentRef>6ebb1923d44306ebc37fe819f95f54e547a38c46</ExternalCurrentRef>
<ProjectNTfsCurrentRef>416a914559799747bf1e81bf0fe4da46d366e3ed</ProjectNTfsCurrentRef>
<CoreFxCurrentRef>3b8a99621d89ad9877f053ba8af25e0f25dcd9d8</CoreFxCurrentRef>
<CoreClrCurrentRef>3b8a99621d89ad9877f053ba8af25e0f25dcd9d8</CoreClrCurrentRef>
<ExternalCurrentRef>3b8a99621d89ad9877f053ba8af25e0f25dcd9d8</ExternalCurrentRef>
<ProjectNTfsCurrentRef>3b8a99621d89ad9877f053ba8af25e0f25dcd9d8</ProjectNTfsCurrentRef>
<SniCurrentRef>05650e53f2aa4497f74cd6e9b053d3f69f64b0bd</SniCurrentRef>
<StandardCurrentRef>046c4e62ab9d0b59c717e14107248978f8ca9eef</StandardCurrentRef>
<StandardCurrentRef>3b8a99621d89ad9877f053ba8af25e0f25dcd9d8</StandardCurrentRef>
</PropertyGroup>

<!-- Auto-upgraded properties for each build info dependency. -->
<PropertyGroup>
<CoreFxExpectedPrerelease>beta-25014-02</CoreFxExpectedPrerelease>
<CoreClrExpectedPrerelease>beta-25014-04</CoreClrExpectedPrerelease>
<ExternalExpectedPrerelease>beta-25005-00</ExternalExpectedPrerelease>
<ProjectNTfsExpectedPrerelease>beta-25014-00</ProjectNTfsExpectedPrerelease>
<NETStandardPackageVersion>2.0.0-beta-25016-01</NETStandardPackageVersion>
<CoreFxExpectedPrerelease>beta-25018-01</CoreFxExpectedPrerelease>
<CoreClrExpectedPrerelease>beta-25019-02</CoreClrExpectedPrerelease>
<ExternalExpectedPrerelease>beta-25016-01</ExternalExpectedPrerelease>
<ProjectNTfsExpectedPrerelease>beta-25017-00</ProjectNTfsExpectedPrerelease>
<NETStandardPackageVersion>2.0.0-beta-25017-01</NETStandardPackageVersion>
<NETStandardPackageId>NETStandard.Library</NETStandardPackageId>
<!-- Use the SNI runtime package -->
<SniPackageVersion>4.4.0-beta-25007-02</SniPackageVersion>
Expand Down
2 changes: 1 addition & 1 deletion external/netstandard/netstandard1.x/project.json.template
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"frameworks": {
"{TFM}": {
"dependencies": {
"NETStandard.Library": "2.0.0-beta-25016-01",
"NETStandard.Library": "2.0.0-beta-25017-01",
"System.Diagnostics.Contracts": "4.3.0",
"System.Diagnostics.Debug": "4.3.0",
"System.Dynamic.Runtime": "4.3.0",
Expand Down
2 changes: 1 addition & 1 deletion external/netstandard/project.json.template
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"frameworks": {
"{TFM}": {
"dependencies": {
"NETStandard.Library": "2.0.0-beta-25016-01"
"NETStandard.Library": "2.0.0-beta-25017-01"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion external/runtime/NETNative/project.json.template
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"frameworks": {
"{TFM}": {
"dependencies": {
"Microsoft.TargetingPack.Private.NETNative": "1.1.0-beta-25014-00"
"Microsoft.TargetingPack.Private.NETNative": "1.1.0-beta-25017-00"
}
}
},
Expand Down
6 changes: 3 additions & 3 deletions external/runtime/project.json.template
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"frameworks": {
"{TFM}": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.0-beta-25014-02",
"Microsoft.NETCore.Runtime.CoreCLR": "2.0.0-beta-25014-04",
"Microsoft.NETCore.TestHost": "2.0.0-beta-25014-04",
"Microsoft.NETCore.Platforms": "2.0.0-beta-25018-01",
"Microsoft.NETCore.Runtime.CoreCLR": "2.0.0-beta-25019-02",
"Microsoft.NETCore.TestHost": "2.0.0-beta-25019-02",
"runtime.native.System.Data.SqlClient.sni": "4.4.0-beta-24913-02",
"Microsoft.NETCore.DotNetHost": "1.2.0-beta-001259-00",
"Microsoft.NETCore.DotNetHostPolicy": "1.2.0-beta-001259-00"
Expand Down

0 comments on commit 1c9dd7d

Please sign in to comment.