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-02 22:42:48 +0300
committerdotnet-bot <dotnet-bot@microsoft.com>2016-09-02 22:42:48 +0300
commit3c724e11c6d1c94ed8d22b510e23333471a9a50c (patch)
tree87eca6a781ac18d88da8a8bebfca071e94670be0 /src/System.Runtime.Handles
parent154f9ca1cbcb5137053497ee0eb096d663177356 (diff)
Update CoreClr, CoreFx, External, ProjectNTfs to beta-24502-03, beta-devapi-24502-02, beta-24502-00, beta-24502-00, respectively
Diffstat (limited to 'src/System.Runtime.Handles')
-rw-r--r--src/System.Runtime.Handles/src/project.json4
-rw-r--r--src/System.Runtime.Handles/tests/project.json12
2 files changed, 8 insertions, 8 deletions
diff --git a/src/System.Runtime.Handles/src/project.json b/src/System.Runtime.Handles/src/project.json
index 54cdd69697..260c3db8da 100644
--- a/src/System.Runtime.Handles/src/project.json
+++ b/src/System.Runtime.Handles/src/project.json
@@ -2,7 +2,7 @@
"frameworks": {
"netstandard1.3": {
"dependencies": {
- "Microsoft.TargetingPack.Private.CoreCLR": "1.1.0-beta-24431-03"
+ "Microsoft.TargetingPack.Private.CoreCLR": "1.1.0-beta-24502-03"
},
"imports": [
"dotnet5.4"
@@ -10,7 +10,7 @@
},
"netcore50": {
"dependencies": {
- "Microsoft.TargetingPack.Private.NETNative": "1.1.0-beta-24501-00"
+ "Microsoft.TargetingPack.Private.NETNative": "1.1.0-beta-24502-00"
}
},
"net46": {
diff --git a/src/System.Runtime.Handles/tests/project.json b/src/System.Runtime.Handles/tests/project.json
index 5b2de5408e..d9b9bfebab 100644
--- a/src/System.Runtime.Handles/tests/project.json
+++ b/src/System.Runtime.Handles/tests/project.json
@@ -1,11 +1,11 @@
{
"dependencies": {
- "Microsoft.NETCore.Platforms": "1.0.2-beta-devapi-24424-01",
- "System.Linq.Expressions": "4.2.0-beta-devapi-24424-01",
- "System.ObjectModel": "4.0.13-beta-devapi-24424-01",
- "System.Runtime.Handles": "4.0.2-beta-devapi-24424-01",
- "System.Text.RegularExpressions": "4.2.0-beta-devapi-24424-01",
- "System.Threading.Tasks": "4.0.12-beta-devapi-24424-01",
+ "Microsoft.NETCore.Platforms": "4.3.0-beta-devapi-24502-02",
+ "System.Linq.Expressions": "4.3.0-beta-devapi-24502-02",
+ "System.ObjectModel": "4.3.0-beta-devapi-24502-02",
+ "System.Runtime.Handles": "4.3.0-beta-devapi-24502-02",
+ "System.Text.RegularExpressions": "4.3.0-beta-devapi-24502-02",
+ "System.Threading.Tasks": "4.3.0-beta-devapi-24502-02",
"test-runtime": {
"target": "project",
"exclude": "compile"