Update runtime dependency.

This commit is contained in:
Chris Ross 2014-05-12 10:41:48 -07:00
parent 9bdd0bc26e
commit 2ef957aac2
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ using System.Collections.Generic;
using System.IO; using System.IO;
using System.Linq; using System.Linq;
using Microsoft.AspNet.Razor; using Microsoft.AspNet.Razor;
using Microsoft.Net.Runtime; using Microsoft.Framework.Runtime;
namespace PageGenerator namespace PageGenerator
{ {

View File

@ -2,7 +2,7 @@
"dependencies": { "dependencies": {
"Microsoft.AspNet.Diagnostics": "", "Microsoft.AspNet.Diagnostics": "",
"Microsoft.AspNet.Razor": "0.1.0-alpha-*", "Microsoft.AspNet.Razor": "0.1.0-alpha-*",
"Microsoft.Net.Runtime.Interfaces": "0.1.0-alpha-*" "Microsoft.Framework.Runtime.Interfaces": "0.1.0-alpha-*"
}, },
"configurations" : { "configurations" : {