Skip to content

Commit

Permalink
Increase TFM to 19041
Browse files Browse the repository at this point in the history
Github Actions no longer supports 18362
  • Loading branch information
Morten Nielsen committed Sep 19, 2024
1 parent 2ce2301 commit d9dd5c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/WinUIEx/MonitorInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ public class MonitorInfo
/// <returns>A list of display monitors</returns>
public unsafe static IList<MonitorInfo> GetDisplayMonitors()
{

int monitorCount = PInvoke.GetSystemMetrics(Windows.Win32.UI.WindowsAndMessaging.SYSTEM_METRICS_INDEX.SM_CMONITORS);
List<MonitorInfo> list = new List<MonitorInfo>(monitorCount);
var cbhandle = GCHandle.Alloc(list);
Expand Down
4 changes: 2 additions & 2 deletions src/WinUIEx/WinUIEx.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Sdk Name="Microsoft.DotNet.PackageValidation" Version="1.0.0-preview.7.21379.12" />

<PropertyGroup>
<TargetFramework>net6.0-windows10.0.18362.0</TargetFramework>
<TargetFramework>net6.0-windows10.0.19041.0</TargetFramework>
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
Expand All @@ -16,7 +16,7 @@
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<WindowsSdkPackageVersion>10.0.18362.38</WindowsSdkPackageVersion>
<WindowsSdkPackageVersion>10.0.19041.38</WindowsSdkPackageVersion>
</PropertyGroup>

<PropertyGroup Label="PackageInfo">
Expand Down

0 comments on commit d9dd5c4

Please sign in to comment.