Pin versions
This commit is contained in:
parent
a526454321
commit
b94519b821
|
|
@ -2,7 +2,7 @@
|
||||||
"version": "1.1.0-*",
|
"version": "1.1.0-*",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNetCore.Server.WebListener": "1.0.0-rc1-*",
|
"Microsoft.AspNetCore.Server.WebListener": "1.0.0-rc1-*",
|
||||||
"Microsoft.Extensions.Logging.Console": "1.0.0-*"
|
"Microsoft.Extensions.Logging.Console": "1.0.0"
|
||||||
},
|
},
|
||||||
"buildOptions": {
|
"buildOptions": {
|
||||||
"emitEntryPoint": true
|
"emitEntryPoint": true
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNetCore.Server.WebListener": "1.0.0-rc1-*",
|
"Microsoft.AspNetCore.Server.WebListener": "1.0.0-rc1-*",
|
||||||
"Microsoft.Extensions.Logging.Console": "1.0.0-*"
|
"Microsoft.Extensions.Logging.Console": "1.0.0"
|
||||||
},
|
},
|
||||||
"buildOptions": {
|
"buildOptions": {
|
||||||
"emitEntryPoint": true
|
"emitEntryPoint": true
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@
|
||||||
"net451": {},
|
"net451": {},
|
||||||
"netstandard1.3": {
|
"netstandard1.3": {
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"System.Security.Claims": "4.0.1-*"
|
"System.Security.Claims": "4.0.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -28,22 +28,22 @@
|
||||||
"type": "build",
|
"type": "build",
|
||||||
"version": "1.1.0-*"
|
"version": "1.1.0-*"
|
||||||
},
|
},
|
||||||
"Microsoft.Win32.Primitives": "4.0.1-*",
|
"Microsoft.Win32.Primitives": "4.0.1",
|
||||||
"System.Diagnostics.Contracts": "4.0.1-*",
|
"System.Diagnostics.Contracts": "4.0.1",
|
||||||
"System.Diagnostics.Debug": "4.0.11-*",
|
"System.Diagnostics.Debug": "4.0.11",
|
||||||
"System.Diagnostics.Tools": "4.0.1-*",
|
"System.Diagnostics.Tools": "4.0.1",
|
||||||
"System.IO": "4.1.0-*",
|
"System.IO": "4.1.0",
|
||||||
"System.IO.FileSystem": "4.0.1-*",
|
"System.IO.FileSystem": "4.0.1",
|
||||||
"System.Net.Primitives": "4.0.11-*",
|
"System.Net.Primitives": "4.0.11",
|
||||||
"System.Net.WebSockets": "4.0.0-*",
|
"System.Net.WebSockets": "4.0.0",
|
||||||
"System.Runtime.Extensions": "4.1.0-*",
|
"System.Runtime.Extensions": "4.1.0",
|
||||||
"System.Runtime.InteropServices": "4.1.0-*",
|
"System.Runtime.InteropServices": "4.1.0",
|
||||||
"System.Security.Claims": "4.0.1-*",
|
"System.Security.Claims": "4.0.1",
|
||||||
"System.Security.Cryptography.X509Certificates": "4.1.0-*",
|
"System.Security.Cryptography.X509Certificates": "4.1.0",
|
||||||
"System.Security.Principal.Windows": "4.0.0-*",
|
"System.Security.Principal.Windows": "4.0.0",
|
||||||
"System.Text.Encoding.Extensions": "4.0.11-*",
|
"System.Text.Encoding.Extensions": "4.0.11",
|
||||||
"System.Threading": "4.0.11-*",
|
"System.Threading": "4.0.11",
|
||||||
"System.Threading.Overlapped": "4.0.1-*",
|
"System.Threading.Overlapped": "4.0.1",
|
||||||
"System.Threading.Timer": "4.0.1"
|
"System.Threading.Timer": "4.0.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"dotnet-test-xunit": "2.2.0-*",
|
"dotnet-test-xunit": "2.2.0-*",
|
||||||
"Microsoft.AspNetCore.Server.WebListener": "1.0.0-rc1-*",
|
"Microsoft.AspNetCore.Server.WebListener": "1.0.0-rc1-*",
|
||||||
"Microsoft.AspNetCore.Testing": "1.0.0-*",
|
"Microsoft.AspNetCore.Testing": "1.0.0",
|
||||||
"xunit": "2.2.0-*"
|
"xunit": "2.2.0-*"
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"dotnet-test-xunit": "2.2.0-*",
|
"dotnet-test-xunit": "2.2.0-*",
|
||||||
"Microsoft.Net.Http.Server": "1.0.0-rc1-*",
|
"Microsoft.Net.Http.Server": "1.0.0-rc1-*",
|
||||||
"Microsoft.AspNetCore.Testing": "1.0.0-*",
|
"Microsoft.AspNetCore.Testing": "1.0.0",
|
||||||
"xunit": "2.2.0-*"
|
"xunit": "2.2.0-*"
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue