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

This commit is contained in:
N. Taylor Mullen 2015-11-12 12:24:39 -08:00
parent 5810154826
commit a1af85beb7
13 changed files with 33 additions and 33 deletions

View File

@ -32,11 +32,11 @@
"net451": {},
"dotnet5.4": {
"dependencies": {
"Microsoft.CSharp": "4.0.1-beta-*",
"System.ComponentModel.TypeConverter": "4.0.1-beta-*",
"System.Reflection.Extensions": "4.0.1-beta-*",
"System.Text.Encoding.Extensions": "4.0.11-beta-*"
"Microsoft.CSharp": "4.0.1-*",
"System.ComponentModel.TypeConverter": "4.0.1-*",
"System.Reflection.Extensions": "4.0.1-*",
"System.Text.Encoding.Extensions": "4.0.11-*"
}
}
}
}
}

View File

@ -33,7 +33,7 @@
"version": "1.0.0-*",
"type": "build"
},
"System.Diagnostics.DiagnosticSource": "4.0.0-beta-*"
"System.Diagnostics.DiagnosticSource": "4.0.0-*"
},
"frameworks": {
"net451": {
@ -47,4 +47,4 @@
}
}
}
}
}

View File

@ -29,8 +29,8 @@
},
"dotnet5.4": {
"dependencies": {
"System.ComponentModel.Annotations": "4.0.11-beta-*"
"System.ComponentModel.Annotations": "4.0.11-*"
}
}
}
}
}

View File

@ -29,9 +29,9 @@
},
"dotnet5.4": {
"dependencies": {
"System.Runtime.Serialization.Xml": "4.1.0-beta-*",
"System.Xml.XmlSerializer": "4.0.11-beta-*"
"System.Runtime.Serialization.Xml": "4.1.0-*",
"System.Xml.XmlSerializer": "4.0.11-*"
}
}
}
}
}

View File

@ -27,10 +27,10 @@
"dotnet5.4": {
"dependencies": {
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-*",
"System.Collections.Concurrent": "4.0.11-beta-*",
"System.ComponentModel.TypeConverter": "4.0.1-beta-*",
"System.Reflection.Extensions": "4.0.1-beta-*",
"System.Text.Encoding.Extensions": "4.0.11-beta-*"
"System.Collections.Concurrent": "4.0.11-*",
"System.ComponentModel.TypeConverter": "4.0.1-*",
"System.Reflection.Extensions": "4.0.1-*",
"System.Text.Encoding.Extensions": "4.0.11-*"
}
}
},
@ -39,4 +39,4 @@
"node_modules",
"bower_components"
]
}
}

View File

@ -43,7 +43,7 @@
"dependencies": {
"System.Text.Encoding": "4.0.11-*",
"System.Runtime.Loader": "4.0.0-*",
"System.Threading.Tasks.Parallel": "4.0.1-beta-*"
"System.Threading.Tasks.Parallel": "4.0.1-*"
}
}
},

View File

@ -26,7 +26,7 @@
"net451": {},
"dotnet5.4": {
"dependencies": {
"System.Security.Cryptography.Algorithms": "4.0.0-beta-*"
"System.Security.Cryptography.Algorithms": "4.0.0-*"
}
}
},
@ -35,4 +35,4 @@
"node_modules",
"bower_components"
]
}
}

View File

@ -29,10 +29,10 @@
},
"dotnet5.4": {
"dependencies": {
"System.Net.Http": "4.0.1-beta-*",
"System.Runtime.Serialization.Xml": "4.1.0-beta-*",
"System.Xml.XmlSerializer": "4.0.11-beta-*"
"System.Net.Http": "4.0.1-*",
"System.Runtime.Serialization.Xml": "4.1.0-*",
"System.Xml.XmlSerializer": "4.0.11-*"
}
}
}
}
}

View File

@ -13,9 +13,9 @@
"net451": {},
"dotnet5.4": {
"dependencies": {
"System.IO": "4.0.11-beta-*",
"System.Resources.ResourceManager": "4.0.1-beta-*"
"System.IO": "4.0.11-*",
"System.Resources.ResourceManager": "4.0.1-*"
}
}
}
}
}

View File

@ -5,8 +5,8 @@
"dnx451": {},
"dnxcore50": {
"dependencies": {
"System.Runtime": "4.0.21-beta-*"
"System.Runtime": "4.0.21-*"
}
}
}
}
}

View File

@ -1,11 +1,11 @@
{
{
"version": "6.0.0-*",
"shared": "**/*.cs",
"frameworks": {
"dnx451": { },
"dnxcore50": {
"dependencies": {
"System.Runtime": "4.0.21-beta-*"
"System.Runtime": "4.0.21-*"
}
}
}

View File

@ -3,7 +3,7 @@
"dnx451": { },
"dnxcore50": {
"dependencies": {
"System.Runtime": "4.0.21-beta-*"
"System.Runtime": "4.0.21-*"
}
}
}

View File

@ -15,7 +15,7 @@
"dnx451": { },
"dnxcore50": {
"dependencies": {
"System.Linq.Queryable": "4.0.1-beta-*"
"System.Linq.Queryable": "4.0.1-*"
}
}
},