I hereby claim:
- I am EricZimmerman on github.
- I am ericrzimmerman (https://keybase.io/ericrzimmerman) on keybase.
- I have a public key whose fingerprint is 7DFF 42EC C7FB 7656 1244 E0EB BAC3 30D2 D44A 8B05
To claim this, I am signing this object:
private static bool CheckForDotnet46() | |
{ | |
using (RegistryKey ndpKey = RegistryKey.OpenBaseKey(RegistryHive.LocalMachine, RegistryView.Registry32).OpenSubKey("SOFTWARE\\Microsoft\\NET Framework Setup\\NDP\\v4\\Full\\")) | |
{ | |
int releaseKey = Convert.ToInt32(ndpKey.GetValue("Release")); | |
return (releaseKey >= 393295); | |
} | |
} |
using System; | |
using System.Collections.Generic; | |
using System.Data; | |
using System.Diagnostics; | |
using System.Linq; | |
using System.Text; | |
using System.Drawing; | |
using System.IO; | |
using System.Threading.Tasks; |
I hereby claim:
To claim this, I am signing this object: