Update runtime dependency.
This commit is contained in:
parent
9bdd0bc26e
commit
2ef957aac2
|
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -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" : {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue