Updated to use the new target framework in project.json
This commit is contained in:
parent
aa9ace6157
commit
13a9613d5b
|
|
@ -1,4 +1,4 @@
|
||||||
{
|
{
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Helios": "1.0.0-*",
|
"Helios": "1.0.0-*",
|
||||||
"Microsoft.AspNet.FileSystems": "1.0.0-*",
|
"Microsoft.AspNet.FileSystems": "1.0.0-*",
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"net45": {
|
"net45": {
|
||||||
},
|
},
|
||||||
"k10": {
|
"aspnetcore50": {
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"System.Diagnostics.Contracts": "4.0.0.0",
|
"System.Diagnostics.Contracts": "4.0.0.0",
|
||||||
"System.Security.Claims" : "1.0.0-*"
|
"System.Security.Claims" : "1.0.0-*"
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"net45": {},
|
"net45": {},
|
||||||
"k10": {
|
"aspnetcore50": {
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"System.Collections": "4.0.10.0",
|
"System.Collections": "4.0.10.0",
|
||||||
"System.Diagnostics.Contracts": "4.0.0.0",
|
"System.Diagnostics.Contracts": "4.0.0.0",
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
{
|
{
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNet.PipelineCore": "1.0.0-*",
|
"Microsoft.AspNet.PipelineCore": "1.0.0-*",
|
||||||
"Microsoft.AspNet.Http": "1.0.0-*",
|
"Microsoft.AspNet.Http": "1.0.0-*",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue