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-18 11:19:04 +0300
committerdotnet-bot <dotnet-bot@microsoft.com>2016-09-18 11:19:04 +0300
commitdfa190bcbb19492f0584298671ae27171d0e460c (patch)
tree95a67db662e7299d13c448b1d4d890d2d9e3cc9e /src/System.Runtime.CompilerServices.Unsafe
parentbffef76f6af208e2042a2f27bc081ee908bb390b (diff)
Update CoreClr, CoreFx to beta-24518-02, beta-24516-03, respectively
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 05a3c4fc85..e43bbe26ed 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-24516-02",
- "System.Runtime": "4.3.0-beta-24516-02",
+ "Microsoft.NETCore.Platforms": "1.0.2-beta-24516-03",
+ "System.Runtime": "4.3.0-beta-24516-03",
"test-runtime": {
"target": "project",
"exclude": "compile"