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-10-01 03:24:43 +0300
committerStephen Toub <stoub@microsoft.com>2016-10-01 05:46:05 +0300
commitd37f83fb58b99eef950787f191744f503ee50067 (patch)
treea0cce06541f5dcde764883de8faaba0acf83aedb /src/System.Runtime.CompilerServices.Unsafe/tests
parentc2c0d2756d76cd6c253be8d0a8cd04fe6c9a8f5d (diff)
Update CoreClr, CoreFx to beta-24601-01, beta-24530-03, respectively
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 c9cf738b1c..bc9589868e 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-24530-02",
- "System.Runtime": "4.3.0-beta-24530-02",
+ "Microsoft.NETCore.Platforms": "1.0.2-beta-24530-03",
+ "System.Runtime": "4.3.0-beta-24530-03",
"test-runtime": {
"target": "project",
"exclude": "compile"