-
Notifications
You must be signed in to change notification settings - Fork 1k
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
use .NET Standard 2.0 and later as only build target #3944
use .NET Standard 2.0 and later as only build target #3944
Conversation
#3945 needs to be merged into |
f38aa62
to
f6f02cd
Compare
Welp, here's where this build hit the wall: ... @Arkatufus - so what should we do with this given that we're moving HOCON as a stand-alone feature into Akka.NET? If we get rid of |
I think what we're going to end up doing here, so as to not introduce too many behavior changes at once, is wait and see how the new stand-alone HOCON integration goes and see if that library can offer a good solution. |
This should fix it: Arkatufus@3e08c21 |
We should mark the old |
Have some API ideas for how we can do this... |
@Arkatufus retrying this PR with your fix |
Looks like that created some compilation problems on Linux - the same |
Looks like we're good to go here. Going to merge this in and set the groundwork for stand-alone HOCON. |
close #3851 - dropping .NET Framework 4.5.2 support.
Draft PR because we need to get rid of the old Helios transport package first.