Top ".net-standard-1.4" questions

.NET Standard 1.4 is a version of [.net-standard]. Do not use this tag unless you have a specific question about this specific version.

Could not load file or assembly 'System.ComponentModel.Annotations, Version=4.1.0.0

I have a .NET Standard 1.4 class library that references the System.ComponentModel.Annotations (4.3.0) NuGet package. I'm then referencing this class …

.net visual-studio-2017 .net-standard .net-standard-1.4
Could not load file or assembly 'System.Security.Cryptography.Algorithms, Version = 4.1.0.0

I'm trying to use System.Security.Cryptography.RNGCryptoServiceProvider class in my .NET Standard 1.4 library and according to this topic my …

c# .net .net-standard .net-standard-1.4