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.Drawing.Primitives/tests
parentbffef76f6af208e2042a2f27bc081ee908bb390b (diff)
Update CoreClr, CoreFx to beta-24518-02, beta-24516-03, respectively
Diffstat (limited to 'src/System.Drawing.Primitives/tests')
-rw-r--r--src/System.Drawing.Primitives/tests/project.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/System.Drawing.Primitives/tests/project.json b/src/System.Drawing.Primitives/tests/project.json
index 6a4066b2fc..64f21bbc46 100644
--- a/src/System.Drawing.Primitives/tests/project.json
+++ b/src/System.Drawing.Primitives/tests/project.json
@@ -1,11 +1,11 @@
{
"dependencies": {
- "Microsoft.NETCore.Platforms": "1.0.2-beta-24516-02",
- "System.Globalization": "4.3.0-beta-24516-02",
- "System.Linq.Expressions": "4.3.0-beta-24516-02",
- "System.ObjectModel": "4.3.0-beta-24516-02",
- "System.Runtime": "4.3.0-beta-24516-02",
- "System.Text.RegularExpressions": "4.3.0-beta-24516-02",
+ "Microsoft.NETCore.Platforms": "1.0.2-beta-24516-03",
+ "System.Globalization": "4.3.0-beta-24516-03",
+ "System.Linq.Expressions": "4.3.0-beta-24516-03",
+ "System.ObjectModel": "4.3.0-beta-24516-03",
+ "System.Runtime": "4.3.0-beta-24516-03",
+ "System.Text.RegularExpressions": "4.3.0-beta-24516-03",
"test-runtime": {
"target": "project",
"exclude": "compile"