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-07-25 14:45:16 +0300
committerStephen Toub <stoub@microsoft.com>2016-07-25 14:48:14 +0300
commit8dd94afc345f89069841aa3a5ea5a44c61532a76 (patch)
tree1c06be3477cf7f287e89db8bf97d04da614fbc50 /src/System.Runtime.CompilerServices.Unsafe/tests
parent6b4dabc665d80c0f8bd8c44873cbbe29f77d176d (diff)
Updating CoreClr and CoreFX dependencies to beta-24325-02
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 e5ea664ee5..39005faf3c 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-24324-03",
- "System.Runtime": "4.1.1-beta-24324-03",
+ "Microsoft.NETCore.Platforms": "1.0.2-beta-24325-02",
+ "System.Runtime": "4.1.1-beta-24325-02",
"test-runtime": {
"target": "project",
"exclude": "compile"