Apologies if I get this wrong but thought I read that we won't be able to do dot Net core with framework 4.6.1 with the next release.
I use dot net core with framework 4.6.1 to do my rest webapi services in front of WCF by including the
client source from the WCF (Generated with svcUtil.exe) into the webapi project. Will this change in dot net core 2.0?
I fear 2.0 won't support this and will have to stop using dot net core as my rest webapi layer.