-
-
Notifications
You must be signed in to change notification settings - Fork 379
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
.NET Framework 4.5.2 end of support is April 26, 2022 #224
Comments
@davideicardi what do you think? |
metoule
added a commit
to metoule/DynamicExpresso
that referenced
this issue
Jan 31, 2022
@metoule Fine for me! Good idea! |
I think it will probably need a version bump to 3.0.0 though, because it's a breaking change. |
metoule
added a commit
that referenced
this issue
Feb 9, 2022
metoule
added a commit
to metoule/DynamicExpresso
that referenced
this issue
Mar 7, 2022
metoule
added a commit
that referenced
this issue
Mar 9, 2022
Cleanup csproj after removing NET Framework support. #224
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
DynamicExpresso is configured for multi-targeting:
.NET 4.5 is reaching end of support on April 26, 2022:
That means that the lowest supported version of .NET Framework is now .NET 4.6.2, which is compatible with
netstandard2.0
.Therefore, I suggest the following:
netstandard2.0
in DynamicExpresso.Corenetcoreapp5.0;netcoreapp3.1;net462
in DynamicExpresso.UnitTestThe text was updated successfully, but these errors were encountered: