Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Review targeting .NET Standard 2.0 #39

Open
savornicesei opened this issue Jul 4, 2021 · 1 comment
Open

Review targeting .NET Standard 2.0 #39

savornicesei opened this issue Jul 4, 2021 · 1 comment
Labels
enhancement New feature or request 🎲 dependencies

Comments

@savornicesei
Copy link
Contributor

savornicesei commented Jul 4, 2021

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
Copy link
Contributor Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request 🎲 dependencies
Projects
None yet
Development

No branches or pull requests

1 participant