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

This commit is contained in:
N. Taylor Mullen 2015-11-12 12:23:07 -08:00
parent f813d3cce8
commit bb8141710d
11 changed files with 73 additions and 73 deletions

View File

@ -10,7 +10,7 @@
"keyFile": "../../tools/Key.snk" "keyFile": "../../tools/Key.snk"
}, },
"dependencies": { "dependencies": {
"System.Text.Encodings.Web": "4.0.0-beta-*" "System.Text.Encodings.Web": "4.0.0-*"
}, },
"frameworks": { "frameworks": {
"net451": { "net451": {
@ -21,8 +21,8 @@
}, },
"dotnet5.4": { "dotnet5.4": {
"dependencies": { "dependencies": {
"System.Resources.ResourceManager": "4.0.1-beta-*" "System.Resources.ResourceManager": "4.0.1-*"
} }
} }
} }
} }

View File

@ -15,7 +15,7 @@
"type": "build", "type": "build",
"version": "1.0.0-*" "version": "1.0.0-*"
}, },
"System.Text.Encodings.Web": "4.0.0-beta-*" "System.Text.Encodings.Web": "4.0.0-*"
}, },
"frameworks": { "frameworks": {
"net451": { "net451": {
@ -26,22 +26,22 @@
}, },
"dotnet5.4": { "dotnet5.4": {
"dependencies": { "dependencies": {
"System.Collections": "4.0.11-beta-*", "System.Collections": "4.0.11-*",
"System.ComponentModel": "4.0.1-beta-*", "System.ComponentModel": "4.0.1-*",
"System.Diagnostics.Tools": "4.0.1-beta-*", "System.Diagnostics.Tools": "4.0.1-*",
"System.Globalization": "4.0.11-beta-*", "System.Globalization": "4.0.11-*",
"System.Globalization.Extensions": "4.0.1-beta-*", "System.Globalization.Extensions": "4.0.1-*",
"System.Linq": "4.0.1-beta-*", "System.Linq": "4.0.1-*",
"System.Linq.Expressions": "4.0.11-beta-*", "System.Linq.Expressions": "4.0.11-*",
"System.Net.Primitives": "4.0.11-beta-*", "System.Net.Primitives": "4.0.11-*",
"System.Net.WebSockets": "4.0.0-beta-*", "System.Net.WebSockets": "4.0.0-*",
"System.Reflection.TypeExtensions": "4.0.1-beta-*", "System.Reflection.TypeExtensions": "4.0.1-*",
"System.Runtime": "4.0.21-beta-*", "System.Runtime": "4.0.21-*",
"System.Runtime.InteropServices": "4.0.21-beta-*", "System.Runtime.InteropServices": "4.0.21-*",
"System.Security.Claims": "4.0.1-beta-*", "System.Security.Claims": "4.0.1-*",
"System.Security.Cryptography.X509Certificates": "4.0.0-beta-*", "System.Security.Cryptography.X509Certificates": "4.0.0-*",
"System.Security.Principal": "4.0.1-beta-*", "System.Security.Principal": "4.0.1-*",
"System.Threading.Tasks": "4.0.11-beta-*" "System.Threading.Tasks": "4.0.11-*"
} }
} }
} }

View File

@ -17,9 +17,9 @@
"net451": {}, "net451": {},
"dotnet5.4": { "dotnet5.4": {
"dependencies": { "dependencies": {
"System.IO.FileSystem": "4.0.1-beta-*", "System.IO.FileSystem": "4.0.1-*",
"System.Runtime": "4.0.21-beta-*", "System.Runtime": "4.0.21-*",
"System.Resources.ResourceManager": "4.0.1-beta-*" "System.Resources.ResourceManager": "4.0.1-*"
} }
} }
} }

View File

@ -16,15 +16,15 @@
"net451": {}, "net451": {},
"dotnet5.4": { "dotnet5.4": {
"dependencies": { "dependencies": {
"System.Collections": "4.0.11-beta-*", "System.Collections": "4.0.11-*",
"System.Linq": "4.0.1-beta-*", "System.Linq": "4.0.1-*",
"System.Net.Primitives": "4.0.11-beta-*", "System.Net.Primitives": "4.0.11-*",
"System.Net.WebSockets": "4.0.0-beta-*", "System.Net.WebSockets": "4.0.0-*",
"System.Runtime.Extensions": "4.0.11-beta-*", "System.Runtime.Extensions": "4.0.11-*",
"System.Security.Claims": "4.0.1-beta-*", "System.Security.Claims": "4.0.1-*",
"System.Security.Cryptography.X509Certificates": "4.0.0-beta-*", "System.Security.Cryptography.X509Certificates": "4.0.0-*",
"System.Security.Principal": "4.0.1-beta-*" "System.Security.Principal": "4.0.1-*"
} }
} }
} }
} }

View File

@ -19,10 +19,10 @@
"net451": {}, "net451": {},
"dotnet5.4": { "dotnet5.4": {
"dependencies": { "dependencies": {
"System.Diagnostics.Debug": "4.0.11-beta-*", "System.Diagnostics.Debug": "4.0.11-*",
"System.Text.Encoding": "4.0.11-beta-*", "System.Text.Encoding": "4.0.11-*",
"System.Threading": "4.0.11-beta-*" "System.Threading": "4.0.11-*"
} }
} }
} }
} }

