-
-
Notifications
You must be signed in to change notification settings - Fork 258
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
Porting to .netstandard 2.0+ #68
Comments
To maintain Windows Server 2012 R2 RTM support in the PowerShell module, the target .NET Framework needs to be kept at version 4.5.1, which corresponds to .NET Standard 1.2 AFAIK. |
why not .net standard 2.0 or 3.0, |
Gotchas:
I am currently working on improving FIDO stuff and better NTDS schema parsing, which takes 100% of my free time. I would therefore welcome any help in porting the project to .NET Core 3. |
Support for .NET Core 3+ would be a big deal for me too. Thanks for your great work! |
I already started work on rewriting code that is bound to .NET Framework and build scripts. |
Great news, thank you very much! |
I have created a pull request that would simplify it for us to reference the packages then from a .Net Core 3.1 project. |
No description provided.
The text was updated successfully, but these errors were encountered: