tbaggett / xfgloss

New styling properties for standard Xamarin.Forms controls
Other
160 stars 25 forks source link

Why .netstandard 2.0? #26

Closed napalmDaz closed 6 years ago

napalmDaz commented 6 years ago

I use a main Core project that targets netstandard 1.4 as there is a UWP dependency that builds for Anniversary Update. Any chance of dropping the level down as I can't see any use for 2.0 in the code yet?

Thanks

tbaggett commented 6 years ago

I agree, I should be able to select a lower level. I will try to get that taken care of in the next day or two.

tbaggett commented 6 years ago

fyi, I'm looking into converting to project to multi-targeting to resolve both this issue and #25. It will have to wait until this weekend for me to complete this.

napalmDaz commented 6 years ago

Thanks - I've temp forked so I can carry on working and am targeting standard1.4 just fine. Multi-targetting will work great; used it elsewhere. Appreciate the update and thanks for the quick fix.

tbaggett commented 6 years ago

hi @napalmDaz, sorry that it took longer than I had hoped, but the new 1.1.3 release is using multitargeting and targets both Net Standard 1.0 and 2.0. Can you give it a try and report back? Thanks.

napalmDaz commented 6 years ago

@tbaggett Thanks for the update. I had a quick go last night and got an error at runtime regarding assembly load of v1.0.0, but that may have just been me. I have a proper go shortly. Thanks again.

tbaggett commented 6 years ago

Closing this issue since there has been no further comment.