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 1
1
# RazorEngineCore
2
- NETCore 3.1.8 Razor Template Engine. No legacy code.
2
+ .NET5 Razor Template Engine. No legacy code.
3
3
* .NET Standard 2.0
4
+ * .NET 5.0
4
5
* .NET Framework 4.7.2
5
6
* Windows / Linux
6
7
@@ -192,6 +193,12 @@ This package is inspired by [Simon Mourier SO post](https://stackoverflow.com/a/
192
193
193
194
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
195
202
* 2020.10.1
196
203
* Linux fix for #34
197
204
* Microsoft.AspNetCore.Razor.Language 3.1.5 -> 3.1.8
You can’t perform that action at this time.
0 commit comments