We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7edfa1e commit e28f01aCopy full SHA for e28f01a
1 file changed
README.md
@@ -1,6 +1,7 @@
1
# RazorEngineCore
2
-NETCore 3.1.8 Razor Template Engine. No legacy code.
+.NET5 Razor Template Engine. No legacy code.
3
* .NET Standard 2.0
4
+* .NET 5.0
5
* .NET Framework 4.7.2
6
* Windows / Linux
7
@@ -192,6 +193,12 @@ This package is inspired by [Simon Mourier SO post](https://stackoverflow.com/a/
192
193
194
195
#### 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
202
* 2020.10.1
203
* Linux fix for #34
204
* Microsoft.AspNetCore.Razor.Language 3.1.5 -> 3.1.8
0 commit comments