Skip to content

Commit

Permalink
Adjust plgx requirements (KeePass 2.44, .Net 4.8)
Browse files Browse the repository at this point in the history
  • Loading branch information
episource committed Feb 25, 2020
1 parent 10f7e88 commit 9cd7223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EpiSource.KeePass.Ekf/EpiSource.KeePass.Ekf.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,6 @@
</Target>-->
<Target Name="AfterBuild" Condition="$(DefineConstants.Contains(PLGX))">
<!-- Keepass fails if there's more than one csproj in the project directory. -->
<Exec Command="powershell.exe -executionpolicy bypass -File &quot;$(ProjectDir)/build-plgx-project.ps1&quot; -csproj &quot;$(ProjectPath)&quot; -outdir &quot;$(OutDir)\Plugins&quot; -objdir &quot;obj\$(Configuration)&quot; -plgxArgs &quot;--plgx-prereq-kp:2.40,--plgx-prereq-net:4.7,--plgx-prereq-os:Windows&quot;" ConsoleToMSBuild="true" LogStandardErrorAsError="true" ContinueOnError="true" />
<Exec Command="powershell.exe -executionpolicy bypass -File &quot;$(ProjectDir)/build-plgx-project.ps1&quot; -csproj &quot;$(ProjectPath)&quot; -outdir &quot;$(OutDir)\Plugins&quot; -objdir &quot;obj\$(Configuration)&quot; -plgxArgs &quot;--plgx-prereq-kp:2.44,--plgx-prereq-net:4.8,--plgx-prereq-os:Windows&quot;" ConsoleToMSBuild="true" LogStandardErrorAsError="true" ContinueOnError="true" />
</Target>
</Project>

0 comments on commit 9cd7223

Please sign in to comment.