Target net451 so functional tests execute with xunit runner on linux
This commit is contained in:
parent
195fb7341b
commit
57744b712f
|
|
@ -14,7 +14,7 @@
|
|||
"web": "DatabaseErrorPageSample"
|
||||
},
|
||||
"frameworks": {
|
||||
"dnx451": {},
|
||||
"net451": {},
|
||||
"netstandardapp1.5": {
|
||||
"imports": [
|
||||
"dnxcore50",
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
"web": "DeveloperExceptionPageSample"
|
||||
},
|
||||
"frameworks": {
|
||||
"dnx451": {},
|
||||
"net451": {},
|
||||
"netstandardapp1.5": {
|
||||
"imports": [
|
||||
"dnxcore50"
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@
|
|||
"web": "ElmPageSample"
|
||||
},
|
||||
"frameworks": {
|
||||
"dnx451": {},
|
||||
"net451": {},
|
||||
"netstandardapp1.5": {
|
||||
"imports": [
|
||||
"dnxcore50"
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
"web": "ExceptionHandlerSample"
|
||||
},
|
||||
"frameworks": {
|
||||
"dnx451": {},
|
||||
"net451": {},
|
||||
"netstandardapp1.5": {
|
||||
"imports": [
|
||||
"dnxcore50"
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
"web": "MiddlewareAnalysisSample"
|
||||
},
|
||||
"frameworks": {
|
||||
"dnx451": {},
|
||||
"net451": {},
|
||||
"netstandardapp1.5": {
|
||||
"imports": [
|
||||
"dnxcore50"
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@
|
|||
"web": "RuntimeInfoPageSample"
|
||||
},
|
||||
"frameworks": {
|
||||
"dnx451": {},
|
||||
"net451": {},
|
||||
"netstandardapp1.5": {
|
||||
"imports": [
|
||||
"dnxcore50"
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
"Microsoft.NETCore.Platforms": "1.0.1-*"
|
||||
},
|
||||
"frameworks": {
|
||||
"dnx451": {},
|
||||
"net451": {},
|
||||
"netstandardapp1.5": {
|
||||
"imports": [
|
||||
"dnxcore50"
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
"web": "WelcomePageSample"
|
||||
},
|
||||
"frameworks": {
|
||||
"dnx451": {},
|
||||
"net451": {},
|
||||
"netstandardapp1.5": {
|
||||
"imports": [
|
||||
"dnxcore50"
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@
|
|||
"dotnet-test-xunit": "1.0.0-dev-*"
|
||||
}
|
||||
},
|
||||
"dnx451": {
|
||||
"net451": {
|
||||
"dependencies": {
|
||||
"xunit.runner.console": "2.1.0"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue