We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6752892 commit f58d9d6Copy full SHA for f58d9d6
1 file changed
grunt/Gruntfile.js
@@ -10,7 +10,7 @@ module.exports = function (grunt) {
10
{ "Name": "SocketIoClientDotNet.net40", "NuGetDir": "net40", "SourceDir": "" },
11
{ "Name": "SocketIoClientDotNet.net45", "NuGetDir": "net45", "SourceDir": "" },
12
{ "Name": "SocketIoClientDotNet.windowsphone8", "NuGetDir": "windowsphone8", "SourceDir": "" },
13
- { "Name": "SocketIoClientDotNet.Xamarin-iOS", "NuGetDir": "xamarinios10", "SourceDir": "xamarinios10" },
+ { "Name": "SocketIoClientDotNet.Xamarin-iOS", "NuGetDir": "portable-Xamarin.iOS10+Xamarin.Mac20", "SourceDir": "xamarinios10" },
14
{ "Name": "SocketIoClientDotNet.Xamarin-MonoTouch", "NuGetDir": "monotouch10", "SourceDir": "monotouch10" },
15
{ "Name": "SocketIoClientDotNet.Xamarin-Android", "NuGetDir": "monoandroid10", "SourceDir": "", copyOnly: true },
16
{ "Name": "SocketIoClientDotNet.netcore45", "NuGetDir": "netcore45","SourceDir": "", copyOnly: true },
0 commit comments