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-10-11 22:32:17 +0300
committerStephen Toub <stoub@microsoft.com>2016-10-11 22:32:17 +0300
commitb7cc4e219207cff50cdbb11176d3cee25be724f0 (patch)
treec267b29157915b71da8977d6e31d35fed3014672 /src/System.Runtime.CompilerServices.Unsafe
parent10580bee652ca12c3bf85f11e8b2f6ce2ade93af (diff)
Update CoreClr, CoreFx to beta-24611-01, beta-24611-02 respectively (master)
Diffstat (limited to 'src/System.Runtime.CompilerServices.Unsafe')
-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 86c4751980..84934c0ca8 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.2.0-beta-24608-01",
- "System.Runtime": "4.4.0-beta-24608-01",
+ "Microsoft.NETCore.Platforms": "1.2.0-beta-24611-02",
+ "System.Runtime": "4.4.0-beta-24611-02",
"test-runtime": {
"target": "project",
"exclude": "compile"