diff --git a/.vscode/tasks.json b/.vscode/tasks.json
index 128265ff6f..3edf90c5b6 100644
--- a/.vscode/tasks.json
+++ b/.vscode/tasks.json
@@ -8,7 +8,7 @@
"tasks": [
{
"taskName": "build",
- "args": [ "src/*/project.json", "-f", "netstandard1.1" ],
+ "args": [ "ImageSharp.sln" ],
"isBuildCommand": true,
"showOutput": "always",
"problemMatcher": "$msCompile"
@@ -22,7 +22,7 @@
},
{
"taskName": "test",
- "args": ["tests/ImageSharp.Tests/project.json", "-f", "netcoreapp1.1"],
+ "args": ["tests/ImageSharp.Tests/ImageSharp.Tests.csproj", "-f", "netcoreapp1.1"],
"isTestCommand": true,
"showOutput": "always",
"problemMatcher": "$msCompile"
diff --git a/ImageSharp.ruleset b/ImageSharp.ruleset
index fb344621f9..3f10206fca 100644
--- a/ImageSharp.ruleset
+++ b/ImageSharp.ruleset
@@ -4,5 +4,8 @@
+
+
+
\ No newline at end of file
diff --git a/src/ImageSharp/ImageSharp.csproj b/src/ImageSharp/ImageSharp.csproj
index 2dfb283ef9..db37a60366 100644
--- a/src/ImageSharp/ImageSharp.csproj
+++ b/src/ImageSharp/ImageSharp.csproj
@@ -27,6 +27,7 @@
full
portable
True
+ IOperation
@@ -34,7 +35,7 @@
-
+