Remove System beta tag in project.json for coreclr packages.
This commit is contained in:
parent
e5ff33eda2
commit
86e1924cad
|
|
@ -10,7 +10,7 @@
|
|||
},
|
||||
"dnxcore50": {
|
||||
"dependencies": {
|
||||
"System.Console": "4.0.0-beta-*"
|
||||
"System.Console": "4.0.0-*"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -15,8 +15,8 @@
|
|||
"net451": { },
|
||||
"dotnet5.4": {
|
||||
"dependencies": {
|
||||
"System.Net.Security": "4.0.0-beta-*"
|
||||
"System.Net.Security": "4.0.0-*"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
"dependencies": {
|
||||
"Microsoft.AspNet.Hosting": "1.0.0-*",
|
||||
"Microsoft.Extensions.Logging.Abstractions": "1.0.0-*",
|
||||
"System.Numerics.Vectors": "4.1.1-beta-*",
|
||||
"System.Numerics.Vectors": "4.1.1-*",
|
||||
"Microsoft.StandardsPolice": {
|
||||
"version": "1.0.0-*",
|
||||
"type": "build"
|
||||
|
|
@ -27,42 +27,42 @@
|
|||
"net451": { },
|
||||
"dnxcore50": {
|
||||
"dependencies": {
|
||||
"System.Collections": "4.0.11-beta-*",
|
||||
"System.Diagnostics.Debug": "4.0.11-beta-*",
|
||||
"System.Diagnostics.TraceSource": "4.0.0-beta-*",
|
||||
"System.Diagnostics.Tracing": "4.0.21-beta-*",
|
||||
"System.Globalization": "4.0.11-beta-*",
|
||||
"System.IO": "4.0.11-beta-*",
|
||||
"System.Linq": "4.0.1-beta-*",
|
||||
"System.Net.Primitives": "4.0.11-beta-*",
|
||||
"System.Runtime.Extensions": "4.0.11-beta-*",
|
||||
"System.Runtime.InteropServices": "4.0.21-beta-*",
|
||||
"System.Text.Encoding": "4.0.11-beta-*",
|
||||
"System.Threading": "4.0.11-beta-*",
|
||||
"System.Threading.Tasks": "4.0.11-beta-*",
|
||||
"System.Threading.Thread": "4.0.0-beta-*",
|
||||
"System.Threading.ThreadPool": "4.0.10-beta-*",
|
||||
"System.Threading.Timer": "4.0.1-beta-*"
|
||||
"System.Collections": "4.0.11-*",
|
||||
"System.Diagnostics.Debug": "4.0.11-*",
|
||||
"System.Diagnostics.TraceSource": "4.0.0-*",
|
||||
"System.Diagnostics.Tracing": "4.0.21-*",
|
||||
"System.Globalization": "4.0.11-*",
|
||||
"System.IO": "4.0.11-*",
|
||||
"System.Linq": "4.0.1-*",
|
||||
"System.Net.Primitives": "4.0.11-*",
|
||||
"System.Runtime.Extensions": "4.0.11-*",
|
||||
"System.Runtime.InteropServices": "4.0.21-*",
|
||||
"System.Text.Encoding": "4.0.11-*",
|
||||
"System.Threading": "4.0.11-*",
|
||||
"System.Threading.Tasks": "4.0.11-*",
|
||||
"System.Threading.Thread": "4.0.0-*",
|
||||
"System.Threading.ThreadPool": "4.0.10-*",
|
||||
"System.Threading.Timer": "4.0.1-*"
|
||||
}
|
||||
},
|
||||
"dotnet5.4": {
|
||||
"dependencies": {
|
||||
"System.Collections": "4.0.11-beta-*",
|
||||
"System.Diagnostics.Debug": "4.0.11-beta-*",
|
||||
"System.Diagnostics.TraceSource": "4.0.0-beta-*",
|
||||
"System.Diagnostics.Tracing": "4.0.21-beta-*",
|
||||
"System.Globalization": "4.0.11-beta-*",
|
||||
"System.IO": "4.0.11-beta-*",
|
||||
"System.Linq": "4.0.1-beta-*",
|
||||
"System.Net.Primitives": "4.0.11-beta-*",
|
||||
"System.Runtime.Extensions": "4.0.11-beta-*",
|
||||
"System.Runtime.InteropServices": "4.0.21-beta-*",
|
||||
"System.Text.Encoding": "4.0.11-beta-*",
|
||||
"System.Threading": "4.0.11-beta-*",
|
||||
"System.Threading.Tasks": "4.0.11-beta-*",
|
||||
"System.Threading.Thread": "4.0.0-beta-*",
|
||||
"System.Threading.ThreadPool": "4.0.10-beta-*",
|
||||
"System.Threading.Timer": "4.0.1-beta-*"
|
||||
"System.Collections": "4.0.11-*",
|
||||
"System.Diagnostics.Debug": "4.0.11-*",
|
||||
"System.Diagnostics.TraceSource": "4.0.0-*",
|
||||
"System.Diagnostics.Tracing": "4.0.21-*",
|
||||
"System.Globalization": "4.0.11-*",
|
||||
"System.IO": "4.0.11-*",
|
||||
"System.Linq": "4.0.1-*",
|
||||
"System.Net.Primitives": "4.0.11-*",
|
||||
"System.Runtime.Extensions": "4.0.11-*",
|
||||
"System.Runtime.InteropServices": "4.0.21-*",
|
||||
"System.Text.Encoding": "4.0.11-*",
|
||||
"System.Threading": "4.0.11-*",
|
||||
"System.Threading.Tasks": "4.0.11-*",
|
||||
"System.Threading.Thread": "4.0.0-*",
|
||||
"System.Threading.ThreadPool": "4.0.10-*",
|
||||
"System.Threading.Timer": "4.0.1-*"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
@ -87,4 +87,4 @@
|
|||
"runtimes/win10-arm/native/": "runtimes/win10-arm/native/*",
|
||||
"runtimes/osx/native/": "runtimes/osx/native/*"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
{
|
||||
"version": "1.0.0-*",
|
||||
"dependencies": {
|
||||
"Microsoft.AspNet.Http.Abstractions": "1.0.0-*",
|
||||
"Microsoft.AspNet.Server.Kestrel": "1.0.0-*",
|
||||
"System.Net.Http": "4.0.1-beta-*",
|
||||
"System.Net.Http": "4.0.1-*",
|
||||
"xunit.runner.aspnet": "2.0.0-aspnet-*"
|
||||
},
|
||||
"frameworks": {
|
||||
|
|
|
|||
|
|
@ -5,17 +5,17 @@
|
|||
"Microsoft.AspNet.Server.Kestrel": "1.0.0-*",
|
||||
"Microsoft.AspNet.Server.Kestrel.Https": "1.0.0-*",
|
||||
"Microsoft.AspNet.Testing": "1.0.0-*",
|
||||
"System.Net.Http": "4.0.1-beta-*"
|
||||
"System.Net.Http": "4.0.1-*"
|
||||
},
|
||||
"frameworks": {
|
||||
"dnx451": { },
|
||||
"dnxcore50": {
|
||||
"dependencies": {
|
||||
"System.Diagnostics.TraceSource": "4.0.0-beta-*",
|
||||
"System.IO": "4.0.11-beta-*",
|
||||
"System.Net.Http.WinHttpHandler": "4.0.0-beta-*",
|
||||
"System.Net.Sockets": "4.1.0-beta-*",
|
||||
"System.Runtime.Handles": "4.0.1-beta-*"
|
||||
"System.Diagnostics.TraceSource": "4.0.0-*",
|
||||
"System.IO": "4.0.11-*",
|
||||
"System.Net.Http.WinHttpHandler": "4.0.0-*",
|
||||
"System.Net.Sockets": "4.1.0-*",
|
||||
"System.Runtime.Handles": "4.0.1-*"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
},
|
||||
"dnxcore50": {
|
||||
"dependencies": {
|
||||
"System.Console": "4.0.0-beta-*"
|
||||
"System.Console": "4.0.0-*"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
{
|
||||
"version": "1.0.0-*",
|
||||
"description": "Microsoft.AspNet.Server.Kestrel.LibuvCopier Console Application",
|
||||
"authors": [ "pawelka" ],
|
||||
|
|
@ -19,12 +19,12 @@
|
|||
"dnx451": { },
|
||||
"dnxcore50": {
|
||||
"dependencies": {
|
||||
"Microsoft.CSharp": "4.0.1-beta-*",
|
||||
"System.Collections": "4.0.11-beta-*",
|
||||
"System.Console": "4.0.0-beta-*",
|
||||
"System.Linq": "4.0.1-beta-*",
|
||||
"System.Threading": "4.0.11-beta-*",
|
||||
"System.IO.FileSystem": "4.0.1-beta-*"
|
||||
"Microsoft.CSharp": "4.0.1-*",
|
||||
"System.Collections": "4.0.11-*",
|
||||
"System.Console": "4.0.0-*",
|
||||
"System.Linq": "4.0.1-*",
|
||||
"System.Threading": "4.0.11-*",
|
||||
"System.IO.FileSystem": "4.0.1-*"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
{
|
||||
"version": "1.0.0-*",
|
||||
|
||||
"compilationOptions": {
|
||||
|
|
@ -32,12 +32,12 @@
|
|||
},
|
||||
"dotnet5.4": {
|
||||
"dependencies": {
|
||||
"System.Console": "4.0.0-beta-*"
|
||||
"System.Console": "4.0.0-*"
|
||||
}
|
||||
},
|
||||
"dnxcore50": {
|
||||
"dependencies": {
|
||||
"System.Console": "4.0.0-beta-*"
|
||||
"System.Console": "4.0.0-*"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue