Fixup references

This commit is contained in:
David Fowler 2014-10-05 12:04:53 -07:00
parent 6607fa5fdb
commit 9bb460d5ab
2 changed files with 21 additions and 20 deletions

View File

@ -1,5 +1,8 @@
{
"version": "4.0.0-*",
"frameworks": {
"net45": { },
"aspnetcore50": {
"dependencies": {
"System.Collections": "4.0.10.0",
"System.Diagnostics.Debug": "4.0.10.0",
@ -17,9 +20,7 @@
"System.Threading.Tasks": "4.0.10.0",
"System.Threading.Thread": "4.0.0.0",
"System.Security.Cryptography.Hashing.Algorithms": "4.0.0.0"
},
"frameworks": {
"net45": { },
"aspnetcore50": { }
}
}
}
}

View File

@ -2,7 +2,7 @@
"resources": "TestFiles/**/*",
"dependencies": {
"Moq": "4.2.1312.1622",
"Microsoft.AspNet.Razor": "",
"Microsoft.AspNet.Razor": "4.0.0-*",
"Microsoft.AspNet.Testing": "1.0.0-*",
"Xunit.KRunner": "1.0.0-*"
},