bburman / Twelve21.PasswordStorage

Provides utility functions for password storage.
MIT License
15 stars 5 forks source link

Fix #1 #2

Closed andrekorol closed 3 years ago

andrekorol commented 4 years ago

Use the platform-agnostic Environment.ProcessorCount to get the number of logical processors that are available for use by the common language runtime (CLR).

Also, update the TargetFramework to the latest .NET Core version.