Reacting to CoreCLR package changes

This commit is contained in:
Pranav K 2016-03-20 23:54:07 -07:00
parent a15826399d
commit 1d91b7bb0d
7 changed files with 10 additions and 9 deletions

View File

@ -13,8 +13,8 @@
"web": "IISSample"
},
"frameworks": {
"dnx451": { },
"dnxcore50": { }
"net451": { },
"netstandardapp1.5": { }
},
"publishExclude": [
"node_modules",

View File

@ -10,7 +10,6 @@
},
"dependencies": {
"NETStandard.Library": "1.0.0-*",
"Microsoft.Extensions.CommandLineUtils": "1.0.0-*",
"Microsoft.Extensions.Configuration.Json": "1.0.0-*",
"Microsoft.DotNet.ProjectModel": "1.0.0-*",

View File

@ -10,7 +10,6 @@
},
"dependencies": {
"NETStandard.Library": "1.0.0-*",
"Microsoft.Extensions.CommandLineUtils": "1.0.0-*",
"Microsoft.Extensions.Configuration.Json": "1.0.0-*",
"Microsoft.DotNet.ProjectModel": "1.0.0-*",

View File

@ -7,7 +7,7 @@
"xunit": "2.1.0"
},
"frameworks": {
"dnxcore50": {
"netstandardapp1.5": {
"imports": "portable-net451+win8",
"dependencies": {
"dotnet-test-xunit": "1.0.0-dev-*"

View File

@ -5,7 +5,7 @@
"Microsoft.NETCore.Platforms": "1.0.1-*"
},
"frameworks": {
"dnxcore50": {
"netstandardapp1.5": {
"imports": "portable-net451+win8",
"dependencies": {
"dotnet-test-xunit": "1.0.0-dev-*"

View File

@ -17,7 +17,7 @@
"xunit": "2.1.0"
},
"frameworks": {
"dnxcore50": {
"netstandardapp1.5": {
"imports": "portable-net451+win8",
"dependencies": {
"System.Net.Primitives": "4.0.11-*",

View File

@ -5,8 +5,11 @@
"Microsoft.NETCore.Platforms": "1.0.1-*"
},
"frameworks": {
"dnxcore50": {
"imports": "portable-net451+win8",
"netstandardapp1.5": {
"imports": [
"portable-net451+win8",
"dnxcore50"
],
"dependencies": {
"dotnet-test-xunit": "1.0.0-dev-*"
}