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

Commit

Permalink
Merge pull request #10063 from dotnet-bot/master-UpdateDependencies
Browse files Browse the repository at this point in the history
Update CoreClr to beta-25109-03 (master)
  • Loading branch information
gkhanna79 committed Mar 9, 2017
2 parents 3b36244 + 280eaf6 commit 515af5e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions dependencies.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- Source of truth for dependency tooling: the commit hash of the dotnet/versions master branch as of the last auto-upgrade. -->
<PropertyGroup>
<CoreFxCurrentRef>72efa5f7a8fcaae7cf804a3e847d571b15558815</CoreFxCurrentRef>
<CoreClrCurrentRef>72efa5f7a8fcaae7cf804a3e847d571b15558815</CoreClrCurrentRef>
<CoreClrCurrentRef>546541cc58ee5728d69d6760527bbd335b482dfa</CoreClrCurrentRef>
</PropertyGroup>

<!-- Auto-upgraded properties for each build info dependency. -->
Expand All @@ -12,7 +12,7 @@

<!-- Full package version strings that are used in other parts of the build. -->
<PropertyGroup>
<CoreClrPackageVersion>2.0.0-beta-25109-01</CoreClrPackageVersion>
<CoreClrPackageVersion>2.0.0-beta-25109-03</CoreClrPackageVersion>
<XunitPackageVersion>2.2.0-beta2-build3300</XunitPackageVersion>
</PropertyGroup>

Expand Down
10 changes: 5 additions & 5 deletions tests/src/Common/build_against_pkg_dependencies/project.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"dependencies": {
"Microsoft.NETCore.ILAsm": "2.0.0-beta-25109-01",
"Microsoft.NETCore.ILDAsm": "2.0.0-beta-25109-01",
"Microsoft.NETCore.Jit": "2.0.0-beta-25109-01",
"Microsoft.NETCore.Runtime.CoreCLR": "2.0.0-beta-25109-01",
"Microsoft.NETCore.TestHost": "2.0.0-beta-25109-01"
"Microsoft.NETCore.ILAsm": "2.0.0-beta-25109-03",
"Microsoft.NETCore.ILDAsm": "2.0.0-beta-25109-03",
"Microsoft.NETCore.Jit": "2.0.0-beta-25109-03",
"Microsoft.NETCore.Runtime.CoreCLR": "2.0.0-beta-25109-03",
"Microsoft.NETCore.TestHost": "2.0.0-beta-25109-03"
},
"frameworks": {
"netcoreapp1.1": {
Expand Down
2 changes: 1 addition & 1 deletion tests/src/Common/targeting_pack_ref/project.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"Microsoft.TargetingPack.Private.CoreCLR": "2.0.0-beta-25109-01"
"Microsoft.TargetingPack.Private.CoreCLR": "2.0.0-beta-25109-03"
},
"frameworks": {
"netcoreapp1.1": {
Expand Down

0 comments on commit 515af5e

Please sign in to comment.