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>2016-09-22 03:18:49 +0300
committerWes Haggard <Wes.Haggard@microsoft.com>2016-09-22 21:55:56 +0300
commitfe6144b2d3726b68f824db46047b9ddfa7516ea4 (patch)
tree78f831cfcbc8db4fb317b49c7a1d78eb07d7fc5d /src/System.Threading/src/project.json
parent93470c7590b38a509f0bcdd75ec2d7114da5f819 (diff)
Update CoreClr, CoreFx, External, ProjectNTfs to beta-24522-01, beta-24521-07, beta-24521-00, beta-24521-00, respectively
Diffstat (limited to 'src/System.Threading/src/project.json')
-rw-r--r--src/System.Threading/src/project.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/System.Threading/src/project.json b/src/System.Threading/src/project.json
index 15bb6e8520..b399c82354 100644
--- a/src/System.Threading/src/project.json
+++ b/src/System.Threading/src/project.json
@@ -2,7 +2,7 @@
"frameworks": {
"netstandard1.3": {
"dependencies": {
- "Microsoft.TargetingPack.Private.CoreCLR": "1.1.0-beta-24520-03"
+ "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24522-01"
},
"imports": [
"dotnet5.4"
@@ -10,7 +10,7 @@
},
"netcore50": {
"dependencies": {
- "Microsoft.TargetingPack.Private.NETNative": "1.1.0-beta-24520-01",
+ "Microsoft.TargetingPack.Private.NETNative": "1.1.0-beta-24521-00",
"System.Runtime": "4.0.20"
}
},