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-30 22:24:02 +0300
committerdotnet-bot <dotnet-bot@microsoft.com>2016-09-30 22:24:02 +0300
commit76746a58dabb98d6df8d5404b9fe00c66404a427 (patch)
tree375cdef9b0f0e793ed2dc00e9b006e339921b9e1 /src/System.Drawing.Primitives/tests
parentaa4a82c49e2edfd95236657dae6ca67fc31e1f4c (diff)
Update CoreClr, CoreFx to beta-24530-04, beta-24530-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 28cab2aff8..4db1b5a9ec 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-01",
- "System.Globalization": "4.3.0-beta-24530-01",
- "System.IO": "4.3.0-beta-24530-01",
- "System.Linq.Expressions": "4.3.0-beta-24530-01",
- "System.ObjectModel": "4.3.0-beta-24530-01",
- "System.Reflection.TypeExtensions": "4.3.0-beta-24530-01",
- "System.Runtime": "4.3.0-beta-24530-01",
- "System.Text.RegularExpressions": "4.3.0-beta-24530-01",
+ "Microsoft.NETCore.Platforms": "1.0.2-beta-24530-02",
+ "System.Globalization": "4.3.0-beta-24530-02",
+ "System.IO": "4.3.0-beta-24530-02",
+ "System.Linq.Expressions": "4.3.0-beta-24530-02",
+ "System.ObjectModel": "4.3.0-beta-24530-02",
+ "System.Reflection.TypeExtensions": "4.3.0-beta-24530-02",
+ "System.Runtime": "4.3.0-beta-24530-02",
+ "System.Text.RegularExpressions": "4.3.0-beta-24530-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-01"
+ "System.Runtime.Serialization.Formatters": "4.3.0-beta-24530-02"
}
}
},