Updated versions for runtime project.

This commit is contained in:
NTaylorMullen 2014-10-05 14:30:46 -07:00 committed by N. Taylor Mullen
parent b37b11d4b6
commit dfe41eced8
3 changed files with 5 additions and 3 deletions

View File

@ -1,7 +1,7 @@
{
"version": "4.0.0-*",
"dependencies": {
"Microsoft.AspNet.Razor": ""
"Microsoft.AspNet.Razor": "4.0.0-*"
},
"frameworks": {
"net45": { },

View File

@ -1,7 +1,8 @@
{
"version": "1.0.0",
"dependencies": {
"Microsoft.AspNet.Razor.Runtime": "",
"Microsoft.AspNet.Razor.Test": ""
"Microsoft.AspNet.Razor.Runtime": "4.0.0-*",
"Microsoft.AspNet.Razor.Test": "1.0.0"
},
"commands": {
"test": "Xunit.KRunner"

View File

@ -1,4 +1,5 @@
{
"version": "1.0.0",
"resources": "TestFiles/**/*",
"dependencies": {
"Moq": "4.2.1312.1622",