-
Notifications
You must be signed in to change notification settings - Fork 58
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
Shift to .NET Core #9
Comments
Any updates? |
Have a look at my fork and netstandard branch (https://github.com/stevehayles/Quic.NET/tree/netstandard) which is multi-targetting .net4.5.2 and Netstandard2.1 I believe this is a better way to go than specifically creating creating a .NET Core library. This library doesn't need anything outside .NetStandard (at least yet) and this makes it compatible in the widest sense with as many projects as possible |
Hello, @stevehayles , thank you for doing so. Currently, your link does not point to any branch, has it been deleted? |
Hi @Vect0rZ , My mistake with the url, I think that should point to the correct fork / branch now |
Great, thank you @stevehayles , looks good If that's okay for you, let's do a PR and merge it into the main repository. |
@Vect0rZ Very happy to do a PR, I am actually just checking through the .NET Standard versions as I think it could be dropped to 2.0 which will allow usage with .NET core 2.0, Mono 5.4 and a lower version of Unity. If that is the case than the full framework would be compatible from version 4.6.1 which would make the multi-targetting to 4.5.2 almost redundant. How important do you think 4.5.2 compatibility is in reality ? |
@stevehayles Good point about Core 2.0. Thanks! |
@NotoriousRebel @stevehayles Any concerns closing this task? |
@Vect0rZ No problem for me, it's working fine here. Now to work on the streaming ..... |
Fine with it being closed thanks for all the help. |
It would be great if this project was targeting .NET Core especially with 3.1 getting LTS for 3 years :)
The text was updated successfully, but these errors were encountered: