Fixed a few bugs and switched to .NET framework 4.7

This commit is contained in:
Grigory Chudov
2018-10-21 14:12:05 -04:00
parent dd1358f8dc
commit 9754a9a328
82 changed files with 842 additions and 557 deletions

View File

@@ -296,7 +296,7 @@ namespace CUETools.CTDB
#else
uuidInfo = new DeviceIdBuilder()
.AddMachineName()
#if NET40
#if NET47
.AddProcessorId()
.AddMotherboardSerialNumber()
#endif