Relocating dependencies

This commit is contained in:
John Luo 2016-02-01 18:26:36 -08:00
parent 93079ea3a6
commit 8aa7a0993d
14 changed files with 18 additions and 27 deletions

View File

@ -15,7 +15,6 @@
"type": "build",
"version": "1.0.0-*"
},
"Microsoft.NETCore.Platforms": "1.0.1-*",
"System.Text.Encodings.Web": "4.0.0-*"
},
"frameworks": {
@ -34,8 +33,7 @@
"System.Reflection.TypeExtensions": "4.1.0-*",
"System.Runtime.InteropServices": "4.0.21-*",
"System.Security.Cryptography.X509Certificates": "4.0.0-*"
},
"imports": "portable-net451+win8"
}
}
}
}

View File

@ -12,7 +12,6 @@
"dependencies": {
"Microsoft.AspNetCore.Http.Abstractions": "1.0.0-*",
"Microsoft.Net.Http.Headers": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*",
"System.Buffers": "4.0.0-*"
},
"frameworks": {
@ -20,8 +19,7 @@
"dotnet5.4": {
"dependencies": {
"System.IO.FileSystem": "4.0.1-*"
},
"imports": "portable-net451+win8"
}
}
}
}

View File

@ -10,8 +10,7 @@
"keyFile": "../../tools/Key.snk"
},
"dependencies": {
"Microsoft.Extensions.Primitives": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*"
"Microsoft.Extensions.Primitives": "1.0.0-*"
},
"frameworks": {
"net451": {},
@ -25,8 +24,7 @@
"System.Security.Claims": "4.0.1-*",
"System.Security.Cryptography.X509Certificates": "4.0.0-*",
"System.Security.Principal": "4.0.1-*"
},
"imports": "portable-net451+win8"
}
}
}
}

View File

@ -13,16 +13,14 @@
"dependencies": {
"Microsoft.AspNetCore.Http.Abstractions": "1.0.0-*",
"Microsoft.AspNetCore.WebUtilities": "1.0.0-*",
"Microsoft.Net.Http.Headers": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*"
"Microsoft.Net.Http.Headers": "1.0.0-*"
},
"frameworks": {
"net451": {},
"dotnet5.4": {
"dependencies": {
"System.Threading": "4.0.11-*"
},
"imports": "portable-net451+win8"
}
}
}
}

View File

@ -10,13 +10,10 @@
"keyFile": "../../tools/Key.snk"
},
"dependencies": {
"Microsoft.AspNetCore.Http": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*"
"Microsoft.AspNetCore.Http": "1.0.0-*"
},
"frameworks": {
"net451": {},
"dotnet5.4": {
"imports": "portable-net451+win8"
}
"dotnet5.4": {}
}
}

View File

@ -11,7 +11,6 @@
},
"dependencies": {
"Microsoft.Extensions.Primitives": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*",
"System.Buffers": "4.0.0-*",
"System.Text.Encodings.Web": "4.0.0-*"
},
@ -26,8 +25,7 @@
"System.Collections": "4.0.11-*",
"System.IO": "4.1.0-*",
"System.IO.FileSystem": "4.0.1-*"
},
"imports": "portable-net451+win8"
}
}
}
}

View File

@ -9,9 +9,7 @@
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk"
},
"dependencies": {
"Microsoft.NETCore.Platforms": "1.0.1-*"
},
"dependencies": {},
"frameworks": {
"net451": {},
"dotnet5.4": {
@ -23,8 +21,7 @@
"System.Linq": "4.0.1-*",
"System.Text.Encoding": "4.0.11-*",
"System.Runtime": "4.0.21-*"
},
"imports": "portable-net451+win8"
}
}
}
}

View File

@ -6,6 +6,7 @@
"dependencies": {
"Microsoft.AspNetCore.Http": "1.0.0-*",
"Microsoft.AspNetCore.Testing": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*",
"xunit": "2.1.0"
},
"frameworks": {

View File

@ -3,6 +3,7 @@
"Microsoft.AspNetCore.Http": "1.0.0-*",
"Microsoft.AspNetCore.Http.Extensions": "1.0.0-*",
"Microsoft.Extensions.DependencyInjection": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*",
"xunit": "2.1.0"
},
"frameworks": {

View File

@ -1,6 +1,7 @@
{
"dependencies": {
"Microsoft.AspNetCore.Http.Features": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*",
"xunit": "2.1.0"
},
"frameworks": {

View File

@ -1,6 +1,7 @@
{
"dependencies": {
"Microsoft.AspNetCore.Http": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*",
"xunit": "2.1.0"
},
"frameworks": {

View File

@ -3,6 +3,7 @@
"Microsoft.AspNetCore.Http": "1.0.0-*",
"Microsoft.AspNetCore.Owin": "1.0.0-*",
"Microsoft.Extensions.DependencyInjection": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*",
"xunit": "2.1.0"
},
"frameworks": {

View File

@ -1,6 +1,7 @@
{
"dependencies": {
"Microsoft.AspNetCore.WebUtilities": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*",
"xunit": "2.1.0"
},
"compilationOptions": {

View File

@ -2,6 +2,7 @@
"version": "1.0.0-*",
"dependencies": {
"Microsoft.Net.Http.Headers": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*",
"xunit": "2.1.0"
},
"frameworks": {