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-02 11:24:45 +0300
committerdotnet-bot <dotnet-bot@microsoft.com>2016-10-02 11:24:45 +0300
commit3274ef94654da6754aaa54427d289e51ec316ea9 (patch)
treeaf7e55a836f4b039f33d1ac85c38c617672b8732 /src/System.Drawing.Primitives/tests
parent0cc9db0ed12ea2588edfd080c568e8c3f55050c7 (diff)
Update CoreClr, CoreFx to beta-24602-02, beta-24601-02, respectively
Diffstat (limited to 'src/System.Drawing.Primitives/tests')
-rw-r--r--src/System.Drawing.Primitives/tests/project.json18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/System.Drawing.Primitives/tests/project.json b/src/System.Drawing.Primitives/tests/project.json
index cfd9fc2054..7dcb659593 100644
--- a/src/System.Drawing.Primitives/tests/project.json
+++ b/src/System.Drawing.Primitives/tests/project.json
@@ -1,13 +1,13 @@
{
"dependencies": {
- "Microsoft.NETCore.Platforms": "1.0.2-beta-24530-03",
- "System.Globalization": "4.3.0-beta-24530-03",
- "System.IO": "4.3.0-beta-24530-03",
- "System.Linq.Expressions": "4.3.0-beta-24530-03",
- "System.ObjectModel": "4.3.0-beta-24530-03",
- "System.Reflection.TypeExtensions": "4.3.0-beta-24530-03",
- "System.Runtime": "4.3.0-beta-24530-03",
- "System.Text.RegularExpressions": "4.3.0-beta-24530-03",
+ "Microsoft.NETCore.Platforms": "1.0.2-beta-24601-02",
+ "System.Globalization": "4.3.0-beta-24601-02",
+ "System.IO": "4.3.0-beta-24601-02",
+ "System.Linq.Expressions": "4.3.0-beta-24601-02",
+ "System.ObjectModel": "4.3.0-beta-24601-02",
+ "System.Reflection.TypeExtensions": "4.3.0-beta-24601-02",
+ "System.Runtime": "4.3.0-beta-24601-02",
+ "System.Text.RegularExpressions": "4.3.0-beta-24601-02",
"test-runtime": {
"target": "project",
"exclude": "compile"
@@ -19,7 +19,7 @@
"netstandard1.3": {},
"netstandard1.7": {
"dependencies": {
- "System.Runtime.Serialization.Formatters": "4.3.0-beta-24530-03"
+ "System.Runtime.Serialization.Formatters": "4.3.0-beta-24601-02"
}
}
},