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
diff options
context:
space:
mode:
authordotnet-bot <dotnet-bot@microsoft.com>2017-01-02 12:45:03 +0300
committerdotnet-bot <dotnet-bot@microsoft.com>2017-01-02 12:45:03 +0300
commitd52cb08c73cdf51b363d721cfbd3299347eb6a03 (patch)
tree5cd01918b5ceaab0c4b2337b32142553fa54a4fc /src/System.Threading.ThreadPool
parent4375dcc04793da8fa3f9d9353293acc1c2185ec1 (diff)
Update CoreClr, CoreFx, ProjectNTfs to beta-24902-02, beta-24902-01, beta-24902-00, respectively
Diffstat (limited to 'src/System.Threading.ThreadPool')
-rw-r--r--src/System.Threading.ThreadPool/ref/project.json6
-rw-r--r--src/System.Threading.ThreadPool/src/project.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/src/System.Threading.ThreadPool/ref/project.json b/src/System.Threading.ThreadPool/ref/project.json
index 1e5ba309e5..61ed0edb0f 100644
--- a/src/System.Threading.ThreadPool/ref/project.json
+++ b/src/System.Threading.ThreadPool/ref/project.json
@@ -1,8 +1,8 @@
{
"dependencies": {
- "System.Runtime": "4.4.0-beta-24829-02",
- "System.Runtime.Handles": "4.4.0-beta-24829-02",
- "System.Threading.Overlapped": "4.4.0-beta-24829-02"
+ "System.Runtime": "4.4.0-beta-24902-01",
+ "System.Runtime.Handles": "4.4.0-beta-24902-01",
+ "System.Threading.Overlapped": "4.4.0-beta-24902-01"
},
"frameworks": {
"netstandard1.7": {}
diff --git a/src/System.Threading.ThreadPool/src/project.json b/src/System.Threading.ThreadPool/src/project.json
index d00af3a02b..71ee2faf40 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-24829-03"
+ "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24902-02"
}
},
"net463": {