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-01 17:38:48 +0300
committerdotnet-bot <dotnet-bot@microsoft.com>2016-09-01 17:38:48 +0300
commit3a8894d373c2ef2814265363d70ff0c09bbf36be (patch)
treea062093a6bfa2466db55481f7be55d94e7c64286 /src/System.Runtime.CompilerServices.Unsafe
parent980aa1b0c95d24f922848d9fc373691f0787bd41 (diff)
Update CoreFx to beta-24501-02
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 e0fa911270..9e125d5f86 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-24501-01",
- "System.Runtime": "4.3.0-beta-24501-01",
+ "Microsoft.NETCore.Platforms": "4.3.0-beta-24501-02",
+ "System.Runtime": "4.3.0-beta-24501-02",
"test-runtime": {
"target": "project",
"exclude": "compile"