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-07 11:22:05 +0300
committerStephen Toub <stoub@microsoft.com>2016-10-07 22:48:04 +0300
commit6f081ec97720eb7efd2653b91f88cda45cb43431 (patch)
treec0606dc2c2adb05d6c8158795d86a28ae5988a74 /src/System.Text.Encodings.Web/tests/project.json
parentc0f94ec17aefdee391471f469fd4ee52b2fecee7 (diff)
Update CoreClr, CoreFx, ProjectNTfs to beta-24607-02, beta-24607-03, beta-24607-00, respectively
Diffstat (limited to 'src/System.Text.Encodings.Web/tests/project.json')
-rw-r--r--src/System.Text.Encodings.Web/tests/project.json20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/System.Text.Encodings.Web/tests/project.json b/src/System.Text.Encodings.Web/tests/project.json
index 26ea8fa445..35a2716da4 100644
--- a/src/System.Text.Encodings.Web/tests/project.json
+++ b/src/System.Text.Encodings.Web/tests/project.json
@@ -1,15 +1,15 @@
{
"dependencies": {
- "Microsoft.NETCore.Platforms": "1.0.2-beta-24604-02",
- "System.Globalization": "4.3.0-beta-24604-02",
- "System.IO": "4.3.0-beta-24604-02",
- "System.Linq.Expressions": "4.3.0-beta-24604-02",
- "System.ObjectModel": "4.3.0-beta-24604-02",
- "System.Reflection": "4.3.0-beta-24604-02",
- "System.Reflection.Extensions": "4.3.0-beta-24604-02",
- "System.Text.Encoding.Extensions": "4.3.0-beta-24604-02",
- "System.Text.RegularExpressions": "4.3.0-beta-24604-02",
- "System.Threading": "4.3.0-beta-24604-02",
+ "Microsoft.NETCore.Platforms": "1.2.0-beta-24607-03",
+ "System.Globalization": "4.4.0-beta-24607-03",
+ "System.IO": "4.4.0-beta-24607-03",
+ "System.Linq.Expressions": "4.4.0-beta-24607-03",
+ "System.ObjectModel": "4.4.0-beta-24607-03",
+ "System.Reflection": "4.4.0-beta-24607-03",
+ "System.Reflection.Extensions": "4.4.0-beta-24607-03",
+ "System.Text.Encoding.Extensions": "4.4.0-beta-24607-03",
+ "System.Text.RegularExpressions": "4.4.0-beta-24607-03",
+ "System.Threading": "4.4.0-beta-24607-03",
"test-runtime": {
"target": "project",
"exclude": "compile"