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-08-12 03:09:45 +0300
committerdotnet-bot <dotnet-bot@microsoft.com>2016-08-12 03:09:45 +0300
commit84eb45211315432baf3e63089272d7d5e484eb2c (patch)
tree2d65fe90c8ed5019b3a72e309fe4a2e54cd89102 /src/System.Runtime.CompilerServices.Unsafe/tests
parent5a92babc1b6bdae5c390103f5d4c7f9942d5836e (diff)
Update CoreClr, CoreFx to beta-24411-03, beta-24411-04, 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 c669848e40..57b7b9262d 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-24411-01",
- "System.Runtime": "4.1.1-beta-24411-01",
+ "Microsoft.NETCore.Platforms": "1.0.2-beta-24411-04",
+ "System.Runtime": "4.1.1-beta-24411-04",
"test-runtime": {
"target": "project",
"exclude": "compile"