Skip to content

Commit

Permalink
Fixed OS.Compatibility compiler warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
OudomMunint committed May 5, 2024
1 parent 448b01e commit db69199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
}
}

else
else if (RuntimeInformation.IsOSPlatform(OSPlatform.Windows))
{
// GET CPU info
// Windows specific
Expand Down

0 comments on commit db69199

Please sign in to comment.