Closed zvirja closed 6 years ago
I just set up the VM with Win 10 + .NET Core 1.1 SDK + .NET Core 2.1 SDK + .NET 452 SDK and tested it. Indeed, it fails with the mentioned error. It's caused by the fact we are targeting .NET 3.5 for the main library. If I change it to 452 it works fine.
I wasn't able to find .NET 3.5 SDK standalone or find the solution. Therefore, I could suggest either:
Sorry, I spent a few hours, but don't see any other way. Would be happy to hear if you found π
Thank you for all the hard work youβve been putting in. Itβs much appreciated.
I think itβs time to target a newer version of .NET, as you correctly wrote. β The reason this is targeting such an old .NET version is because Iβd never had the need to change it, until now.
Imagine that when I ported all this from Java, .NET 3.x was the latest and greatest π
Ok then. Giving that nothing else left from the build script perspective, I this PR can be merged. If you wish to migrate project to .NET 452, please fire a separate PR and release a new major version π
Let me know if you wish further actions on this PR from my side.
Let me know if you wish further actions on this PR from my side.
No other actions needed.
π―
FWIW, I might consider targeting net452
and netstandard2.0
. Perhaps it's time to move on given the current constraints caused by the official tooling from Microsoft.
Fixes #42
@moodmosaic Now it should work fine without VS π