We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e223ef9 commit 808a90cCopy full SHA for 808a90c
build.cake
@@ -4,6 +4,7 @@ var solutionName = "AngleSharp.Io";
4
var frameworks = new Dictionary<String, String>
5
{
6
{ "netstandard2.0", "netstandard2.0" },
7
+ { "net46", "net46" },
8
};
9
10
#load tools/anglesharp.cake
0 commit comments