Remove System beta tag in project.json for coreclr packages.
This commit is contained in:
parent
89a9acea96
commit
b0480e874f
|
|
@ -22,24 +22,24 @@
|
||||||
},
|
},
|
||||||
"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.ComponentModel.TypeConverter": "4.0.1-beta-*",
|
"System.ComponentModel.TypeConverter": "4.0.1-*",
|
||||||
"System.Diagnostics.Debug": "4.0.11-beta-*",
|
"System.Diagnostics.Debug": "4.0.11-*",
|
||||||
"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.Linq": "4.0.1-beta-*",
|
"System.Linq": "4.0.1-*",
|
||||||
"System.Linq.Expressions": "4.0.11-beta-*",
|
"System.Linq.Expressions": "4.0.11-*",
|
||||||
"System.Linq.Queryable": "4.0.1-beta-*",
|
"System.Linq.Queryable": "4.0.1-*",
|
||||||
"System.Reflection": "4.0.11-beta-*",
|
"System.Reflection": "4.0.11-*",
|
||||||
"System.Resources.ResourceManager": "4.0.1-beta-*",
|
"System.Resources.ResourceManager": "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-*",
|
||||||
"System.Security.Claims": "4.0.1-beta-*",
|
"System.Security.Claims": "4.0.1-*",
|
||||||
"System.Security.Principal": "4.0.1-beta-*",
|
"System.Security.Principal": "4.0.1-*",
|
||||||
"System.Text.Encoding": "4.0.11-beta-*",
|
"System.Text.Encoding": "4.0.11-*",
|
||||||
"System.Threading.Tasks": "4.0.11-beta-*"
|
"System.Threading.Tasks": "4.0.11-*"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -18,15 +18,15 @@
|
||||||
"net451": {},
|
"net451": {},
|
||||||
"dotnet5.4": {
|
"dotnet5.4": {
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"System.ComponentModel": "4.0.1-beta-*",
|
"System.ComponentModel": "4.0.1-*",
|
||||||
"System.Diagnostics.Debug": "4.0.11-beta-*",
|
"System.Diagnostics.Debug": "4.0.11-*",
|
||||||
"System.Diagnostics.Tools": "4.0.1-beta-*",
|
"System.Diagnostics.Tools": "4.0.1-*",
|
||||||
"System.Globalization.Extensions": "4.0.1-beta-*",
|
"System.Globalization.Extensions": "4.0.1-*",
|
||||||
"System.Linq.Expressions": "4.0.11-beta-*",
|
"System.Linq.Expressions": "4.0.11-*",
|
||||||
"System.Linq.Queryable": "4.0.1-beta-*",
|
"System.Linq.Queryable": "4.0.1-*",
|
||||||
"System.Text.Encoding": "4.0.11-beta-*",
|
"System.Text.Encoding": "4.0.11-*",
|
||||||
"System.Text.RegularExpressions": "4.0.11-beta-*"
|
"System.Text.RegularExpressions": "4.0.11-*"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue