From b889e97a88e4ad3bf34890a53f3bcc0e48ed1b1a Mon Sep 17 00:00:00 2001 From: jplebre Date: Thu, 28 Jul 2016 12:49:48 +0100 Subject: [PATCH] fixed trailing commas --- src/dotnet/project.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/dotnet/project.json b/src/dotnet/project.json index 7e311f50d..66ee8dd68 100644 --- a/src/dotnet/project.json +++ b/src/dotnet/project.json @@ -8,7 +8,7 @@ "commands/dotnet-new/CSharp_Lib.zip", "commands/dotnet-new/CSharp_xunittest.zip", "commands/dotnet-new/CSharp_Web.zip", - "commands/dotnet-new/CSharp_nunittest/**" + "commands/dotnet-new/CSharp_nunittest.zip", "commands/dotnet-new/FSharp_Console.zip", "commands/dotnet-new/FSharp_Lib.zip" ] @@ -20,7 +20,7 @@ "commands/dotnet-new/CSharp_Web/**", "commands/dotnet-new/CSharp_Lib/**", "commands/dotnet-new/FSharp_Lib/**", - "commands/dotnet-new/CSharp_xunittest/**" + "commands/dotnet-new/CSharp_xunittest/**", "commands/dotnet-new/CSharp_nunittest/**" ] }