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>2017-04-05 16:20:19 +0300
committerdotnet-bot <dotnet-bot@microsoft.com>2017-04-05 16:20:19 +0300
commit218c6017b7814b32db29ceea46f7cc5b71e62ca2 (patch)
tree0341bc225f03e45b90ce1b52adb0683af4ee7857 /external
parent660d603cca952d5c0459517236dec041f8c369ec (diff)
Update Standard to preview1-25205-01
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 4c9f670549..b12d14dd14 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-25204-01",
+ "NETStandard.Library": "2.0.0-preview1-25205-01",
"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 6271149c85..0c93f43502 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-25204-01"
+ "NETStandard.Library": "2.0.0-preview1-25205-01"
}
}
}