We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dad2c9 commit 7e2edc7Copy full SHA for 7e2edc7
grunt/Gruntfile.js
@@ -11,7 +11,6 @@ module.exports = function (grunt) {
11
{ "Name": "EngineIoClientDotNet.windowsphone8", "NuGetDir": "windowsphone8" },
12
{ "Name": "EngineIoClientDotNet.netcore45", "NuGetDir": "netcore45" },
13
{ "Name": "EngineIoClientDotNet.portable-wpa81+wp81", "NuGetDir": "portable-wpa81+wp81" }
14
- // { "Name": "EngineIoClientDotNet.portable-win81+wpa81", "NuGetDir": "portable-win81+wpa81" }
15
];
16
17
grunt.log.writeln(util.inspect(config));
0 commit comments