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: docs/input/guidelines/TargetFramework.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,18 +18,24 @@ Title: Target Frameworks
18
18
19
19
## Goals
20
20
21
-
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 `netstandard2.0` and `net461` to have the maximum compatibility.
21
+
Each addin should have maximum compatibility when being used. Toward that end some Framework versions are required and some others are
22
+
suggested, depending on the Cake.Core version that is being referenced.
22
23
23
24
### Required / Suggested versions
24
25
25
26
Depending on the referenced `Cake.Core`-version different target versions are required and/or suggested.
26
27
Missing a required target version will raise [CCG0007](../rules/ccg0007) as an error
27
28
while missing a suggested target version will raise [CCG0007](../rules/ccg0007) as a warning.
0 commit comments