-
Notifications
You must be signed in to change notification settings - Fork 30
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
proposal: Change minimum .net supported version #53
Comments
Sure de could. What advantages will we get ? |
I was looking at adding netstandard support to stateprinter. Which means using the new sdk csproj format with targetframworks, so u can multi target Unfortunately net35 and lower can be problematic depending on machine setup dotnet/msbuild#1333 Aslo net35 is an obstacle for contributers as a decreasing number of devs have the 35 sdk installed |
.net standard could be fun. Haven't looked into whether it can be mapped at all. E.g. what introspective capabilities .net standard has. Or how we can read external environment settings. Perhaps we can look into these matters first. So far no one has said they couldn't contribute due to the 3.5 restriction. |
so is that a "yes we can move to min of 4.5.2"? :) |
I may be slow but I still don't understand how going to 4.5.2 brings us closer to core:) |
@SimonCropp have you looked into .net core and whether it supports the reflection used? |
i no longer need this. so will close for now |
So the current min is .net 3.5. which was released ~11 years ago.
Perhaps the new min could be 4.5.2, released ~4 years ago ?
I know this is a breaking change, but people still using 3.5 can stay on the old nuget until they can move on to 4.5.2.
related to: #52
The text was updated successfully, but these errors were encountered: