web-push-csharp
web-push-csharp copied to clipboard
Remove BouncyCastle dependency to use System.Security.Cryptography
Remove BouncyCastle dependency to use System.Security.Cryptography. Add .net48 support Remove .netstandard1.1 et .netstandard2.0 don't support all crypto methods
Hi,
Thanks for this work.
I look at merging this in however it uses a few APIs that are only available on windows.
I would love to replace them with cross platform alternatives once i get some time to get this merged in.
Remove BouncyCastle dependency to use System.Security.Cryptography. Add .net48 support Remove .netstandard1.1 et .netstandard2.0 don't support all crypto methods
Looks good! Could you please remove .net48 and do the cryptography in .net core only