Skip to content

Commit

Permalink
Merge pull request dotnet#9663 from dotnet-bot/UpdateDependencies2016…
Browse files Browse the repository at this point in the history
…0624083853

Updating CoreClr dependencies to beta-24224-02
  • Loading branch information
stephentoub authored Jun 24, 2016
2 parents 9e1d5b9 + d438a14 commit adf8343
Show file tree
Hide file tree
Showing 39 changed files with 51 additions and 51 deletions.
2 changes: 1 addition & 1 deletion dir.props
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
<ProhibitFloatingDependencies>true</ProhibitFloatingDependencies>

<CoreFxExpectedPrerelease>beta-24224-02</CoreFxExpectedPrerelease>
<CoreClrExpectedPrerelease>beta-24223-03</CoreClrExpectedPrerelease>
<CoreClrExpectedPrerelease>beta-24224-02</CoreClrExpectedPrerelease>
<ExternalExpectedPrerelease>beta-24224-00</ExternalExpectedPrerelease>

<CoreFxVersionsIdentityRegex>^(?i)((System\..*)|(NETStandard\.Library)|(Microsoft\.CSharp)|(Microsoft\.NETCore\.Targets)|(Microsoft\.NETCore\.Platforms)|(Microsoft\.Win32\..*)|(Microsoft\.VisualBasic))(?&lt;!TestData)$</CoreFxVersionsIdentityRegex>
Expand Down
2 changes: 1 addition & 1 deletion src/Common/test-runtime/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"Microsoft.NETCore.Platforms": "1.0.2-beta-24224-02",
"Microsoft.NETCore.Targets": "1.0.2-beta-24224-02",
"Microsoft.NETCore.TestHost": "1.0.0-rc4-24131-00",
"Microsoft.NETCore.Runtime.CoreCLR": "1.0.3-beta-24223-03",
"Microsoft.NETCore.Runtime.CoreCLR": "1.0.3-beta-24224-02",
"System.Diagnostics.Contracts": "4.0.2-beta-24224-02",
"System.IO.Compression": "4.1.1-beta-24224-02",
"System.Runtime.InteropServices.RuntimeInformation": "4.0.1-beta-24224-02",
Expand Down
4 changes: 2 additions & 2 deletions src/System.AppContext/src/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
"frameworks": {
"netstandard1.6": {
"dependencies": {
"Microsoft.TargetingPack.Private.CoreCLR": "1.0.2-beta-24223-03"
"Microsoft.TargetingPack.Private.CoreCLR": "1.0.2-beta-24224-02"
},
"imports": [
"dotnet5.6"
]
},
"netcore50": {
"dependencies": {
"Microsoft.TargetingPack.Private.CoreCLR": "1.0.2-beta-24223-03"
"Microsoft.TargetingPack.Private.CoreCLR": "1.0.2-beta-24224-02"
}
},
"net463": {
Expand Down
2 changes: 1 addition & 1 deletion src/System.Collections/src/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"netstandard1.3": {
"dependencies": {
"Microsoft.NETCore.Platforms": "1.0.1",
"Microsoft.TargetingPack.Private.CoreCLR": "1.0.2-beta-24223-03"
"Microsoft.TargetingPack.Private.CoreCLR": "1.0.2-beta-24224-02"
},
"imports": [
"dotnet5.4"
Expand Down
4 changes: 2 additions & 2 deletions src/System.Diagnostics.Contracts/src/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
"frameworks": {
"netstandard1.0": {
"dependencies": {
"Microsoft.TargetingPack.Private.CoreCLR": "1.0.2-beta-24223-03"
"Microsoft.TargetingPack.Private.CoreCLR": "1.0.2-beta-24224-02"
},
"imports": [
"dotnet5.1"
]
},
"netcore50": {
"dependencies": {
"Microsoft.TargetingPack.Private.CoreCLR": "1.0.2-beta-24223-03"
"Microsoft.TargetingPack.Private.CoreCLR": "1.0.2-beta-24224-02"
}
},
"net46": {
Expand Down
2 changes: 1 addition & 1 deletion src/System.Diagnostics.Debug.SymbolReader/src/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"frameworks": {
"netstandard1.3": {
"dependencies": {
"Microsoft.TargetingPack.Private.CoreCLR": "1.0.2-beta-24223-03",
"Microsoft.TargetingPack.Private.CoreCLR": "1.0.2-beta-24224-02",
"System.IO.FileSystem": "4.0.2-beta-24224-02",
"System.Reflection.Metadata": "1.4.1-beta-24224-02",
"System.Collections.Immutable": "1.2.1-beta-24224-02"
Expand Down
2 changes: 1 addition & 1 deletion src/System.Diagnostics.Debug/src/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"frameworks": {
"netstandard1.3": {
"dependencies": {
"Microsoft.TargetingPack.Private.CoreCLR": "1.0.2-beta-24223-03"
"Microsoft.TargetingPack.Private.CoreCLR": "1.0.2-beta-24224-02"
},
"imports": [
"dotnet5.4"
Expand Down
2 changes: 1 addition & 1 deletion src/System.Diagnostics.Debug/tests/project.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"dependencies": {
"Microsoft.NETCore.Platforms": "1.0.2-beta-24224-02",
"Microsoft.TargetingPack.Private.CoreCLR": "1.0.2-beta-24223-03",
"Microsoft.TargetingPack.Private.CoreCLR": "1.0.2-beta-24224-02",
"System.Linq.Expressions": "4.1.1-beta-24224-02",
"System.ObjectModel": "4.0.13-beta-24224-02",
"System.Text.RegularExpressions": "4.2.0-beta-24224-02",
Expand Down
2 changes: 1 addition & 1 deletion src/System.Diagnostics.StackTrace/src/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"frameworks": {
"netstandard1.3": {
"dependencies": {
"Microsoft.TargetingPack.Private.CoreCLR": "1.0.2-beta-24223-03",
"Microsoft.TargetingPack.Private.CoreCLR": "1.0.2-beta-24224-02",
"System.IO.FileSystem": "4.0.1",
"System.Reflection.Metadata": "1.3.0",
"System.Collections.Immutable": "1.2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/System.Diagnostics.Tools/src/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"frameworks": {
"netstandard1.3": {
"dependencies": {
"Microsoft.TargetingPack.Private.CoreCLR": "1.0.2-beta-24223-03"
"Microsoft.TargetingPack.Private.CoreCLR": "1.0.2-beta-24224-02"
},
"imports": [
"dotnet5.4"
Expand Down
2 changes: 1 addition & 1 deletion src/System.Diagnostics.Tracing/src/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"netstandard1.5": {
"dependencies": {
"Microsoft.NETCore.Platforms": "1.0.1",
"Microsoft.TargetingPack.Private.CoreCLR": "1.0.2-beta-24223-03"
"Microsoft.TargetingPack.Private.CoreCLR": "1.0.2-beta-24224-02"
},
"imports": [
"dotnet5.6"
Expand Down
4 changes: 2 additions & 2 deletions src/System.Globalization.Calendars/src/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
"frameworks": {
"netstandard1.3": {
"dependencies": {
"Microsoft.TargetingPack.Private.CoreCLR": "1.0.2-beta-24223-03"
"Microsoft.TargetingPack.Private.CoreCLR": "1.0.2-beta-24224-02"
},
"imports": [
"dotnet5.4"
]
},
"netcore50": {
"dependencies": {
"Microsoft.TargetingPack.Private.CoreCLR": "1.0.2-beta-24223-03"
"Microsoft.TargetingPack.Private.CoreCLR": "1.0.2-beta-24224-02"
}
},
"net46": {
Expand Down
4 changes: 2 additions & 2 deletions src/System.Globalization/src/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
"frameworks": {
"netstandard1.3": {
"dependencies": {
"Microsoft.TargetingPack.Private.CoreCLR": "1.0.2-beta-24223-03"
"Microsoft.TargetingPack.Private.CoreCLR": "1.0.2-beta-24224-02"
},
"imports": [
"dotnet5.4"
]
},
"netcore50": {
"dependencies": {
"Microsoft.TargetingPack.Private.CoreCLR": "1.0.2-beta-24223-03"
"Microsoft.TargetingPack.Private.CoreCLR": "1.0.2-beta-24224-02"
}
},
"net46": {
Expand Down
2 changes: 1 addition & 1 deletion src/System.IO/src/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"netstandard1.5": {
"dependencies": {
"Microsoft.NETCore.Platforms": "1.0.1",
"Microsoft.TargetingPack.Private.CoreCLR": "1.0.2-beta-24223-03"
"Microsoft.TargetingPack.Private.CoreCLR": "1.0.2-beta-24224-02"
},
"imports": [
"dotnet5.6"
Expand Down
2 changes: 1 addition & 1 deletion src/System.Private.Uri/src/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"frameworks": {
"netstandard1.0": {
"dependencies": {
"Microsoft.TargetingPack.Private.CoreCLR": "1.0.2-beta-24223-03"
"Microsoft.TargetingPack.Private.CoreCLR": "1.0.2-beta-24224-02"
},
"imports": [
"dotnet5.1"
Expand Down
4 changes: 2 additions & 2 deletions src/System.Reflection.Emit.ILGeneration/src/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
"frameworks": {
"netstandard1.3": {
"dependencies": {
"Microsoft.TargetingPack.Private.CoreCLR": "1.0.2-beta-24223-03"
"Microsoft.TargetingPack.Private.CoreCLR": "1.0.2-beta-24224-02"
},
"imports": [
"dotnet5.4"
]
},
"netcore50": {
"dependencies": {
"Microsoft.TargetingPack.Private.CoreCLR": "1.0.2-beta-24223-03"
"Microsoft.TargetingPack.Private.CoreCLR": "1.0.2-beta-24224-02"
}
},
"net46": {
Expand Down
4 changes: 2 additions & 2 deletions src/System.Reflection.Emit.Lightweight/src/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
"frameworks": {
"netstandard1.3": {
"dependencies": {
"Microsoft.TargetingPack.Private.CoreCLR": "1.0.2-beta-24223-03"
"Microsoft.TargetingPack.Private.CoreCLR": "1.0.2-beta-24224-02"
},
"imports": [
"dotnet5.4"
]
},
"netcore50": {
"dependencies": {
"Microsoft.TargetingPack.Private.CoreCLR": "1.0.2-beta-24223-03"
"Microsoft.TargetingPack.Private.CoreCLR": "1.0.2-beta-24224-02"
}
},
"net46": {
Expand Down
4 changes: 2 additions & 2 deletions src/System.Reflection.Emit/src/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
"frameworks": {
"netstandard1.3": {
"dependencies": {
"Microsoft.TargetingPack.Private.CoreCLR": "1.0.2-beta-24223-03"
"Microsoft.TargetingPack.Private.CoreCLR": "1.0.2-beta-24224-02"
},
"imports": [
"dotnet5.4"
]
},
"netcore50": {
"dependencies": {
"Microsoft.TargetingPack.Private.CoreCLR": "1.0.2-beta-24223-03"
"Microsoft.TargetingPack.Private.CoreCLR": "1.0.2-beta-24224-02"
}
},
"net46": {
Expand Down
2 changes: 1 addition & 1 deletion src/System.Reflection.Extensions/src/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"netstandard1.3": {
"dependencies": {
"Microsoft.NETCore.Platforms": "1.0.1",
"Microsoft.TargetingPack.Private.CoreCLR": "1.0.2-beta-24223-03"
"Microsoft.TargetingPack.Private.CoreCLR": "1.0.2-beta-24224-02"
},
"imports": [
"dotnet5.4"
Expand Down
2 changes: 1 addition & 1 deletion src/System.Reflection.Primitives/src/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"netstandard1.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "1.0.1",
"Microsoft.TargetingPack.Private.CoreCLR": "1.0.2-beta-24223-03"
"Microsoft.TargetingPack.Private.CoreCLR": "1.0.2-beta-24224-02"
},
"imports": [
"dotnet5.1"
Expand Down
2 changes: 1 addition & 1 deletion src/System.Reflection.TypeExtensions/src/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"frameworks": {
"netstandard1.5": {
"dependencies": {
"Microsoft.TargetingPack.Private.CoreCLR": "1.0.2-beta-24223-03"
"Microsoft.TargetingPack.Private.CoreCLR": "1.0.2-beta-24224-02"
}
},
"net462": {
Expand Down
4 changes: 2 additions & 2 deletions src/System.Reflection/src/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
"frameworks": {
"netstandard1.5": {
"dependencies": {
"Microsoft.TargetingPack.Private.CoreCLR": "1.0.2-beta-24223-03"
"Microsoft.TargetingPack.Private.CoreCLR": "1.0.2-beta-24224-02"
},
"imports": [
"dotnet5.6"
]
},
"netcore50": {
"dependencies": {
"Microsoft.TargetingPack.Private.CoreCLR": "1.0.2-beta-24223-03"
"Microsoft.TargetingPack.Private.CoreCLR": "1.0.2-beta-24224-02"
}
},
"net462": {
Expand Down
4 changes: 2 additions & 2 deletions src/System.Resources.ResourceManager/src/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
"frameworks": {
"netstandard1.3": {
"dependencies": {
"Microsoft.TargetingPack.Private.CoreCLR": "1.0.2-beta-24223-03"
"Microsoft.TargetingPack.Private.CoreCLR": "1.0.2-beta-24224-02"
},
"imports": [
"dotnet5.4"
]
},
"netcore50": {
"dependencies": {
"Microsoft.TargetingPack.Private.CoreCLR": "1.0.2-beta-24223-03"
"Microsoft.TargetingPack.Private.CoreCLR": "1.0.2-beta-24224-02"
}
},
"net46": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"frameworks": {
"netstandard1.3": {
"dependencies": {
"Microsoft.TargetingPack.Private.CoreCLR": "1.0.2-beta-24223-03"
"Microsoft.TargetingPack.Private.CoreCLR": "1.0.2-beta-24224-02"
},
"imports": [
"dotnet5.4"
Expand Down
2 changes: 1 addition & 1 deletion src/System.Runtime.Extensions/src/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"frameworks": {
"netcoreapp1.0": {
"dependencies": {
"Microsoft.TargetingPack.Private.CoreCLR": "1.0.2-beta-24223-03"
"Microsoft.TargetingPack.Private.CoreCLR": "1.0.2-beta-24224-02"
},
"imports": [
"dnxcore50"
Expand Down
2 changes: 1 addition & 1 deletion src/System.Runtime.Handles/src/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"frameworks": {
"netstandard1.3": {
"dependencies": {
"Microsoft.TargetingPack.Private.CoreCLR": "1.0.2-beta-24223-03"
"Microsoft.TargetingPack.Private.CoreCLR": "1.0.2-beta-24224-02"
},
"imports": [
"dotnet5.4"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"frameworks": {
"netstandard1.3": {
"dependencies": {
"Microsoft.TargetingPack.Private.CoreCLR": "1.0.2-beta-24223-03"
"Microsoft.TargetingPack.Private.CoreCLR": "1.0.2-beta-24224-02"
},
"imports": [
"dotnet5.4"
Expand Down
2 changes: 1 addition & 1 deletion src/System.Runtime.InteropServices/src/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"frameworks": {
"netstandard1.6": {
"dependencies": {
"Microsoft.TargetingPack.Private.CoreCLR": "1.0.2-beta-24223-03"
"Microsoft.TargetingPack.Private.CoreCLR": "1.0.2-beta-24224-02"
},
"imports": [
"dotnet5.7"
Expand Down
2 changes: 1 addition & 1 deletion src/System.Runtime.Loader/src/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"frameworks": {
"netstandard1.5": {
"dependencies": {
"Microsoft.TargetingPack.Private.CoreCLR": "1.0.2-beta-24223-03"
"Microsoft.TargetingPack.Private.CoreCLR": "1.0.2-beta-24224-02"
},
"imports": [
"dotnet5.6"
Expand Down
2 changes: 1 addition & 1 deletion src/System.Runtime.WindowsRuntime/src/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"frameworks": {
"netstandard1.3": {
"dependencies": {
"Microsoft.TargetingPack.Private.CoreCLR": "1.0.2-beta-24223-03",
"Microsoft.TargetingPack.Private.CoreCLR": "1.0.2-beta-24224-02",
"Microsoft.TargetingPack.Private.WinRT": "1.0.1"
},
"imports": [
Expand Down
2 changes: 1 addition & 1 deletion src/System.Runtime/src/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"frameworks": {
"netstandard1.5": {
"dependencies": {
"Microsoft.TargetingPack.Private.CoreCLR": "1.0.2-beta-24223-03"
"Microsoft.TargetingPack.Private.CoreCLR": "1.0.2-beta-24224-02"
},
"imports": [
"dotnet5.6"
Expand Down
4 changes: 2 additions & 2 deletions src/System.Text.Encoding.Extensions/src/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
"frameworks": {
"netstandard1.3": {
"dependencies": {
"Microsoft.TargetingPack.Private.CoreCLR": "1.0.2-beta-24223-03"
"Microsoft.TargetingPack.Private.CoreCLR": "1.0.2-beta-24224-02"
},
"imports": [
"dotnet5.4"
]
},
"netcore50": {
"dependencies": {
"Microsoft.TargetingPack.Private.CoreCLR": "1.0.2-beta-24223-03"
"Microsoft.TargetingPack.Private.CoreCLR": "1.0.2-beta-24224-02"
}
},
"net46": {
Expand Down
4 changes: 2 additions & 2 deletions src/System.Text.Encoding/src/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
"frameworks": {
"netstandard1.3": {
"dependencies": {
"Microsoft.TargetingPack.Private.CoreCLR": "1.0.2-beta-24223-03"
"Microsoft.TargetingPack.Private.CoreCLR": "1.0.2-beta-24224-02"
},
"imports": [
"dotnet5.4"
]
},
"netcore50": {
"dependencies": {
"Microsoft.TargetingPack.Private.CoreCLR": "1.0.2-beta-24223-03"
"Microsoft.TargetingPack.Private.CoreCLR": "1.0.2-beta-24224-02"
}
},
"net46": {
Expand Down
Loading

0 comments on commit adf8343

Please sign in to comment.