Fixed portability warnings for .NET 6.0 build
This commit is contained in:
parent
a226d1793b
commit
0f5d22520e
2 changed files with 17 additions and 2 deletions
|
@ -22,6 +22,9 @@ using System.Drawing;
|
|||
using System.Drawing.Drawing2D;
|
||||
using System.Linq;
|
||||
using System.Windows.Forms;
|
||||
#if NET6_0_OR_GREATER
|
||||
using System.Runtime.Versioning;
|
||||
#endif
|
||||
|
||||
namespace Nuclex.Windows.Forms.Controls {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue