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:
authorJose Perez Rodriguez <joperezr@microsoft.com>2016-09-16 19:18:22 +0300
committerJose Perez Rodriguez <joperezr@microsoft.com>2016-09-16 21:17:32 +0300
commit517f1bf92c00acf7b0a71318255bb1d4504264d4 (patch)
tree664fa55f22a2844c691574b301da7bbf8a4e87f1 /src/System.Runtime.CompilerServices.Unsafe/tests
parenta51ffdcc41142c8928da0ce9d05ec586476cc227 (diff)
Using master packages instead of dev/api
Diffstat (limited to 'src/System.Runtime.CompilerServices.Unsafe/tests')
-rw-r--r--src/System.Runtime.CompilerServices.Unsafe/tests/project.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/System.Runtime.CompilerServices.Unsafe/tests/project.json b/src/System.Runtime.CompilerServices.Unsafe/tests/project.json
index fd5e551762..05a3c4fc85 100644
--- a/src/System.Runtime.CompilerServices.Unsafe/tests/project.json
+++ b/src/System.Runtime.CompilerServices.Unsafe/tests/project.json
@@ -1,7 +1,7 @@
{
"dependencies": {
- "Microsoft.NETCore.Platforms": "4.3.0-beta-devapi-24515-01",
- "System.Runtime": "4.3.0-beta-devapi-24515-01",
+ "Microsoft.NETCore.Platforms": "1.0.2-beta-24516-02",
+ "System.Runtime": "4.3.0-beta-24516-02",
"test-runtime": {
"target": "project",
"exclude": "compile"