Wyam2 / wyam

A modular static content and static site generator written in .NET. Fork of Wyam project.
https://wyam2.github.io/
MIT License
6 stars 1 forks source link

Review targeting .NET Standard 2.0 #39

Open savornicesei opened 3 years ago

savornicesei commented 3 years ago

https://docs.microsoft.com/en-us/dotnet/standard/net-standard https://dotnet.microsoft.com/platform/support/policy/dotnet-core

There will be issues with Razor module, see this. When upgrading Razor deps, all packages must have same major version, including Microsoft.Extensions since 3.x target .NET Core 3, 5.x targets .NET 5, see details here.

AB#9

savornicesei commented 2 years ago

There is an interesting discussion about .NET roll-forward feature in ikvm repo.

IMHO, targeting netstandard2.0 allows wyam2 to be embedded in any .NET framework 4.6.1+ app up to .NET 6.0. It would be nice to support 2.0, 3.1 and 6