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-11 11:12:24 +0300
committerdotnet-bot <dotnet-bot@microsoft.com>2016-09-11 11:12:24 +0300
commitae7f1882d122ae773eaf5e0d507fe2df2139a0bf (patch)
tree59b624f67f2cba2a2d6fb20a9aa30067ad11ce11 /src/System.Runtime.CompilerServices.Unsafe/tests
parent7600c07e9f2970567f3a44c5a6acdc1ab4338204 (diff)
Update CoreClr, CoreFx to beta-24511-02, beta-devapi-24511-01, 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 d9b3cbf611..2715e119e7 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-devapi-24510-01",
- "System.Runtime": "4.3.0-beta-devapi-24510-01",
+ "Microsoft.NETCore.Platforms": "4.3.0-beta-devapi-24511-01",
+ "System.Runtime": "4.3.0-beta-devapi-24511-01",
"test-runtime": {
"target": "project",
"exclude": "compile"