toddams / RazorLight

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

Change targeting for .Net standard 2.0 #392

Closed Vincentvwal closed 3 years ago

Vincentvwal commented 3 years ago

As in this discussion: https://github.com/toddams/RazorLight/issues/390 Change the targeting for .net standard to be more flexible.

jzabroski commented 3 years ago

Did you test these changes? I think your first commit isn't valid version syntax in some places so I'm just curious how you determined this was the right fix before committing

Vincentvwal commented 3 years ago

Running the tests for the .net Standard 2.0 target gave no error. A complete solution build also gave no errors.

However i noticed the error as well and changed it.