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:
authorJose Perez Rodriguez <joperezr@microsoft.com>2016-11-03 20:23:38 +0300
committerJose Perez Rodriguez <joperezr@microsoft.com>2016-11-03 20:23:38 +0300
commit39b5977106283eb0017dbc43af7f4d6b195753b1 (patch)
treee47cf9071b16b6d056e96cf117c675967e1e1bc8 /src/System.Security.Cryptography.Encoding
parentadd04aeddd651c72a8242ac1f00deee0f2556a18 (diff)
Updating corefx versions to beta-24703-01
Diffstat (limited to 'src/System.Security.Cryptography.Encoding')
-rw-r--r--src/System.Security.Cryptography.Encoding/ref/project.json4
-rw-r--r--src/System.Security.Cryptography.Encoding/src/project.json24
2 files changed, 14 insertions, 14 deletions
diff --git a/src/System.Security.Cryptography.Encoding/ref/project.json b/src/System.Security.Cryptography.Encoding/ref/project.json
index c38a1ba409..97b376b77d 100644
--- a/src/System.Security.Cryptography.Encoding/ref/project.json
+++ b/src/System.Security.Cryptography.Encoding/ref/project.json
@@ -1,7 +1,7 @@
{
"dependencies": {
- "System.Runtime": "4.4.0-beta-24701-01",
- "System.Security.Cryptography.Primitives": "4.4.0-beta-24701-01"
+ "System.Runtime": "4.4.0-beta-24703-01",
+ "System.Security.Cryptography.Primitives": "4.4.0-beta-24703-01"
},
"frameworks": {
"netstandard1.7": {}
diff --git a/src/System.Security.Cryptography.Encoding/src/project.json b/src/System.Security.Cryptography.Encoding/src/project.json
index 474adabf68..4d2f09bc36 100644
--- a/src/System.Security.Cryptography.Encoding/src/project.json
+++ b/src/System.Security.Cryptography.Encoding/src/project.json
@@ -2,18 +2,18 @@
"frameworks": {
"netstandard1.7": {
"dependencies": {
- "Microsoft.NETCore.Platforms": "1.2.0-beta-24701-01",
- "System.Collections": "4.4.0-beta-24701-01",
- "System.Collections.Concurrent": "4.4.0-beta-24701-01",
- "System.Diagnostics.Contracts": "4.4.0-beta-24701-01",
- "System.Diagnostics.Debug": "4.4.0-beta-24701-01",
- "System.Linq": "4.4.0-beta-24701-01",
- "System.Resources.ResourceManager": "4.4.0-beta-24701-01",
- "System.Runtime": "4.4.0-beta-24701-01",
- "System.Runtime.Extensions": "4.4.0-beta-24701-01",
- "System.Runtime.InteropServices": "4.4.0-beta-24701-01",
- "System.Text.Encoding": "4.4.0-beta-24701-01",
- "System.Security.Cryptography.Primitives": "4.4.0-beta-24701-01"
+ "Microsoft.NETCore.Platforms": "1.2.0-beta-24703-01",
+ "System.Collections": "4.4.0-beta-24703-01",
+ "System.Collections.Concurrent": "4.4.0-beta-24703-01",
+ "System.Diagnostics.Contracts": "4.4.0-beta-24703-01",
+ "System.Diagnostics.Debug": "4.4.0-beta-24703-01",
+ "System.Linq": "4.4.0-beta-24703-01",
+ "System.Resources.ResourceManager": "4.4.0-beta-24703-01",
+ "System.Runtime": "4.4.0-beta-24703-01",
+ "System.Runtime.Extensions": "4.4.0-beta-24703-01",
+ "System.Runtime.InteropServices": "4.4.0-beta-24703-01",
+ "System.Text.Encoding": "4.4.0-beta-24703-01",
+ "System.Security.Cryptography.Primitives": "4.4.0-beta-24703-01"
}
},
"net463": {