Skip to content

Commit

Permalink
fix net45 bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Mochengvia committed Apr 11, 2024
1 parent c617c38 commit b472d1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SourceCode/Net452/Panuon.WPF.UI/Panuon.WPF.UI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>..\..\outputs\Debug\net452\</OutputPath>
<DefineConstants>TRACE;DEBUG;NET45</DefineConstants>
<DefineConstants>TRACE;DEBUG;NET452</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
Expand Down

0 comments on commit b472d1d

Please sign in to comment.