aspnet/FileSystem

EmbeddedFileProvider should not be compiled for netstandard1.0

pranavkm opened this issue · 5 comments

cc @muratg - we should try and sort this for 2.0 if we plan on doing this.

I tracked down the history of this comment. It was added here: #210 cc @BrennanConroy

@muratg any reason we should keep netstandard1.0?

@natemcmaster So it'll be netstandard1.5 only? I think it should be fine -- any objections @davidfowl?

Dropping netstandard1.0 means dropping:

  • Universal Windows Platform 10
  • Windows Phone 8.0, 8.1
  • Windows Phone Silverlight

Fixed as part of targeting netstandard2.0 (c0e09fd).