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@dotnetfoundation.org>2016-12-29 01:32:38 +0300
committerDan Moseley <danmose@microsoft.com>2016-12-29 01:32:38 +0300
commit24d0731401fa324f6f75ac711f966f488372f6c1 (patch)
treeccc3defa166e53f396dc6aa49aa09a8d042b3332 /src/System.Threading.ThreadPool
parent4b273351aca17f98ed14c9f74620193874bdd682 (diff)
Update CoreClr, CoreFx, ProjectNTfs to beta-24828-03, beta-24828-03, beta-24828-00, respectively (#14743)
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 92e05f6cd4..5c4f31c3a7 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-24827-01",
- "System.Runtime.Handles": "4.4.0-beta-24827-01",
- "System.Threading.Overlapped": "4.4.0-beta-24827-01"
+ "System.Runtime": "4.4.0-beta-24828-03",
+ "System.Runtime.Handles": "4.4.0-beta-24828-03",
+ "System.Threading.Overlapped": "4.4.0-beta-24828-03"
},
"frameworks": {
"netstandard1.7": {}
diff --git a/src/System.Threading.ThreadPool/src/project.json b/src/System.Threading.ThreadPool/src/project.json
index 485a479308..667b7c5261 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-24827-03"
+ "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24828-03"
}
},
"net463": {