File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ public class MonitorInfo
1919 /// <returns>A list of display monitors</returns>
2020 public unsafe static IList < MonitorInfo > GetDisplayMonitors ( )
2121 {
22-
2322 int monitorCount = PInvoke . GetSystemMetrics ( Windows . Win32 . UI . WindowsAndMessaging . SYSTEM_METRICS_INDEX . SM_CMONITORS ) ;
2423 List < MonitorInfo > list = new List < MonitorInfo > ( monitorCount ) ;
2524 var cbhandle = GCHandle . Alloc ( list ) ;
Original file line number Diff line number Diff line change 22 <Sdk Name =" Microsoft.DotNet.PackageValidation" Version =" 1.0.0-preview.7.21379.12" />
33
44 <PropertyGroup >
5- <TargetFramework >net6.0-windows10.0.18362 .0</TargetFramework >
5+ <TargetFramework >net6.0-windows10.0.19041 .0</TargetFramework >
66 <TargetPlatformMinVersion >10.0.17763.0</TargetPlatformMinVersion >
77 <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
88 <GenerateDocumentationFile >true</GenerateDocumentationFile >
1616 <IncludeSymbols >true</IncludeSymbols >
1717 <SymbolPackageFormat >snupkg</SymbolPackageFormat >
1818 <EmbedUntrackedSources >true</EmbedUntrackedSources >
19- <WindowsSdkPackageVersion >10.0.18362 .38</WindowsSdkPackageVersion >
19+ <WindowsSdkPackageVersion >10.0.19041 .38</WindowsSdkPackageVersion >
2020 </PropertyGroup >
2121
2222 <PropertyGroup Label =" PackageInfo" >
You can’t perform that action at this time.
0 commit comments