Skip to content

Commit

Permalink
Revert "Workaround: explicitly specifying TargetFramework as net48"
Browse files Browse the repository at this point in the history
This reverts commit fb942be.
  • Loading branch information
SadPencil committed Nov 8, 2023
1 parent 25d2855 commit 246e9af
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions DXMainClient/DXMainClient.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<!-- TODO: writing net48 here is a workaround! -->
<TargetFramework>net48</TargetFramework>
<PropertyGroup>
<OutputType Condition="'$(Engine)' != 'UniversalGL'">WinExe</OutputType>
<OutputType Condition="'$(Engine)' == 'UniversalGL'">Exe</OutputType>
<Title>CnCNet Client</Title>
Expand Down

0 comments on commit 246e9af

Please sign in to comment.