Skip to content

Commit

Permalink
Updated project release on .NET 6 (Windows 2004 required)
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianLeChat committed Nov 20, 2021
1 parent c3cd948 commit 6d240e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FacepunchCommitsMonitor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net5.0-windows10.0.18362.0</TargetFramework> <!-- Windows 10 version 1903 (May 2019 update) -->
<TargetFramework>net6.0-windows10.0.19041.0</TargetFramework> <!-- Windows 10 version 2004 (May 2020 Update) -->
<PlatformTarget>x64</PlatformTarget>
<UseWindowsForms>true</UseWindowsForms>
<ApplicationIcon>logo.ico</ApplicationIcon>
Expand Down

0 comments on commit 6d240e4

Please sign in to comment.