toddams / RazorLight

Template engine based on Microsoft's Razor parsing engine for .NET Core
Apache License 2.0
1.51k stars 260 forks source link

Philosophical question: can you consider this light? #325

Closed Angele closed 4 years ago

Angele commented 4 years ago

2020-03-04 12_06_12-LocalSwitchboard - Microsoft Visual Studio

toddams commented 4 years ago

Hi there Are you bothered about the dependencies count? If you take a look at our csproj file, you'll notice there are just a few. It's netstandard, and it will pull lots of tiny nuget packages if you use full .NET framework, or in some other circumstances.

jzabroski commented 4 years ago

Angele, those are just reference assemblies. RazorLight primarily refers to using Razor without ASP.NET Core MVC.

Angele commented 4 years ago

Yes, I was. Thanks for clarification. Seems like the long term solution is to change Project to .Net Framework 4.7.2, or above.