Skip to content

Commit

Permalink
Specify .NET Framework 4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
micbou committed Jun 1, 2017
1 parent 2d87af5 commit 0182d85
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,8 @@ def BuildOmniSharp():
sys.exit( 'ERROR: msbuild or xbuild is required to build Omnisharp.' )

os.chdir( p.join( DIR_OF_THIS_SCRIPT, 'third_party', 'OmniSharpServer' ) )
CheckCall( [ build_command, '/property:Configuration=Release' ] )
CheckCall( [ build_command, '/property:Configuration=Release',
'/property:TargetFrameworkVersion=v4.5' ] )


def BuildGoCode():
Expand Down

0 comments on commit 0182d85

Please sign in to comment.