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>2016-12-11 06:39:39 +0300
committerdotnet-bot <dotnet-bot@microsoft.com>2016-12-11 06:39:39 +0300
commit311289fced622546cf385e5255684694f5161f3c (patch)
treecac3fcdd9944ef0a96b9dfde33e63b6eb8b0d673 /src/System.Text.RegularExpressions
parentc790c0b7a81cdd51ce7b0860c219c36d20b112f6 (diff)
Update CoreClr, CoreFx to beta-24811-01, beta-24811-01, respectively
Diffstat (limited to 'src/System.Text.RegularExpressions')
-rw-r--r--src/System.Text.RegularExpressions/ref/project.json6
-rw-r--r--src/System.Text.RegularExpressions/src/project.json22
2 files changed, 14 insertions, 14 deletions
diff --git a/src/System.Text.RegularExpressions/ref/project.json b/src/System.Text.RegularExpressions/ref/project.json
index 101c40212e..4bdbe5c334 100644
--- a/src/System.Text.RegularExpressions/ref/project.json
+++ b/src/System.Text.RegularExpressions/ref/project.json
@@ -1,8 +1,8 @@
{
"dependencies": {
- "System.Collections.NonGeneric": "4.4.0-beta-24810-03",
- "System.Runtime": "4.4.0-beta-24810-03",
- "System.Runtime.Extensions": "4.4.0-beta-24810-03"
+ "System.Collections.NonGeneric": "4.4.0-beta-24811-01",
+ "System.Runtime": "4.4.0-beta-24811-01",
+ "System.Runtime.Extensions": "4.4.0-beta-24811-01"
},
"frameworks": {
"netstandard1.7": {},
diff --git a/src/System.Text.RegularExpressions/src/project.json b/src/System.Text.RegularExpressions/src/project.json
index a8e85fbb79..255db4511f 100644
--- a/src/System.Text.RegularExpressions/src/project.json
+++ b/src/System.Text.RegularExpressions/src/project.json
@@ -2,17 +2,17 @@
"frameworks": {
"netstandard1.7": {
"dependencies": {
- "Microsoft.NETCore.Platforms": "1.2.0-beta-24810-03",
- "System.Collections": "4.4.0-beta-24810-03",
- "System.Collections.NonGeneric": "4.4.0-beta-24810-03",
- "System.Diagnostics.Debug": "4.4.0-beta-24810-03",
- "System.Diagnostics.Tools": "4.4.0-beta-24810-03",
- "System.Globalization": "4.4.0-beta-24810-03",
- "System.Resources.ResourceManager": "4.4.0-beta-24810-03",
- "System.Runtime": "4.4.0-beta-24810-03",
- "System.Runtime.Extensions": "4.4.0-beta-24810-03",
- "System.Threading": "4.4.0-beta-24810-03",
- "System.Threading.Tasks": "4.4.0-beta-24810-03"
+ "Microsoft.NETCore.Platforms": "1.2.0-beta-24811-01",
+ "System.Collections": "4.4.0-beta-24811-01",
+ "System.Collections.NonGeneric": "4.4.0-beta-24811-01",
+ "System.Diagnostics.Debug": "4.4.0-beta-24811-01",
+ "System.Diagnostics.Tools": "4.4.0-beta-24811-01",
+ "System.Globalization": "4.4.0-beta-24811-01",
+ "System.Resources.ResourceManager": "4.4.0-beta-24811-01",
+ "System.Runtime": "4.4.0-beta-24811-01",
+ "System.Runtime.Extensions": "4.4.0-beta-24811-01",
+ "System.Threading": "4.4.0-beta-24811-01",
+ "System.Threading.Tasks": "4.4.0-beta-24811-01"
}
},
"net463": {