View File

@ -16,21 +16,21 @@
"net451": {}, "net451": {},
"dotnet5.4": { "dotnet5.4": {
"dependencies": { "dependencies": {
"System.Collections": "4.0.11-beta-*", "System.Collections": "4.0.11-*",
"System.ComponentModel": "4.0.1-beta-*", "System.ComponentModel": "4.0.1-*",
"System.Diagnostics.Tools": "4.0.1-beta-*", "System.Diagnostics.Tools": "4.0.1-*",
"System.Globalization": "4.0.11-beta-*", "System.Globalization": "4.0.11-*",
"System.IO": "4.0.11-beta-*", "System.IO": "4.0.11-*",
"System.Linq": "4.0.1-beta-*", "System.Linq": "4.0.1-*",
"System.Net.Primitives": "4.0.11-beta-*", "System.Net.Primitives": "4.0.11-*",
"System.Runtime": "4.0.21-beta-*", "System.Runtime": "4.0.21-*",
"System.Runtime.Extensions": "4.0.11-beta-*", "System.Runtime.Extensions": "4.0.11-*",
"System.Runtime.InteropServices": "4.0.21-beta-*", "System.Runtime.InteropServices": "4.0.21-*",
"System.Security.Claims": "4.0.1-beta-*", "System.Security.Claims": "4.0.1-*",
"System.Security.Cryptography.X509Certificates": "4.0.0-beta-*", "System.Security.Cryptography.X509Certificates": "4.0.0-*",
"System.Security.Principal": "4.0.1-beta-*", "System.Security.Principal": "4.0.1-*",
"System.Threading.Tasks": "4.0.11-beta-*" "System.Threading.Tasks": "4.0.11-*"
} }
} }
} }
} }

View File

@ -11,7 +11,7 @@
}, },
"dependencies": { "dependencies": {
"Microsoft.Extensions.Primitives": "1.0.0-*", "Microsoft.Extensions.Primitives": "1.0.0-*",
"System.Text.Encodings.Web": "4.0.0-beta-*" "System.Text.Encodings.Web": "4.0.0-*"
}, },
"frameworks": { "frameworks": {
"net451": { "net451": {
@ -21,13 +21,13 @@
}, },
"dotnet5.4": { "dotnet5.4": {
"dependencies": { "dependencies": {
"System.Collections": "4.0.11-beta-*", "System.Collections": "4.0.11-*",
"System.Diagnostics.Debug": "4.0.11-beta-*", "System.Diagnostics.Debug": "4.0.11-*",
"System.IO": "4.0.11-beta-*", "System.IO": "4.0.11-*",
"System.IO.FileSystem": "4.0.1-beta-*", "System.IO.FileSystem": "4.0.1-*",
"System.Runtime": "4.0.21-beta-*", "System.Runtime": "4.0.21-*",
"System.Runtime.Extensions": "4.0.11-beta-*" "System.Runtime.Extensions": "4.0.11-*"
} }
} }
} }
} }

View File

@ -10,9 +10,9 @@
"net451": {}, "net451": {},
"dotnet5.4": { "dotnet5.4": {
"dependencies": { "dependencies": {
"System.Resources.ResourceManager": "4.0.1-beta-*", "System.Resources.ResourceManager": "4.0.1-*",
"System.Runtime": "4.0.21-beta-*" "System.Runtime": "4.0.21-*"
} }
} }
} }
} }

View File

@ -13,7 +13,7 @@
"dependencies": { "dependencies": {
"Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-*", "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-*",
"Microsoft.Extensions.OptionsModel": "1.0.0-*", "Microsoft.Extensions.OptionsModel": "1.0.0-*",
"System.Text.Encodings.Web": "4.0.0-beta-*" "System.Text.Encodings.Web": "4.0.0-*"
}, },
"frameworks": { "frameworks": {
"net451": { "net451": {
@ -24,4 +24,4 @@
}, },
"dotnet5.4": {} "dotnet5.4": {}
} }
} }

View File

@ -13,14 +13,14 @@
"net451": {}, "net451": {},
"dotnet5.4": { "dotnet5.4": {
"dependencies": { "dependencies": {
"System.Collections": "4.0.11-beta-*", "System.Collections": "4.0.11-*",
"System.Diagnostics.Contracts": "4.0.1-beta-*", "System.Diagnostics.Contracts": "4.0.1-*",
"System.Globalization": "4.0.11-beta-*", "System.Globalization": "4.0.11-*",
"System.Globalization.Extensions": "4.0.1-beta-*", "System.Globalization.Extensions": "4.0.1-*",
"System.Linq": "4.0.1-beta-*", "System.Linq": "4.0.1-*",
"System.Text.Encoding": "4.0.11-beta-*", "System.Text.Encoding": "4.0.11-*",
"System.Runtime": "4.0.21-beta-*" "System.Runtime": "4.0.21-*"
} }
} }
} }
} }

View File

@ -17,7 +17,7 @@
"dnx451": { }, "dnx451": { },
"dnxcore50": { "dnxcore50": {
"dependencies": { "dependencies": {
"System.Text.Encoding.Extensions": "4.0.11-beta-*" "System.Text.Encoding.Extensions": "4.0.11-*"
} }
} }
} }