You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: guidelines/TargetFramework.html
+14-2Lines changed: 14 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -132,13 +132,14 @@ <h2 id="table-of-contents">Table of Contents</h2>
132
132
</ul>
133
133
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
134
134
<h2id="goals">Goals</h2>
135
-
<p>As .NET Framework < 4.7.2 has issues with running .NET Standard assemblies, and Cake itself can run on .NET Framework 4.6.1 it is suggested to multi-target addins to <code>netstandard2.0</code> and <code>net461</code> to have the maximum compatibility.</p>
135
+
<p>Each addin should have maximum compatibility when being used. Toward that end some Framework versions are required and some others are
136
+
suggested, depending on the Cake.Core version that is being referenced.</p>
0 commit comments