Fixup references
This commit is contained in:
parent
6607fa5fdb
commit
9bb460d5ab
|
|
@ -1,25 +1,26 @@
|
||||||
{
|
{
|
||||||
"version": "4.0.0-*",
|
"version": "4.0.0-*",
|
||||||
"dependencies": {
|
|
||||||
"System.Collections": "4.0.10.0",
|
|
||||||
"System.Diagnostics.Debug": "4.0.10.0",
|
|
||||||
"System.Diagnostics.Tools": "4.0.0.0",
|
|
||||||
"System.Globalization": "4.0.10.0",
|
|
||||||
"System.IO": "4.0.10.0",
|
|
||||||
"System.IO.FileSystem": "4.0.0.0",
|
|
||||||
"System.Linq": "4.0.0.0",
|
|
||||||
"System.Reflection": "4.0.10.0",
|
|
||||||
"System.Resources.ResourceManager": "4.0.0.0",
|
|
||||||
"System.Runtime": "4.0.20.0",
|
|
||||||
"System.Runtime.Extensions": "4.0.10.0",
|
|
||||||
"System.Runtime.InteropServices": "4.0.20.0",
|
|
||||||
"System.Threading": "4.0.0.0",
|
|
||||||
"System.Threading.Tasks": "4.0.10.0",
|
|
||||||
"System.Threading.Thread": "4.0.0.0",
|
|
||||||
"System.Security.Cryptography.Hashing.Algorithms": "4.0.0.0"
|
|
||||||
},
|
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"net45": { },
|
"net45": { },
|
||||||
"aspnetcore50": { }
|
"aspnetcore50": {
|
||||||
|
"dependencies": {
|
||||||
|
"System.Collections": "4.0.10.0",
|
||||||
|
"System.Diagnostics.Debug": "4.0.10.0",
|
||||||
|
"System.Diagnostics.Tools": "4.0.0.0",
|
||||||
|
"System.Globalization": "4.0.10.0",
|
||||||
|
"System.IO": "4.0.10.0",
|
||||||
|
"System.IO.FileSystem": "4.0.0.0",
|
||||||
|
"System.Linq": "4.0.0.0",
|
||||||
|
"System.Reflection": "4.0.10.0",
|
||||||
|
"System.Resources.ResourceManager": "4.0.0.0",
|
||||||
|
"System.Runtime": "4.0.20.0",
|
||||||
|
"System.Runtime.Extensions": "4.0.10.0",
|
||||||
|
"System.Runtime.InteropServices": "4.0.20.0",
|
||||||
|
"System.Threading": "4.0.0.0",
|
||||||
|
"System.Threading.Tasks": "4.0.10.0",
|
||||||
|
"System.Threading.Thread": "4.0.0.0",
|
||||||
|
"System.Security.Cryptography.Hashing.Algorithms": "4.0.0.0"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
"resources": "TestFiles/**/*",
|
"resources": "TestFiles/**/*",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Moq": "4.2.1312.1622",
|
"Moq": "4.2.1312.1622",
|
||||||
"Microsoft.AspNet.Razor": "",
|
"Microsoft.AspNet.Razor": "4.0.0-*",
|
||||||
"Microsoft.AspNet.Testing": "1.0.0-*",
|
"Microsoft.AspNet.Testing": "1.0.0-*",
|
||||||
"Xunit.KRunner": "1.0.0-*"
|
"Xunit.KRunner": "1.0.0-*"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue