File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 11# RazorEngineCore
2- NETCore 3.1.8 Razor Template Engine. No legacy code.
2+ .NET5 Razor Template Engine. No legacy code.
33* .NET Standard 2.0
4+ * .NET 5.0
45* .NET Framework 4.7.2
56* Windows / Linux
67
@@ -192,6 +193,12 @@ This package is inspired by [Simon Mourier SO post](https://stackoverflow.com/a/
192193
193194
194195#### Changelog
196+ * 2021.3.1
197+ * fixed NET5 publish as single file (thanks [@jddj007-hydra](https://github.com/jddj007-hydra))
198+ * AnonymousTypeWrapper array handling fix
199+ * System.Collections referenced by default
200+ * Microsoft.AspNetCore.Razor.Language 3.1.8 -> 5.0.3
201+ * Microsoft.CodeAnalysis.CSharp 3.7.0 -> 3.8.0
195202* 2020.10.1
196203 * Linux fix for #34
197204 * Microsoft.AspNetCore.Razor.Language 3.1.5 -> 3.1.8
You can’t perform that action at this time.
0 commit comments