Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorStephen Toub <stoub@microsoft.com>2017-01-04 22:43:02 +0300
committerGitHub <noreply@github.com>2017-01-04 22:43:02 +0300
commit1b6d2c37efc6246ffe270910b6e8a99e8658cb16 (patch)
treef683e06e47d63d998dd136c7a152e0d5aac470d5 /src
parente22a66d1e00af56f8abb1696d74914abe8d28d1e (diff)
parente75b6ec7157320f8877b752e7c102fd56d6adc9f (diff)
Merge pull request #14858 from dotnet-bot/master-UpdateDependencies
Update CoreClr to beta-24904-03 (master)
Diffstat (limited to 'src')
-rw-r--r--src/Common/test-runtime/project.json4
-rw-r--r--src/System.AppContext/src/project.json4
-rw-r--r--src/System.Buffers/src/project.json2
-rw-r--r--src/System.Collections/src/project.json2
-rw-r--r--src/System.Data.SqlClient/tests/Tools/TDS/TDS.EndPoint/project.json4
-rw-r--r--src/System.Data.SqlClient/tests/Tools/TDS/TDS.Servers/project.json4
-rw-r--r--src/System.Data.SqlClient/tests/Tools/TDS/TDS/project.json4
-rw-r--r--src/System.Diagnostics.Contracts/src/project.json2
-rw-r--r--src/System.Diagnostics.Debug/src/project.json2
-rw-r--r--src/System.Diagnostics.Debug/tests/project.json2
-rw-r--r--src/System.Diagnostics.StackTrace/src/project.json2
-rw-r--r--src/System.Diagnostics.Tools/src/project.json2
-rw-r--r--src/System.Diagnostics.Tracing/src/project.json2
-rw-r--r--src/System.Globalization.Calendars/src/project.json2
-rw-r--r--src/System.Globalization/src/project.json2
-rw-r--r--src/System.IO.UnmanagedMemoryStream/src/project.json2
-rw-r--r--src/System.Memory/src/project.json2
-rw-r--r--src/System.Private.Uri/src/project.json2
-rw-r--r--src/System.Private.Xml/src/project.json4
-rw-r--r--src/System.Reflection.Emit.ILGeneration/src/project.json2
-rw-r--r--src/System.Reflection.Emit.Lightweight/src/project.json2
-rw-r--r--src/System.Reflection.Emit/src/project.json2
-rw-r--r--src/System.Reflection.Primitives/src/project.json2
-rw-r--r--src/System.Reflection.TypeExtensions/src/project.json2
-rw-r--r--src/System.Reflection/src/project.json2
-rw-r--r--src/System.Resources.ResourceManager/src/project.json2
-rw-r--r--src/System.Runtime.Extensions/src/project.json2
-rw-r--r--src/System.Runtime.InteropServices.WindowsRuntime/src/project.json2
-rw-r--r--src/System.Runtime.InteropServices/src/project.json2
-rw-r--r--src/System.Runtime.Loader/src/project.json2
-rw-r--r--src/System.Runtime.WindowsRuntime/src/project.json2
-rw-r--r--src/System.Runtime/src/project.json4
-rw-r--r--src/System.Security.Cryptography.X509Certificates/src/project.json2
-rw-r--r--src/System.Text.Encoding.Extensions/src/project.json2
-rw-r--r--src/System.Text.Encoding/src/project.json2
-rw-r--r--src/System.Threading.Overlapped/src/project.json2
-rw-r--r--src/System.Threading.Tasks/src/project.json2
-rw-r--r--src/System.Threading.Thread/src/project.json2
-rw-r--r--src/System.Threading.ThreadPool/src/project.json2
-rw-r--r--src/System.Threading.Timer/src/project.json2
-rw-r--r--src/System.Threading/src/project.json2
41 files changed, 48 insertions, 48 deletions
diff --git a/src/Common/test-runtime/project.json b/src/Common/test-runtime/project.json
index 727320ee99..a410365d4f 100644
--- a/src/Common/test-runtime/project.json
+++ b/src/Common/test-runtime/project.json
@@ -3,8 +3,8 @@
"coveralls.io": "1.4",
"OpenCover": "4.6.519",
"ReportGenerator": "2.5.0",
- "Microsoft.NETCore.TestHost": "1.2.0-beta-24904-02",
- "Microsoft.NETCore.Runtime.CoreCLR": "1.2.0-beta-24904-02",
+ "Microsoft.NETCore.TestHost": "1.2.0-beta-24904-03",
+ "Microsoft.NETCore.Runtime.CoreCLR": "1.2.0-beta-24904-03",
"Microsoft.DotNet.BuildTools.TestSuite": "1.0.1-prerelease-01001-04",
"xunit.console.netcore": "1.0.3-prerelease-00921-01",
"Microsoft.xunit.netcore.extensions": "1.0.1-prerelease-01001-04",
diff --git a/src/System.AppContext/src/project.json b/src/System.AppContext/src/project.json
index a542e1de8b..9f4b1f0445 100644
--- a/src/System.AppContext/src/project.json
+++ b/src/System.AppContext/src/project.json
@@ -2,12 +2,12 @@
"frameworks": {
"netstandard1.7": {
"dependencies": {
- "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24904-02"
+ "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24904-03"
}
},
"netcore50": {
"dependencies": {
- "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24904-02"
+ "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24904-03"
}
},
"net463": {
diff --git a/src/System.Buffers/src/project.json b/src/System.Buffers/src/project.json
index 0602c65847..c6f7a2a9d9 100644
--- a/src/System.Buffers/src/project.json
+++ b/src/System.Buffers/src/project.json
@@ -12,7 +12,7 @@
},
"netcoreapp1.1": {
"dependencies": {
- "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24904-02"
+ "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24904-03"
}
}
}
diff --git a/src/System.Collections/src/project.json b/src/System.Collections/src/project.json
index db3900b0e4..4b262606cf 100644
--- a/src/System.Collections/src/project.json
+++ b/src/System.Collections/src/project.json
@@ -3,7 +3,7 @@
"netstandard1.7": {
"dependencies": {
"Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24904-02"
+ "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24904-03"
}
},
"net463": {
diff --git a/src/System.Data.SqlClient/tests/Tools/TDS/TDS.EndPoint/project.json b/src/System.Data.SqlClient/tests/Tools/TDS/TDS.EndPoint/project.json
index 16448eb9fb..fcf1c97fd1 100644
--- a/src/System.Data.SqlClient/tests/Tools/TDS/TDS.EndPoint/project.json
+++ b/src/System.Data.SqlClient/tests/Tools/TDS/TDS.EndPoint/project.json
@@ -3,8 +3,8 @@
"coveralls.io": "1.4",
"OpenCover": "4.6.519",
"ReportGenerator": "2.5.0",
- "Microsoft.NETCore.TestHost": "1.2.0-beta-24904-02",
- "Microsoft.NETCore.Runtime.CoreCLR": "1.2.0-beta-24904-02",
+ "Microsoft.NETCore.TestHost": "1.2.0-beta-24904-03",
+ "Microsoft.NETCore.Runtime.CoreCLR": "1.2.0-beta-24904-03",
"Microsoft.DotNet.BuildTools.TestSuite": "1.0.1-prerelease-01001-04",
"xunit.console.netcore": "1.0.3-prerelease-00921-01",
"Microsoft.xunit.netcore.extensions": "1.0.1-prerelease-01001-04",
diff --git a/src/System.Data.SqlClient/tests/Tools/TDS/TDS.Servers/project.json b/src/System.Data.SqlClient/tests/Tools/TDS/TDS.Servers/project.json
index 16448eb9fb..fcf1c97fd1 100644
--- a/src/System.Data.SqlClient/tests/Tools/TDS/TDS.Servers/project.json
+++ b/src/System.Data.SqlClient/tests/Tools/TDS/TDS.Servers/project.json
@@ -3,8 +3,8 @@
"coveralls.io": "1.4",
"OpenCover": "4.6.519",
"ReportGenerator": "2.5.0",
- "Microsoft.NETCore.TestHost": "1.2.0-beta-24904-02",
- "Microsoft.NETCore.Runtime.CoreCLR": "1.2.0-beta-24904-02",
+ "Microsoft.NETCore.TestHost": "1.2.0-beta-24904-03",
+ "Microsoft.NETCore.Runtime.CoreCLR": "1.2.0-beta-24904-03",
"Microsoft.DotNet.BuildTools.TestSuite": "1.0.1-prerelease-01001-04",
"xunit.console.netcore": "1.0.3-prerelease-00921-01",
"Microsoft.xunit.netcore.extensions": "1.0.1-prerelease-01001-04",
diff --git a/src/System.Data.SqlClient/tests/Tools/TDS/TDS/project.json b/src/System.Data.SqlClient/tests/Tools/TDS/TDS/project.json
index 16448eb9fb..fcf1c97fd1 100644
--- a/src/System.Data.SqlClient/tests/Tools/TDS/TDS/project.json
+++ b/src/System.Data.SqlClient/tests/Tools/TDS/TDS/project.json
@@ -3,8 +3,8 @@
"coveralls.io": "1.4",
"OpenCover": "4.6.519",
"ReportGenerator": "2.5.0",
- "Microsoft.NETCore.TestHost": "1.2.0-beta-24904-02",
- "Microsoft.NETCore.Runtime.CoreCLR": "1.2.0-beta-24904-02",
+ "Microsoft.NETCore.TestHost": "1.2.0-beta-24904-03",
+ "Microsoft.NETCore.Runtime.CoreCLR": "1.2.0-beta-24904-03",
"Microsoft.DotNet.BuildTools.TestSuite": "1.0.1-prerelease-01001-04",
"xunit.console.netcore": "1.0.3-prerelease-00921-01",
"Microsoft.xunit.netcore.extensions": "1.0.1-prerelease-01001-04",
diff --git a/src/System.Diagnostics.Contracts/src/project.json b/src/System.Diagnostics.Contracts/src/project.json
index 289307d955..c25cd5d794 100644
--- a/src/System.Diagnostics.Contracts/src/project.json
+++ b/src/System.Diagnostics.Contracts/src/project.json
@@ -2,7 +2,7 @@
"frameworks": {
"netstandard1.0": {
"dependencies": {
- "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24904-02"
+ "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24904-03"
}
},
"netcore50": {
diff --git a/src/System.Diagnostics.Debug/src/project.json b/src/System.Diagnostics.Debug/src/project.json
index f5ad74b9a6..07dc654055 100644
--- a/src/System.Diagnostics.Debug/src/project.json
+++ b/src/System.Diagnostics.Debug/src/project.json
@@ -2,7 +2,7 @@
"frameworks": {
"netstandard1.7": {
"dependencies": {
- "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24904-02"
+ "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24904-03"
}
},
"netcore50": {
diff --git a/src/System.Diagnostics.Debug/tests/project.json b/src/System.Diagnostics.Debug/tests/project.json
index b758d91f70..9c565df5f0 100644
--- a/src/System.Diagnostics.Debug/tests/project.json
+++ b/src/System.Diagnostics.Debug/tests/project.json
@@ -1,7 +1,7 @@
{
"dependencies": {
"Microsoft.NETCore.Platforms": "1.2.0-beta-24904-01",
- "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24904-02",
+ "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24904-03",
"System.Linq.Expressions": "4.4.0-beta-24904-01",
"System.ObjectModel": "4.4.0-beta-24904-01",
"System.Text.RegularExpressions": "4.4.0-beta-24904-01",
diff --git a/src/System.Diagnostics.StackTrace/src/project.json b/src/System.Diagnostics.StackTrace/src/project.json
index 814e6782da..96b7c419c8 100644
--- a/src/System.Diagnostics.StackTrace/src/project.json
+++ b/src/System.Diagnostics.StackTrace/src/project.json
@@ -2,7 +2,7 @@
"frameworks": {
"netstandard1.7": {
"dependencies": {
- "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24904-02",
+ "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24904-03",
"System.IO.FileSystem": "4.4.0-beta-24904-01",
"System.Reflection.Metadata": "1.5.0-beta-24904-01"
}
diff --git a/src/System.Diagnostics.Tools/src/project.json b/src/System.Diagnostics.Tools/src/project.json
index db8384bbde..4ba699b0b8 100644
--- a/src/System.Diagnostics.Tools/src/project.json
+++ b/src/System.Diagnostics.Tools/src/project.json
@@ -2,7 +2,7 @@
"frameworks": {
"netstandard1.7": {
"dependencies": {
- "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24904-02"
+ "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24904-03"
}
},
"net463": {
diff --git a/src/System.Diagnostics.Tracing/src/project.json b/src/System.Diagnostics.Tracing/src/project.json
index b93a22cd0a..b32b228df7 100644
--- a/src/System.Diagnostics.Tracing/src/project.json
+++ b/src/System.Diagnostics.Tracing/src/project.json
@@ -2,7 +2,7 @@
"frameworks": {
"netstandard1.7": {
"dependencies": {
- "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24904-02"
+ "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24904-03"
}
},
"netcore50": {
diff --git a/src/System.Globalization.Calendars/src/project.json b/src/System.Globalization.Calendars/src/project.json
index db8384bbde..4ba699b0b8 100644
--- a/src/System.Globalization.Calendars/src/project.json
+++ b/src/System.Globalization.Calendars/src/project.json
@@ -2,7 +2,7 @@
"frameworks": {
"netstandard1.7": {
"dependencies": {
- "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24904-02"
+ "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24904-03"
}
},
"net463": {
diff --git a/src/System.Globalization/src/project.json b/src/System.Globalization/src/project.json
index bba78b6b9d..3826031beb 100644
--- a/src/System.Globalization/src/project.json
+++ b/src/System.Globalization/src/project.json
@@ -2,7 +2,7 @@
"frameworks": {
"netstandard1.7": {
"dependencies": {
- "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24904-02"
+ "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24904-03"
}
},
"uap10.1": {
diff --git a/src/System.IO.UnmanagedMemoryStream/src/project.json b/src/System.IO.UnmanagedMemoryStream/src/project.json
index db8384bbde..4ba699b0b8 100644
--- a/src/System.IO.UnmanagedMemoryStream/src/project.json
+++ b/src/System.IO.UnmanagedMemoryStream/src/project.json
@@ -2,7 +2,7 @@
"frameworks": {
"netstandard1.7": {
"dependencies": {
- "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24904-02"
+ "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24904-03"
}
},
"net463": {
diff --git a/src/System.Memory/src/project.json b/src/System.Memory/src/project.json
index 9ce112c940..749bad5256 100644
--- a/src/System.Memory/src/project.json
+++ b/src/System.Memory/src/project.json
@@ -12,7 +12,7 @@
},
"netcoreapp1.1": {
"dependencies": {
- "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24904-02"
+ "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24904-03"
}
}
}
diff --git a/src/System.Private.Uri/src/project.json b/src/System.Private.Uri/src/project.json
index 844d6cc70a..949084c60f 100644
--- a/src/System.Private.Uri/src/project.json
+++ b/src/System.Private.Uri/src/project.json
@@ -2,7 +2,7 @@
"frameworks": {
"netstandard1.0": {
"dependencies": {
- "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24904-02"
+ "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24904-03"
}
},
"netcore50": {
diff --git a/src/System.Private.Xml/src/project.json b/src/System.Private.Xml/src/project.json
index dae56788b5..3e448cadb2 100644
--- a/src/System.Private.Xml/src/project.json
+++ b/src/System.Private.Xml/src/project.json
@@ -9,7 +9,7 @@
"dependencies": {
"Microsoft.CSharp": "4.4.0-beta-24904-01",
"Microsoft.NETCore.Platforms": "1.2.0-beta-24904-01",
- "Microsoft.NETCore.Runtime.CoreCLR": "1.2.0-beta-24904-02",
+ "Microsoft.NETCore.Runtime.CoreCLR": "1.2.0-beta-24904-03",
"Microsoft.Win32.Registry": "4.4.0-beta-24904-01",
"System.Collections": "4.4.0-beta-24904-01",
"System.Collections.NonGeneric": "4.4.0-beta-24904-01",
@@ -55,7 +55,7 @@
"dependencies": {
"Microsoft.CSharp": "4.4.0-beta-24904-01",
"Microsoft.NETCore.Platforms": "1.2.0-beta-24904-01",
- "Microsoft.NETCore.Runtime.CoreCLR": "1.2.0-beta-24904-02",
+ "Microsoft.NETCore.Runtime.CoreCLR": "1.2.0-beta-24904-03",
"Microsoft.Win32.Registry": "4.4.0-beta-24904-01",
"System.Collections": "4.4.0-beta-24904-01",
"System.Collections.NonGeneric": "4.4.0-beta-24904-01",
diff --git a/src/System.Reflection.Emit.ILGeneration/src/project.json b/src/System.Reflection.Emit.ILGeneration/src/project.json
index 98d033b30d..a083fbde74 100644
--- a/src/System.Reflection.Emit.ILGeneration/src/project.json
+++ b/src/System.Reflection.Emit.ILGeneration/src/project.json
@@ -2,7 +2,7 @@
"frameworks": {
"netstandard1.3": {
"dependencies": {
- "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24904-02"
+ "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24904-03"
}
}
}
diff --git a/src/System.Reflection.Emit.Lightweight/src/project.json b/src/System.Reflection.Emit.Lightweight/src/project.json
index 98d033b30d..a083fbde74 100644
--- a/src/System.Reflection.Emit.Lightweight/src/project.json
+++ b/src/System.Reflection.Emit.Lightweight/src/project.json
@@ -2,7 +2,7 @@
"frameworks": {
"netstandard1.3": {
"dependencies": {
- "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24904-02"
+ "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24904-03"
}
}
}
diff --git a/src/System.Reflection.Emit/src/project.json b/src/System.Reflection.Emit/src/project.json
index 98d033b30d..a083fbde74 100644
--- a/src/System.Reflection.Emit/src/project.json
+++ b/src/System.Reflection.Emit/src/project.json
@@ -2,7 +2,7 @@
"frameworks": {
"netstandard1.3": {
"dependencies": {
- "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24904-02"
+ "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24904-03"
}
}
}
diff --git a/src/System.Reflection.Primitives/src/project.json b/src/System.Reflection.Primitives/src/project.json
index db3900b0e4..4b262606cf 100644
--- a/src/System.Reflection.Primitives/src/project.json
+++ b/src/System.Reflection.Primitives/src/project.json
@@ -3,7 +3,7 @@
"netstandard1.7": {
"dependencies": {
"Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24904-02"
+ "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24904-03"
}
},
"net463": {
diff --git a/src/System.Reflection.TypeExtensions/src/project.json b/src/System.Reflection.TypeExtensions/src/project.json
index 69177b0964..96c304742f 100644
--- a/src/System.Reflection.TypeExtensions/src/project.json
+++ b/src/System.Reflection.TypeExtensions/src/project.json
@@ -2,7 +2,7 @@
"frameworks": {
"netstandard1.5": {
"dependencies": {
- "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24904-02"
+ "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24904-03"
}
},
"net462": {
diff --git a/src/System.Reflection/src/project.json b/src/System.Reflection/src/project.json
index e2769962b1..7fd0b14601 100644
--- a/src/System.Reflection/src/project.json
+++ b/src/System.Reflection/src/project.json
@@ -2,7 +2,7 @@
"frameworks": {
"netstandard1.7": {
"dependencies": {
- "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24904-02"
+ "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24904-03"
}
},
"net461": {
diff --git a/src/System.Resources.ResourceManager/src/project.json b/src/System.Resources.ResourceManager/src/project.json
index edcb1fea40..630d2ab6db 100644
--- a/src/System.Resources.ResourceManager/src/project.json
+++ b/src/System.Resources.ResourceManager/src/project.json
@@ -2,7 +2,7 @@
"frameworks": {
"netstandard1.7": {
"dependencies": {
- "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24904-02"
+ "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24904-03"
}
},
"uap10.1": {
diff --git a/src/System.Runtime.Extensions/src/project.json b/src/System.Runtime.Extensions/src/project.json
index 720e0d7f4d..0fc7ce1e2b 100644
--- a/src/System.Runtime.Extensions/src/project.json
+++ b/src/System.Runtime.Extensions/src/project.json
@@ -2,7 +2,7 @@
"frameworks": {
"netstandard1.7": {
"dependencies": {
- "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24904-02"
+ "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24904-03"
}
},
"netcoreapp1.2": {
diff --git a/src/System.Runtime.InteropServices.WindowsRuntime/src/project.json b/src/System.Runtime.InteropServices.WindowsRuntime/src/project.json
index 9bca9cd01e..dc6a9e74ac 100644
--- a/src/System.Runtime.InteropServices.WindowsRuntime/src/project.json
+++ b/src/System.Runtime.InteropServices.WindowsRuntime/src/project.json
@@ -2,7 +2,7 @@
"frameworks": {
"netstandard1.3": {
"dependencies": {
- "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24904-02"
+ "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24904-03"
}
},
"netcore50": {
diff --git a/src/System.Runtime.InteropServices/src/project.json b/src/System.Runtime.InteropServices/src/project.json
index 67014ea719..957b920806 100644
--- a/src/System.Runtime.InteropServices/src/project.json
+++ b/src/System.Runtime.InteropServices/src/project.json
@@ -2,7 +2,7 @@
"frameworks": {
"netstandard1.7": {
"dependencies": {
- "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24904-02"
+ "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24904-03"
}
},
"uap10.1": {
diff --git a/src/System.Runtime.Loader/src/project.json b/src/System.Runtime.Loader/src/project.json
index 396f807fdc..bb4328640e 100644
--- a/src/System.Runtime.Loader/src/project.json
+++ b/src/System.Runtime.Loader/src/project.json
@@ -2,7 +2,7 @@
"frameworks": {
"netstandard1.5": {
"dependencies": {
- "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24904-02"
+ "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24904-03"
}
}
}
diff --git a/src/System.Runtime.WindowsRuntime/src/project.json b/src/System.Runtime.WindowsRuntime/src/project.json
index bbc045b7c6..1ee47e13e6 100644
--- a/src/System.Runtime.WindowsRuntime/src/project.json
+++ b/src/System.Runtime.WindowsRuntime/src/project.json
@@ -2,7 +2,7 @@
"frameworks": {
"netstandard1.7": {
"dependencies": {
- "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24904-02",
+ "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24904-03",
"Microsoft.TargetingPack.Private.WinRT": "1.0.3"
}
},
diff --git a/src/System.Runtime/src/project.json b/src/System.Runtime/src/project.json
index 8e2d089c88..c334534cea 100644
--- a/src/System.Runtime/src/project.json
+++ b/src/System.Runtime/src/project.json
@@ -2,12 +2,12 @@
"frameworks": {
"netstandard1.7": {
"dependencies": {
- "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24904-02"
+ "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24904-03"
}
},
"netstandard1.5": {
"dependencies": {
- "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24904-02"
+ "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24904-03"
}
},
"netcoreapp1.2": {
diff --git a/src/System.Security.Cryptography.X509Certificates/src/project.json b/src/System.Security.Cryptography.X509Certificates/src/project.json
index bfe86bce26..0c1c1fb53e 100644
--- a/src/System.Security.Cryptography.X509Certificates/src/project.json
+++ b/src/System.Security.Cryptography.X509Certificates/src/project.json
@@ -4,7 +4,7 @@
"dependencies": {
"Microsoft.NETCore.Platforms": "1.1.0",
"System.Collections.NonGeneric": "4.4.0-beta-24904-01",
- "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24904-02",
+ "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24904-03",
"System.Diagnostics.Tools": "4.4.0-beta-24904-01",
"System.Runtime.InteropServices": "4.4.0-beta-24904-01"
}
diff --git a/src/System.Text.Encoding.Extensions/src/project.json b/src/System.Text.Encoding.Extensions/src/project.json
index db8384bbde..4ba699b0b8 100644
--- a/src/System.Text.Encoding.Extensions/src/project.json
+++ b/src/System.Text.Encoding.Extensions/src/project.json
@@ -2,7 +2,7 @@
"frameworks": {
"netstandard1.7": {
"dependencies": {
- "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24904-02"
+ "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24904-03"
}
},
"net463": {
diff --git a/src/System.Text.Encoding/src/project.json b/src/System.Text.Encoding/src/project.json
index d0c2cad32d..8d08b0427c 100644
--- a/src/System.Text.Encoding/src/project.json
+++ b/src/System.Text.Encoding/src/project.json
@@ -2,7 +2,7 @@
"frameworks": {
"netstandard1.7": {
"dependencies": {
- "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24904-02"
+ "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24904-03"
}
},
"uap10.1": {
diff --git a/src/System.Threading.Overlapped/src/project.json b/src/System.Threading.Overlapped/src/project.json
index 3bc433b296..eef219cc12 100644
--- a/src/System.Threading.Overlapped/src/project.json
+++ b/src/System.Threading.Overlapped/src/project.json
@@ -2,7 +2,7 @@
"frameworks": {
"netstandard1.7": {
"dependencies": {
- "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24904-02"
+ "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24904-03"
}
},
"net463": {
diff --git a/src/System.Threading.Tasks/src/project.json b/src/System.Threading.Tasks/src/project.json
index d0c2cad32d..8d08b0427c 100644
--- a/src/System.Threading.Tasks/src/project.json
+++ b/src/System.Threading.Tasks/src/project.json
@@ -2,7 +2,7 @@
"frameworks": {
"netstandard1.7": {
"dependencies": {
- "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24904-02"
+ "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24904-03"
}
},
"uap10.1": {
diff --git a/src/System.Threading.Thread/src/project.json b/src/System.Threading.Thread/src/project.json
index c3bb09d52f..59e8dbd64e 100644
--- a/src/System.Threading.Thread/src/project.json
+++ b/src/System.Threading.Thread/src/project.json
@@ -2,7 +2,7 @@
"frameworks": {
"netstandard1.7": {
"dependencies": {
- "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24904-02",
+ "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24904-03",
"System.Diagnostics.Debug": "4.4.0-beta-24904-01"
}
},
diff --git a/src/System.Threading.ThreadPool/src/project.json b/src/System.Threading.ThreadPool/src/project.json
index 3bc433b296..eef219cc12 100644
--- a/src/System.Threading.ThreadPool/src/project.json
+++ b/src/System.Threading.ThreadPool/src/project.json
@@ -2,7 +2,7 @@
"frameworks": {
"netstandard1.7": {
"dependencies": {
- "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24904-02"
+ "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24904-03"
}
},
"net463": {
diff --git a/src/System.Threading.Timer/src/project.json b/src/System.Threading.Timer/src/project.json
index 3bc433b296..eef219cc12 100644
--- a/src/System.Threading.Timer/src/project.json
+++ b/src/System.Threading.Timer/src/project.json
@@ -2,7 +2,7 @@
"frameworks": {
"netstandard1.7": {
"dependencies": {
- "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24904-02"
+ "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24904-03"
}
},
"net463": {
diff --git a/src/System.Threading/src/project.json b/src/System.Threading/src/project.json
index 3bc433b296..eef219cc12 100644
--- a/src/System.Threading/src/project.json
+++ b/src/System.Threading/src/project.json
@@ -2,7 +2,7 @@
"frameworks": {
"netstandard1.7": {
"dependencies": {
- "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24904-02"
+ "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24904-03"
}
},
"net463": {