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:
authorStephen Toub <stoub@microsoft.com>2016-08-21 20:09:15 +0300
committerGitHub <noreply@github.com>2016-08-21 20:09:15 +0300
commit7944c5f3b501f47094670e9ca2e7e9d08cdab8b2 (patch)
tree37585a9dc10245336b56f5e0d0fccf092f530d5e /src/System.Runtime.CompilerServices.Unsafe/tests
parentd2658da0524de8fe8f477fdb9ba56b7a44dc22e5 (diff)
parent4b7ad93921090736afc06a7ba679f87efb09a68e (diff)
Merge pull request #11034 from stephentoub/update_packages
Update dev/api corefx dependencies to 24421-01
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 3f9eb6d27b..1d96e0525c 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": "1.0.2-beta-devapi-24420-01",
- "System.Runtime": "4.2.0-beta-devapi-24420-01",
+ "Microsoft.NETCore.Platforms": "1.0.2-beta-devapi-24421-01",
+ "System.Runtime": "4.2.0-beta-devapi-24421-01",
"test-runtime": {
"target": "project",
"exclude": "compile"