Skip to content

Commit 808a90c

Browse files
authored
Add net46 to the build.cake
Updated build.cake to build for .net framework 4.6
1 parent e223ef9 commit 808a90c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.cake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ var solutionName = "AngleSharp.Io";
44
var frameworks = new Dictionary<String, String>
55
{
66
{ "netstandard2.0", "netstandard2.0" },
7+
{ "net46", "net46" },
78
};
89

910
#load tools/anglesharp.cake

0 commit comments

Comments
 (0)