I have a WPF application under the .Net framework 4.5 and a web app under the DNX Core. I want to share some code between those two apps.
I tried to create a "portable classe library" ... with no result. I tried to do it with a nuget package ... with no result (and too complex to dispatch modifications)
Thanks for your propositions