Fixup references
This commit is contained in:
parent
0f9ac1f84f
commit
23c024ef41
|
|
@ -1,10 +1,5 @@
|
||||||
{
|
{
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNet.FeatureModel": "1.0.0-*",
|
|
||||||
"Microsoft.AspNet.Hosting": "1.0.0-*",
|
|
||||||
"Microsoft.AspNet.Http": "1.0.0-*",
|
|
||||||
"Microsoft.AspNet.HttpFeature": "1.0.0-*",
|
|
||||||
"Microsoft.AspNet.PipelineCore": "1.0.0-*",
|
|
||||||
"Microsoft.AspNet.RequestContainer": "1.0.0-*",
|
"Microsoft.AspNet.RequestContainer": "1.0.0-*",
|
||||||
"Microsoft.AspNet.Security": "1.0.0-*",
|
"Microsoft.AspNet.Security": "1.0.0-*",
|
||||||
"Microsoft.AspNet.Security.Cookies": "1.0.0-*",
|
"Microsoft.AspNet.Security.Cookies": "1.0.0-*",
|
||||||
|
|
|
||||||
|
|
@ -1,12 +1,5 @@
|
||||||
{
|
{
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNet.FeatureModel": "1.0.0-*",
|
|
||||||
"Microsoft.AspNet.Hosting": "1.0.0-*",
|
|
||||||
"Microsoft.AspNet.Http": "1.0.0-*",
|
|
||||||
"Microsoft.AspNet.HttpFeature": "1.0.0-*",
|
|
||||||
"Microsoft.AspNet.PipelineCore": "1.0.0-*",
|
|
||||||
"Microsoft.AspNet.RequestContainer": "1.0.0-*",
|
|
||||||
"Microsoft.AspNet.Security": "1.0.0-*",
|
|
||||||
"Microsoft.AspNet.Security.Cookies": "1.0.0-*",
|
"Microsoft.AspNet.Security.Cookies": "1.0.0-*",
|
||||||
"Microsoft.AspNet.Server.WebListener": "1.0.0-*",
|
"Microsoft.AspNet.Server.WebListener": "1.0.0-*",
|
||||||
"Microsoft.Framework.Cache.Memory": "1.0.0-*",
|
"Microsoft.Framework.Cache.Memory": "1.0.0-*",
|
||||||
|
|
|
||||||
|
|
@ -1,22 +1,20 @@
|
||||||
{
|
{
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNet.Hosting": "1.0.0-*",
|
"Microsoft.AspNet.Diagnostics": "1.0.0-*",
|
||||||
"Microsoft.AspNet.Http": "1.0.0-*",
|
"Microsoft.AspNet.Security": "1.0.0-*",
|
||||||
"Microsoft.AspNet.Diagnostics": "1.0.0-*",
|
"Microsoft.AspNet.Security.Cookies": "1.0.0-*",
|
||||||
"Microsoft.AspNet.Security": "1.0.0-*",
|
"Microsoft.AspNet.Security.Facebook": "1.0.0-*",
|
||||||
"Microsoft.AspNet.Security.Cookies": "1.0.0-*",
|
"Microsoft.AspNet.Security.Google": "1.0.0-*",
|
||||||
"Microsoft.AspNet.Security.Facebook": "1.0.0-*",
|
"Microsoft.AspNet.Security.MicrosoftAccount": "1.0.0-*",
|
||||||
"Microsoft.AspNet.Security.Google": "1.0.0-*",
|
"Microsoft.AspNet.Security.Twitter": "1.0.0-*",
|
||||||
"Microsoft.AspNet.Security.MicrosoftAccount": "1.0.0-*",
|
"Microsoft.AspNet.Server.WebListener": "1.0.0-*",
|
||||||
"Microsoft.AspNet.Security.Twitter": "1.0.0-*",
|
"Microsoft.Framework.DependencyInjection": "1.0.0-*"
|
||||||
"Microsoft.AspNet.Server.WebListener": "1.0.0-*",
|
|
||||||
"Microsoft.Framework.DependencyInjection": "1.0.0-*"
|
|
||||||
},
|
|
||||||
"commands": { "web": "Microsoft.AspNet.Hosting server=Microsoft.AspNet.Server.WebListener server.urls=http://localhost:12345" },
|
|
||||||
"frameworks": {
|
|
||||||
"aspnet50": {
|
|
||||||
},
|
},
|
||||||
"aspnetcore50": {
|
"commands": { "web": "Microsoft.AspNet.Hosting server=Microsoft.AspNet.Server.WebListener server.urls=http://localhost:12345" },
|
||||||
|
"frameworks": {
|
||||||
|
"aspnet50": {
|
||||||
|
},
|
||||||
|
"aspnetcore50": {
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,6 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNet.FeatureModel": "1.0.0-*",
|
|
||||||
"Microsoft.AspNet.Http": "1.0.0-*",
|
|
||||||
"Microsoft.AspNet.HttpFeature": "1.0.0-*",
|
|
||||||
"Microsoft.AspNet.PipelineCore": "1.0.0-*",
|
|
||||||
"Microsoft.AspNet.RequestContainer": "1.0.0-*",
|
"Microsoft.AspNet.RequestContainer": "1.0.0-*",
|
||||||
"Microsoft.AspNet.Security": "1.0.0-*",
|
"Microsoft.AspNet.Security": "1.0.0-*",
|
||||||
"Microsoft.AspNet.Security.DataProtection": "1.0.0-*",
|
"Microsoft.AspNet.Security.DataProtection": "1.0.0-*",
|
||||||
|
|
|
||||||
|
|
@ -1,19 +1,18 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNet.Http": "1.0.0-*",
|
|
||||||
"Microsoft.AspNet.RequestContainer": "1.0.0-*",
|
"Microsoft.AspNet.RequestContainer": "1.0.0-*",
|
||||||
"Microsoft.AspNet.Security": "1.0.0-*",
|
"Microsoft.AspNet.Security": "1.0.0-*",
|
||||||
"Microsoft.AspNet.Security.DataProtection": "1.0.0-*",
|
"Microsoft.AspNet.Security.DataProtection": "1.0.0-*",
|
||||||
"Microsoft.AspNet.Security.OAuth": "1.0.0-*",
|
"Microsoft.AspNet.Security.OAuth": "1.0.0-*",
|
||||||
"Microsoft.AspNet.WebUtilities": "1.0.0-*",
|
"Microsoft.AspNet.WebUtilities": "1.0.0-*",
|
||||||
"Microsoft.Framework.Logging": "1.0.0-*",
|
"Microsoft.Framework.Logging": "1.0.0-*",
|
||||||
"Newtonsoft.Json": "6.0.4",
|
"Newtonsoft.Json": "6.0.4"
|
||||||
"System.Net.Http": "4.0.0.0"
|
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"aspnet50": {
|
"aspnet50": {
|
||||||
"dependencies": {
|
"frameworkAssemblies": {
|
||||||
|
"System.Net.Http": "4.0.0.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"aspnetcore50": {
|
"aspnetcore50": {
|
||||||
|
|
@ -36,7 +35,8 @@
|
||||||
"System.Security.Cryptography.Hashing.Algorithms": "4.0.0.0",
|
"System.Security.Cryptography.Hashing.Algorithms": "4.0.0.0",
|
||||||
"System.Security.Principal": "4.0.0.0",
|
"System.Security.Principal": "4.0.0.0",
|
||||||
"System.Threading": "4.0.0.0",
|
"System.Threading": "4.0.0.0",
|
||||||
"System.Threading.Tasks": "4.0.10.0"
|
"System.Threading.Tasks": "4.0.10.0",
|
||||||
|
"System.Net.Http": "4.0.0.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,19 +1,18 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNet.Http": "1.0.0-*",
|
|
||||||
"Microsoft.AspNet.RequestContainer": "1.0.0-*",
|
"Microsoft.AspNet.RequestContainer": "1.0.0-*",
|
||||||
"Microsoft.AspNet.Security": "1.0.0-*",
|
"Microsoft.AspNet.Security": "1.0.0-*",
|
||||||
"Microsoft.AspNet.Security.DataProtection": "1.0.0-*",
|
"Microsoft.AspNet.Security.DataProtection": "1.0.0-*",
|
||||||
"Microsoft.AspNet.Security.OAuth": "1.0.0-*",
|
"Microsoft.AspNet.Security.OAuth": "1.0.0-*",
|
||||||
"Microsoft.AspNet.WebUtilities": "1.0.0-*",
|
"Microsoft.AspNet.WebUtilities": "1.0.0-*",
|
||||||
"Microsoft.Framework.Logging": "1.0.0-*",
|
"Microsoft.Framework.Logging": "1.0.0-*",
|
||||||
"Newtonsoft.Json": "6.0.4",
|
"Newtonsoft.Json": "6.0.4"
|
||||||
"System.Net.Http": "4.0.0.0"
|
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"aspnet50": {
|
"aspnet50": {
|
||||||
"dependencies": {
|
"frameworkAssemblies": {
|
||||||
|
"System.Net.Http": "4.0.0.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"aspnetcore50": {
|
"aspnetcore50": {
|
||||||
|
|
@ -36,7 +35,8 @@
|
||||||
"System.Security.Cryptography.Hashing.Algorithms": "4.0.0.0",
|
"System.Security.Cryptography.Hashing.Algorithms": "4.0.0.0",
|
||||||
"System.Security.Principal": "4.0.0.0",
|
"System.Security.Principal": "4.0.0.0",
|
||||||
"System.Threading": "4.0.0.0",
|
"System.Threading": "4.0.0.0",
|
||||||
"System.Threading.Tasks": "4.0.10.0"
|
"System.Threading.Tasks": "4.0.10.0",
|
||||||
|
"System.Net.Http": "4.0.0.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,19 +1,18 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNet.Http": "1.0.0-*",
|
|
||||||
"Microsoft.AspNet.RequestContainer": "1.0.0-*",
|
"Microsoft.AspNet.RequestContainer": "1.0.0-*",
|
||||||
"Microsoft.AspNet.Security": "1.0.0-*",
|
"Microsoft.AspNet.Security": "1.0.0-*",
|
||||||
"Microsoft.AspNet.Security.DataProtection": "1.0.0-*",
|
"Microsoft.AspNet.Security.DataProtection": "1.0.0-*",
|
||||||
"Microsoft.AspNet.Security.OAuth": "1.0.0-*",
|
"Microsoft.AspNet.Security.OAuth": "1.0.0-*",
|
||||||
"Microsoft.AspNet.WebUtilities": "1.0.0-*",
|
"Microsoft.AspNet.WebUtilities": "1.0.0-*",
|
||||||
"Microsoft.Framework.Logging": "1.0.0-*",
|
"Microsoft.Framework.Logging": "1.0.0-*",
|
||||||
"Newtonsoft.Json": "6.0.4",
|
"Newtonsoft.Json": "6.0.4"
|
||||||
"System.Net.Http": "4.0.0.0"
|
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"aspnet50": {
|
"aspnet50": {
|
||||||
"dependencies": {
|
"frameworkAssemblies": {
|
||||||
|
"System.Net.Http": "4.0.0.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"aspnetcore50": {
|
"aspnetcore50": {
|
||||||
|
|
@ -38,7 +37,8 @@
|
||||||
"System.Security.Cryptography.Hashing.Algorithms": "4.0.0.0",
|
"System.Security.Cryptography.Hashing.Algorithms": "4.0.0.0",
|
||||||
"System.Security.Principal": "4.0.0.0",
|
"System.Security.Principal": "4.0.0.0",
|
||||||
"System.Threading": "4.0.0.0",
|
"System.Threading": "4.0.0.0",
|
||||||
"System.Threading.Tasks": "4.0.10.0"
|
"System.Threading.Tasks": "4.0.10.0",
|
||||||
|
"System.Net.Http": "4.0.0.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,19 +1,18 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNet.Http": "1.0.0-*",
|
|
||||||
"Microsoft.AspNet.RequestContainer": "1.0.0-*",
|
"Microsoft.AspNet.RequestContainer": "1.0.0-*",
|
||||||
"Microsoft.AspNet.Security": "1.0.0-*",
|
"Microsoft.AspNet.Security": "1.0.0-*",
|
||||||
"Microsoft.AspNet.Security.DataProtection": "1.0.0-*",
|
"Microsoft.AspNet.Security.DataProtection": "1.0.0-*",
|
||||||
"Microsoft.AspNet.WebUtilities": "1.0.0-*",
|
"Microsoft.AspNet.WebUtilities": "1.0.0-*",
|
||||||
"Microsoft.Framework.Logging": "1.0.0-*",
|
"Microsoft.Framework.Logging": "1.0.0-*",
|
||||||
"Newtonsoft.Json": "6.0.4",
|
"Newtonsoft.Json": "6.0.4"
|
||||||
"System.Net.Http": "4.0.0.0"
|
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"aspnet50": {
|
"aspnet50": {
|
||||||
"dependencies": {
|
"frameworkAssemblies": {
|
||||||
"System.Net.Http.WebRequest": ""
|
"System.Net.Http.WebRequest": "4.0.0.0",
|
||||||
|
"System.Net.Http": "4.0.0.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"aspnetcore50": {
|
"aspnetcore50": {
|
||||||
|
|
@ -39,7 +38,8 @@
|
||||||
"System.Security.Cryptography.Hashing.Algorithms": "4.0.0.0",
|
"System.Security.Cryptography.Hashing.Algorithms": "4.0.0.0",
|
||||||
"System.Security.Principal": "4.0.0.0",
|
"System.Security.Principal": "4.0.0.0",
|
||||||
"System.Threading": "4.0.0.0",
|
"System.Threading": "4.0.0.0",
|
||||||
"System.Threading.Tasks": "4.0.10.0"
|
"System.Threading.Tasks": "4.0.10.0",
|
||||||
|
"System.Net.Http": "4.0.0.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,19 +1,18 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNet.Http": "1.0.0-*",
|
|
||||||
"Microsoft.AspNet.RequestContainer": "1.0.0-*",
|
"Microsoft.AspNet.RequestContainer": "1.0.0-*",
|
||||||
"Microsoft.AspNet.Security": "1.0.0-*",
|
"Microsoft.AspNet.Security": "1.0.0-*",
|
||||||
"Microsoft.AspNet.Security.DataProtection": "1.0.0-*",
|
"Microsoft.AspNet.Security.DataProtection": "1.0.0-*",
|
||||||
"Microsoft.AspNet.WebUtilities": "1.0.0-*",
|
"Microsoft.AspNet.WebUtilities": "1.0.0-*",
|
||||||
"Microsoft.Framework.Logging": "1.0.0-*",
|
"Microsoft.Framework.Logging": "1.0.0-*",
|
||||||
"Newtonsoft.Json": "6.0.4",
|
"Newtonsoft.Json": "6.0.4"
|
||||||
"System.Net.Http": "4.0.0.0"
|
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"aspnet50": {
|
"aspnet50": {
|
||||||
"dependencies": {
|
"frameworkAssemblies": {
|
||||||
"System.Net.Http.WebRequest": ""
|
"System.Net.Http.WebRequest": "4.0.0.0",
|
||||||
|
"System.Net.Http": "4.0.0.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"aspnetcore50": {
|
"aspnetcore50": {
|
||||||
|
|
@ -37,7 +36,8 @@
|
||||||
"System.Security.Cryptography.Hashing.Algorithms": "4.0.0.0",
|
"System.Security.Cryptography.Hashing.Algorithms": "4.0.0.0",
|
||||||
"System.Security.Principal": "4.0.0.0",
|
"System.Security.Principal": "4.0.0.0",
|
||||||
"System.Threading": "4.0.0.0",
|
"System.Threading": "4.0.0.0",
|
||||||
"System.Threading.Tasks": "4.0.10.0"
|
"System.Threading.Tasks": "4.0.10.0",
|
||||||
|
"System.Net.Http": "4.0.0.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,38 +1,36 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNet.FeatureModel": "1.0.0-*",
|
"Microsoft.AspNet.HttpFeature": { "version": "1.0.0-*", "type": "build" },
|
||||||
"Microsoft.AspNet.Http": "1.0.0-*",
|
"Microsoft.AspNet.PipelineCore": "1.0.0-*",
|
||||||
"Microsoft.AspNet.HttpFeature": "1.0.0-*",
|
"Microsoft.AspNet.Security.DataProtection": "1.0.0-*",
|
||||||
"Microsoft.AspNet.PipelineCore": "1.0.0-*",
|
"Microsoft.Framework.DependencyInjection": "1.0.0-*",
|
||||||
"Microsoft.AspNet.Security.DataProtection": "1.0.0-*",
|
"Microsoft.Framework.Logging": "1.0.0-*"
|
||||||
"Microsoft.Framework.DependencyInjection": "1.0.0-*",
|
},
|
||||||
"Microsoft.Framework.Logging": "1.0.0-*"
|
"frameworks": {
|
||||||
},
|
"aspnet50": { },
|
||||||
"frameworks": {
|
"aspnetcore50": {
|
||||||
"aspnet50": {},
|
"dependencies": {
|
||||||
"aspnetcore50": {
|
"System.Collections": "4.0.10.0",
|
||||||
"dependencies": {
|
"System.ComponentModel": "4.0.0.0",
|
||||||
"System.Collections": "4.0.10.0",
|
"System.Console": "4.0.0.0",
|
||||||
"System.ComponentModel": "4.0.0.0",
|
"System.Diagnostics.Debug": "4.0.10.0",
|
||||||
"System.Console": "4.0.0.0",
|
"System.Diagnostics.Tools": "4.0.0.0",
|
||||||
"System.Diagnostics.Debug": "4.0.10.0",
|
"System.Globalization": "4.0.10.0",
|
||||||
"System.Diagnostics.Tools": "4.0.0.0",
|
"System.IO": "4.0.10.0",
|
||||||
"System.Globalization": "4.0.10.0",
|
"System.IO.Compression": "4.0.0.0",
|
||||||
"System.IO": "4.0.10.0",
|
"System.Linq": "4.0.0.0",
|
||||||
"System.IO.Compression": "4.0.0.0",
|
"System.Reflection": "4.0.10.0",
|
||||||
"System.Linq": "4.0.0.0",
|
"System.Resources.ResourceManager": "4.0.0.0",
|
||||||
"System.Reflection": "4.0.10.0",
|
"System.Runtime": "4.0.20.0",
|
||||||
"System.Resources.ResourceManager": "4.0.0.0",
|
"System.Runtime.Extensions": "4.0.10.0",
|
||||||
"System.Runtime": "4.0.20.0",
|
"System.Runtime.InteropServices": "4.0.20.0",
|
||||||
"System.Runtime.Extensions": "4.0.10.0",
|
"System.Security.Claims": "1.0.0-*",
|
||||||
"System.Runtime.InteropServices": "4.0.20.0",
|
"System.Security.Cryptography.RandomNumberGenerator": "4.0.0.0",
|
||||||
"System.Security.Claims": "1.0.0-*",
|
"System.Security.Principal": "4.0.0.0",
|
||||||
"System.Security.Cryptography.RandomNumberGenerator" : "4.0.0.0",
|
"System.Threading": "4.0.0.0",
|
||||||
"System.Security.Principal" : "4.0.0.0",
|
"System.Threading.Tasks": "4.0.10.0"
|
||||||
"System.Threading": "4.0.0.0",
|
}
|
||||||
"System.Threading.Tasks": "4.0.10.0"
|
}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,32 +1,31 @@
|
||||||
{
|
{
|
||||||
"compilationOptions": {
|
"compilationOptions": {
|
||||||
"warningsAsErrors": true
|
"warningsAsErrors": true
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNet.Http": "1.0.0-*",
|
"Microsoft.AspNet.Http": "1.0.0-*",
|
||||||
"Microsoft.AspNet.Security" : "1.0.0-*",
|
"Microsoft.AspNet.Security": "1.0.0-*",
|
||||||
"Microsoft.AspNet.Security.Cookies" : "1.0.0-*",
|
"Microsoft.AspNet.Security.Cookies": "1.0.0-*",
|
||||||
"Microsoft.AspNet.Security.Facebook" : "1.0.0-*",
|
"Microsoft.AspNet.Security.Facebook": "1.0.0-*",
|
||||||
"Microsoft.AspNet.Security.Google" : "1.0.0-*",
|
"Microsoft.AspNet.Security.Google": "1.0.0-*",
|
||||||
"Microsoft.AspNet.Security.MicrosoftAccount" : "1.0.0-*",
|
"Microsoft.AspNet.Security.MicrosoftAccount": "1.0.0-*",
|
||||||
"Microsoft.AspNet.Security.Twitter" : "1.0.0-*",
|
"Microsoft.AspNet.Security.Twitter": "1.0.0-*",
|
||||||
"Microsoft.AspNet.TestHost": "1.0.0-*",
|
"Microsoft.AspNet.TestHost": "1.0.0-*",
|
||||||
"Microsoft.Framework.DependencyInjection": "1.0.0-*",
|
"Microsoft.Framework.DependencyInjection": "1.0.0-*",
|
||||||
"System.Net.Http": "4.0.0.0",
|
"Moq": "4.2.1312.1622",
|
||||||
"Moq": "4.2.1312.1622",
|
"Xunit.KRunner": "1.0.0-*"
|
||||||
"Xunit.KRunner": "1.0.0-*"
|
},
|
||||||
},
|
"commands": {
|
||||||
"commands": {
|
"test": "Xunit.KRunner"
|
||||||
"test": "Xunit.KRunner"
|
},
|
||||||
},
|
"frameworks": {
|
||||||
"frameworks": {
|
"aspnet50": {
|
||||||
"aspnet50": {
|
"dependencies": {
|
||||||
"dependencies": {
|
"Shouldly": "1.1.1.1"
|
||||||
"Shouldly": "1.1.1.1",
|
},
|
||||||
"System.Runtime": "",
|
"frameworkAssemblies": {
|
||||||
"System.Xml": "",
|
"System.Net.Http": "4.0.0.0"
|
||||||
"System.Xml.Linq": ""
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue