Updated to use the new target framework in project.json
This commit is contained in:
parent
ab7445f59d
commit
81e905cfa9
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
{
|
||||
"dependencies": {
|
||||
"Microsoft.AspNet.Server.IIS": "1.0.0-*",
|
||||
"Microsoft.AspNet.Routing" : "",
|
||||
|
|
@ -7,7 +7,7 @@
|
|||
},
|
||||
"frameworks": {
|
||||
"net45": { },
|
||||
"k10": {
|
||||
"aspnetcore50": {
|
||||
"dependencies": {
|
||||
"System.Diagnostics.Debug": "4.0.10.0",
|
||||
"System.Runtime": "4.0.20.0",
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@
|
|||
},
|
||||
"frameworks": {
|
||||
"net45": {},
|
||||
"k10": {
|
||||
"aspnetcore50": {
|
||||
"dependencies": {
|
||||
"System.Collections": "4.0.10.0",
|
||||
"System.Diagnostics.Contracts": "4.0.0.0",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
{
|
||||
"compilationOptions": {
|
||||
"warningsAsErrors": true
|
||||
},
|
||||
|
|
@ -10,7 +10,7 @@
|
|||
"Xunit.KRunner": "1.0.0-*"
|
||||
},
|
||||
"frameworks": {
|
||||
"k10": {
|
||||
"aspnetcore50": {
|
||||
"dependencies": {
|
||||
"System.Collections": "4.0.10.0",
|
||||
"System.Linq": "4.0.0.0",
|
||||
|
|
|
|||
Loading…
Reference in New Issue