conficient / BlazorTemplater

A library that generates HTML (e.g. for emails) from Razor Components
Apache License 2.0
146 stars 16 forks source link

Support multi-targeting for net-std/net5 - fixes #12 #13

Closed conficient closed 3 years ago

conficient commented 3 years ago

Amended target frameworks to create separate versions for NET 5.0 and NetStandard 2.0, to account for change of ComponentId from a field to a property.