Skip to content

Commit bebe639

Browse files
committed
Disabled netstandard1.5 in project json to build. AppDomain and StackTrace still not working.
1 parent 9648f54 commit bebe639

File tree

2 files changed

+14
-4328
lines changed

2 files changed

+14
-4328
lines changed

src/TestStack.BDDfy/project.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,18 @@
1616
"System.Web": "4.0.0.0",
1717
"System.Web.Extensions": "4.0.0.0"
1818
}
19-
},
20-
"netstandard1.5": {
21-
"imports": "dnxcore50",
22-
"dependencies": {
23-
"NETStandard.Library": "1.5.0-rc2-24027",
24-
"Newtonsoft.Json": "9.0.1-beta1",
25-
"System.Linq.Expressions": "4.0.11-rc2-24027",
26-
"System.Reflection": "4.1.0-rc2-24027",
27-
"System.Reflection.TypeExtensions": "4.1.0-rc2-24027",
28-
"System.Runtime.Extensions": "4.1.0-rc2-24027",
29-
"System.Threading.ThreadPool": "4.0.10-rc2-24027"
30-
}
3119
}
20+
//"netstandard1.5": {
21+
// "imports": "dnxcore50",
22+
// "dependencies": {
23+
// "NETStandard.Library": "1.5.0-rc2-24027",
24+
// "Newtonsoft.Json": "9.0.1-beta1",
25+
// "System.Linq.Expressions": "4.0.11-rc2-24027",
26+
// "System.Reflection": "4.1.0-rc2-24027",
27+
// "System.Reflection.TypeExtensions": "4.1.0-rc2-24027",
28+
// "System.Runtime.Extensions": "4.1.0-rc2-24027",
29+
// "System.Threading.ThreadPool": "4.0.10-rc2-24027"
30+
// }
31+
//}
3232
}
3333
}

0 commit comments

Comments
 (0)