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-03-01 23:21:13 +0300
committerdotnet-bot <dotnet-bot@microsoft.com>2017-03-01 23:21:13 +0300
commit84764e75f0789083c8ee75cf52d9424959f6e3dc (patch)
treed6b600f912882a509078ffb469ea5d2c5bf72d2f /external/netstandard
parent33acd0bf3341af4c19d881597352aa45729e1539 (diff)
Update CoreClr, Standard to beta-25101-04, beta-25101-03, respectively
Diffstat (limited to 'external/netstandard')
-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 a20616f383..430654c08f 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-beta-25101-02",
+ "NETStandard.Library": "2.0.0-beta-25101-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 72621b2e1d..439502b313 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-beta-25101-02"
+ "NETStandard.Library": "2.0.0-beta-25101-03"
}
}
}