Skip to content

Commit

Permalink
change .NET Target framework from 4.5 to 4.7
Browse files Browse the repository at this point in the history
to support building on Appveyor again
fixes #305
  • Loading branch information
tpokorra committed Jan 10, 2019
1 parent b15f971 commit b87a389
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion OpenPetra.build
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ useful parameters
TemplateDir="${dir.incdir.template}"
DevEnvironments="${devenv-msbuild},${projectfiles.templates-list}"
DirBin="${dir.bin}"
NetFrameworkVersion="4.5.1"
NetFrameworkVersion="${Target-NETframework-version}"
ProjectVersion="${ReleaseID}"
DebugParameters="PetraClient,-C:${ClientConfigFile},PetraServerConsole,-C:${ServerConfigFile}"
/>
Expand Down
1 change: 1 addition & 0 deletions inc/nant/OpenPetra.common.xml
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,7 @@
overwrite="false" if="${platform::is-windows()}" />
<property name="nant.settings.currentframework" value="mono-${NETframework-version}"
overwrite="false" if="${platform::is-unix()}" />
<property name="Target-NETframework-version" value ="4.7.2" overwrite="false" />
<!-- compiler flags -->
<property name="compile.debug" value="true"
overwrite="false" />
Expand Down

0 comments on commit b87a389

Please sign in to comment.