cureos / shim

Shim expands the ability to create Portable Class Libraries by providing reduced or dummy implementations of .NET Framework classes that are not represented in PCL.
https://www.nuget.org/packages/shim
GNU Lesser General Public License v3.0
27 stars 6 forks source link

.netstandard 1.3 #55

Open vbisbest opened 8 years ago

vbisbest commented 8 years ago

Any chance of adding support for .netstandard 1.3? Thanks.

anders9ustafsson commented 8 years ago

@vbisbest Just wondering, what is your rationale for using Shim in a .NET Core scenario? Especially with .NET Standard 1.3, you should be able to cover most of the API where Shim is trying to fill the gap, right?

Otherwise, it should not be too difficult to extend Shim to .NET Core. PCL profile 111 is compatible with Standard 1.1, and profile 259 is compatible with Standard 1.0, so I guess it is mainly a question of adding relevant build directives.

I don't consider this high priority for the moment, but if you or someone else could convince me the functionality is urgently needed, I can re-consider.