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:
Diffstat (limited to 'src/System.Security.Cryptography.ProtectedData/tests/project.json')
-rw-r--r--src/System.Security.Cryptography.ProtectedData/tests/project.json18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/System.Security.Cryptography.ProtectedData/tests/project.json b/src/System.Security.Cryptography.ProtectedData/tests/project.json
index 502791a8ec..578a17a08a 100644
--- a/src/System.Security.Cryptography.ProtectedData/tests/project.json
+++ b/src/System.Security.Cryptography.ProtectedData/tests/project.json
@@ -1,14 +1,14 @@
{
"dependencies": {
- "Microsoft.NETCore.Platforms": "1.0.2-beta-devapi-24424-01",
- "System.IO": "4.2.0-beta-devapi-24424-01",
- "System.Linq.Expressions": "4.2.0-beta-devapi-24424-01",
- "System.ObjectModel": "4.0.13-beta-devapi-24424-01",
- "System.Runtime": "4.2.0-beta-devapi-24424-01",
- "System.Runtime.Numerics": "4.0.2-beta-devapi-24424-01",
- "System.Security.Cryptography.Algorithms": "4.2.1-beta-devapi-24424-01",
- "System.Text.Encoding.Extensions": "4.0.12-beta-devapi-24424-01",
- "System.Text.RegularExpressions": "4.2.0-beta-devapi-24424-01",
+ "Microsoft.NETCore.Platforms": "4.3.0-beta-devapi-24502-02",
+ "System.IO": "4.3.0-beta-devapi-24502-02",
+ "System.Linq.Expressions": "4.3.0-beta-devapi-24502-02",
+ "System.ObjectModel": "4.3.0-beta-devapi-24502-02",
+ "System.Runtime": "4.3.0-beta-devapi-24502-02",
+ "System.Runtime.Numerics": "4.3.0-beta-devapi-24502-02",
+ "System.Security.Cryptography.Algorithms": "4.3.0-beta-devapi-24502-02",
+ "System.Text.Encoding.Extensions": "4.3.0-beta-devapi-24502-02",
+ "System.Text.RegularExpressions": "4.3.0-beta-devapi-24502-02",
"test-runtime": {
"target": "project",
"exclude": "compile"