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:
authorWes Haggard <weshaggard@users.noreply.github.com>2017-04-07 01:48:25 +0300
committerGitHub <noreply@github.com>2017-04-07 01:48:25 +0300
commitd175b7b8d976bab3095311b8ca11f887714e9de6 (patch)
treef7dab88f2d221fee34a4cc2af10ae52b16c6b5c9 /external
parentefebc9bd33e4c6ea69c9fde28b5521d0e2731175 (diff)
parentac38141e1d7b11ff2713efe8f64a5fcf3fe02350 (diff)
Merge pull request #18030 from weshaggard/master-UpdateDependencies
Update Standard to preview1-25206-03
Diffstat (limited to 'external')
-rw-r--r--external/netstandard/netstandard1.x/project.json.template2
-rw-r--r--external/netstandard/project.json.template2
2 files changed, 2 insertions, 2 deletions
diff --git a/external/netstandard/netstandard1.x/project.json.template b/external/netstandard/netstandard1.x/project.json.template
index 85b36fd58c..044504a0c5 100644
--- a/external/netstandard/netstandard1.x/project.json.template
+++ b/external/netstandard/netstandard1.x/project.json.template
@@ -2,7 +2,7 @@
"frameworks": {
"{TFM}": {
"dependencies": {
- "NETStandard.Library": "2.0.0-preview1-25206-01",
+ "NETStandard.Library": "2.0.0-preview1-25206-03",
"System.Diagnostics.Contracts": "4.3.0",
"System.Diagnostics.Debug": "4.3.0",
"System.Dynamic.Runtime": "4.3.0",
diff --git a/external/netstandard/project.json.template b/external/netstandard/project.json.template
index 6effa53707..887da1b01b 100644
--- a/external/netstandard/project.json.template
+++ b/external/netstandard/project.json.template
@@ -2,7 +2,7 @@
"frameworks": {
"{TFM}": {
"dependencies": {
- "NETStandard.Library": "2.0.0-preview1-25206-01"
+ "NETStandard.Library": "2.0.0-preview1-25206-03"
}
}
}