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:
authorStephen Toub <stoub@microsoft.com>2016-10-08 15:25:01 +0300
committerStephen Toub <stoub@microsoft.com>2016-10-08 15:25:01 +0300
commit0fe592ec0a6be3cb49ecf37a798ca482b0d261dc (patch)
treef03cd9fc9b6b235a23aabdfa98e552d1e72ec179 /src/System.Security.Cryptography.Encoding/tests
parent1c5729278c76441f88e808f87bc2aaeab5b7fae0 (diff)
Update CoreClr, CoreFx to beta-24608-02, beta-24608-01, respectively (master)
Diffstat (limited to 'src/System.Security.Cryptography.Encoding/tests')
-rw-r--r--src/System.Security.Cryptography.Encoding/tests/project.json20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/System.Security.Cryptography.Encoding/tests/project.json b/src/System.Security.Cryptography.Encoding/tests/project.json
index 0d7eb0f3f1..29af3f6a76 100644
--- a/src/System.Security.Cryptography.Encoding/tests/project.json
+++ b/src/System.Security.Cryptography.Encoding/tests/project.json
@@ -1,15 +1,15 @@
{
"dependencies": {
- "Microsoft.NETCore.Platforms": "1.0.2-beta-24604-02",
- "System.Linq": "4.3.0-beta-24604-02",
- "System.Linq.Expressions": "4.3.0-beta-24604-02",
- "System.ObjectModel": "4.3.0-beta-24604-02",
- "System.Runtime": "4.3.0-beta-24604-02",
- "System.Resources.ResourceManager": "4.3.0-beta-24604-02",
- "System.Runtime.Numerics": "4.3.0-beta-24604-02",
- "System.Security.Cryptography.Primitives": "4.3.0-beta-24604-02",
- "System.Text.RegularExpressions": "4.3.0-beta-24604-02",
- "System.Xml.XmlSerializer": "4.3.0-beta-24604-02",
+ "Microsoft.NETCore.Platforms": "1.2.0-beta-24608-01",
+ "System.Linq": "4.4.0-beta-24608-01",
+ "System.Linq.Expressions": "4.4.0-beta-24608-01",
+ "System.ObjectModel": "4.4.0-beta-24608-01",
+ "System.Runtime": "4.4.0-beta-24608-01",
+ "System.Resources.ResourceManager": "4.4.0-beta-24608-01",
+ "System.Runtime.Numerics": "4.4.0-beta-24608-01",
+ "System.Security.Cryptography.Primitives": "4.4.0-beta-24608-01",
+ "System.Text.RegularExpressions": "4.4.0-beta-24608-01",
+ "System.Xml.XmlSerializer": "4.4.0-beta-24608-01",
"Microsoft.xunit.netcore.extensions": "1.0.0-prerelease-00830-02",
"Microsoft.DotNet.BuildTools.TestSuite": "1.0.0-prerelease-00830-02",
"Microsoft.DotNet.xunit.performance": "1.0.0-alpha-build0040",