Remove System beta tag in project.json for coreclr packages.

This commit is contained in:
N. Taylor Mullen 2015-11-12 12:23:22 -08:00
parent 7b248a7789
commit 53dc4d73a4
4 changed files with 14 additions and 14 deletions

View File

@ -34,9 +34,9 @@
}, },
"dotnet5.4": { "dotnet5.4": {
"dependencies": { "dependencies": {
"System.Reflection.Extensions": "4.0.1-beta-*", "System.Reflection.Extensions": "4.0.1-*",
"System.Text.RegularExpressions": "4.0.11-beta-*" "System.Text.RegularExpressions": "4.0.11-*"
} }
} }
} }
} }

View File

@ -19,12 +19,12 @@
"net451": {}, "net451": {},
"dotnet5.4": { "dotnet5.4": {
"dependencies": { "dependencies": {
"System.Diagnostics.Tools": "4.0.1-beta-*", "System.Diagnostics.Tools": "4.0.1-*",
"System.IO.FileSystem": "4.0.1-beta-*", "System.IO.FileSystem": "4.0.1-*",
"System.Linq": "4.0.1-beta-*", "System.Linq": "4.0.1-*",
"System.Security.Cryptography.Algorithms": "4.0.0-beta-*", "System.Security.Cryptography.Algorithms": "4.0.0-*",
"System.Threading.Thread": "4.0.0-beta-*" "System.Threading.Thread": "4.0.0-*"
} }
} }
} }
} }

View File

@ -29,8 +29,8 @@
}, },
"dnxcore50": { "dnxcore50": {
"dependencies": { "dependencies": {
"System.Reflection.TypeExtensions": "4.0.1-beta-*", "System.Reflection.TypeExtensions": "4.0.1-*",
"System.Runtime.Extensions": "4.0.11-beta-*" "System.Runtime.Extensions": "4.0.11-*"
} }
} }
} }

View File

@ -21,9 +21,9 @@
}, },
"dnxcore50": { "dnxcore50": {
"dependencies": { "dependencies": {
"System.Diagnostics.TraceSource": "4.0.0-beta-*", "System.Diagnostics.TraceSource": "4.0.0-*",
"System.Reflection.TypeExtensions": "4.0.1-beta-*", "System.Reflection.TypeExtensions": "4.0.1-*",
"System.Runtime.Serialization.Primitives": "4.0.11-beta-*" "System.Runtime.Serialization.Primitives": "4.0.11-*"
} }
} }
}, },