Supporting .NET Framework #252
Closed
craigomatic
started this conversation in
Polls
Replies: 2 comments
-
Just to follow up here: I ported my app to .NET 7. It took me about a day to work through the problems, and I was fortunate that all of my dependencies have been ported away from .NET framework to .NET. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Quick update, SK now supports .NET Standard 2.0. All nugets are 2.0 compatible. In future we will probably use multi-target builds to leverage .NET 8+ features. In the meantime, all new code is and will 2.0 comp. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Some prior investigation was done on netstandard 2.0 support over here: #38 - lots of changes in the repository since then, so may be a larger task than the comments there indicated at the time.
Supporting netstandard 2.0 would add support for: .NET Framework 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
15 votes ·
Beta Was this translation helpful? Give feedback.
All reactions