Antaris / RazorEngine

Open source templating engine based on Microsoft's Razor parsing engine
http://antaris.github.io/RazorEngine
Other
2.14k stars 577 forks source link

netcoreapp1.1> support #460

Open ferflores opened 7 years ago

ferflores commented 7 years ago

Are there plans to make this package compatible with netcoreapp 1.1 or superior?

Nuget error: Package RazorEngine 3.9.3 is not compatible with netcoreapp1.1

leedavi commented 7 years ago

I think making this project compatible with to .Net Core is essential, although I understand the problems to do this might make it difficult and maybe not even possible if something is missing in .Net Core.

But I'll be interested to know if any tests have been done against .Net Core.

john-t-white commented 7 years ago

I agree. I would love to try this out because it has a lot of features that I need, but I have to have it support netstandard1.6

thebentern commented 7 years ago

Is there any timeline for when support for 1.1 will be available?

jkheadstorm commented 7 years ago

I too would be very interested in this for .NET Core 1.1

jkergosi commented 7 years ago

This seems extremely useful, but all of our development is in .NET Core. Is there a plan/ETA on this?