cf-dotnet-sdk icon indicating copy to clipboard operation
cf-dotnet-sdk copied to clipboard

Target .NETStandard

Open JohannesRudolph opened this issue 8 years ago • 2 comments

Instead of targeting net45 it appears to the cf-dotnet-sdk could easily target .NETStandard (1.5 or higher). This way the library could be used in .NET Core Apps and on other platforms supporting .NET Standard.

It may make sense to go all in on the new project.json toolchain to build the nuget package from a unified codebase, though that may require major work. This way for example a cleaner API for wpa81 and win81 could be exposed that doesn't throw NotImplementedException at runtime in certain places.

See this for a reference on .NETStandard: https://github.com/dotnet/corefx/blob/master/Documentation/architecture/net-platform-standard.md

JohannesRudolph avatar Jul 08 '16 11:07 JohannesRudolph