Skip to content

Commit

Permalink
Updated minimum platforms for running the program on Windows 10
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianLeChat committed Nov 17, 2024
1 parent 5ceb48a commit 0fb4b09
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions src/FacepunchCommitsMonitor.csproj
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<!-- https://docs.microsoft.com/en-us/windows/apps/desktop/modernize/desktop-to-uwp-enhance -->
<!-- https://en.wikipedia.org/wiki/Microsoft_Windows_SDK -->
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFrameworks>net8.0-windows10.0.22000.0;net9.0-windows10.0.22000.0</TargetFrameworks> <!-- Windows 11 -->
<TargetPlatformMinVersion>10.0.19044.3693</TargetPlatformMinVersion> <!-- Windows 10 version 21H2 (November 2021 Update) -->
<TargetFrameworks>net8.0-windows10.0.22621.0;net9.0-windows10.0.22621.0</TargetFrameworks> <!-- Windows 11 SDK (October 2022) -->
<TargetPlatformMinVersion>10.0.20348.0</TargetPlatformMinVersion> <!-- Windows 10 SDK 2104 (May 2021) -->
<PublishSingleFile>true</PublishSingleFile>
<Platforms>win-arm64;x64</Platforms>
<UseWindowsForms>true</UseWindowsForms>
Expand Down
4 changes: 2 additions & 2 deletions tests/FacepunchCommitsMonitorTests.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net8.0-windows10.0.22000.0;net9.0-windows10.0.22000.0</TargetFrameworks> <!-- Windows 11 -->
<TargetPlatformMinVersion>10.0.19044.3693</TargetPlatformMinVersion> <!-- Windows 10 version 21H2 (November 2021 Update) -->
<TargetFrameworks>net8.0-windows10.0.22621.0;net9.0-windows10.0.22621.0</TargetFrameworks> <!-- Windows 11 SDK (October 2022) -->
<TargetPlatformMinVersion>10.0.20348.0</TargetPlatformMinVersion> <!-- Windows 10 SDK 2104 (May 2021) -->
<Platforms>win-arm64;x64</Platforms>
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>
Expand Down

0 comments on commit 0fb4b09

Please sign in to comment.