Skip to content

Commit

Permalink
(chocolateyGH-1020) Add rather then replace mono framework to build s…
Browse files Browse the repository at this point in the history
…ettings

See PR-1827 change request.
  • Loading branch information
TheCakeIsNaOH committed Aug 17, 2019
1 parent 501397c commit d38adf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .build/default.build.settings
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
<property name="fail.build.on.error" value="true" />

<!-- FRAMEWORKS -->
<!-- microsoft.framework: vb6, net-1.0, net-1.1, net-2.0, net-3.5, net-4.0, net-4.5, netcf-1.0, netcf-2.0, silverlight-2.0, mono-1.0, mono-2.0, mono-3.5, mono-4.5, moonlight-2.0 (Enter multiple ones with a "," to take advantage of multitargeting) -->
<!-- microsoft.framework: vb6, net-1.0, net-1.1, net-2.0, net-3.5, net-4.0, net-4.5, netcf-1.0, netcf-2.0, silverlight-2.0, mono-1.0, mono-2.0, mono-3.5, mono-4.0, mono-4.5, moonlight-2.0 (Enter multiple ones with a "," to take advantage of multitargeting) -->
<property name="microsoft.framework" value="net-4.0" overwrite="false" />
<!-- language.short: vb,cs -->
<property name="language.short" value="cs" overwrite="false" />
Expand Down

0 comments on commit d38adf2

Please sign in to comment.