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-24 16:24:36 +0300
committerdotnet-bot <dotnet-bot@microsoft.com>2017-03-24 16:24:36 +0300
commit6cc8949af373e7a54c35e8dc04727253861601fd (patch)
treed813e81b93fadca1e1acb752f74ec05d33597fbd /external
parent0618f56cbc58e7a1f50a43c2d98cfbc6dcdd7bcd (diff)
Update Standard to beta-25124-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 378439decc..70bd384834 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-25123-01",
+ "NETStandard.Library": "2.0.0-beta-25124-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 6d4470a6a3..09f46a3da7 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-25123-01"
+ "NETStandard.Library": "2.0.0-beta-25124-01"
}
}
}