StubbleOrg / Stubble

Trimmed down {{mustache}} templates in .NET
Other
406 stars 58 forks source link

Platform and Framework Builds #5

Closed Romanx closed 7 years ago

Romanx commented 9 years ago

It would be good if we could target Stubble for a variety of platforms and framework versions much like NodaTime as it would be good for People to be able to use Stubble on Mono, or DNX or .Net Core .etc

Baccanno commented 7 years ago

Related to this then, Unity3D compatibilty would be awesome https://github.com/jdiamond/Nustache/issues/127

Romanx commented 7 years ago

@Baccanno With the latest alpha we're running on all the newest pieces targeting netstandard 1.3 which gives us compatibility with everything you can find here and net45. Unfortunately it would be quite a bit of work and we'd loose functionality back porting to net40 which wouldwork with the current version of Unity3D.

Hopefully it's possible for you to update to the newer versions of unity3D when they support net standard. Sorry!