diff options
Diffstat (limited to 'scripts/nuget.autopkg')
-rw-r--r-- | scripts/nuget.autopkg | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/scripts/nuget.autopkg b/scripts/nuget.autopkg index 8f333f2..1a3fc22 100644 --- a/scripts/nuget.autopkg +++ b/scripts/nuget.autopkg @@ -1,10 +1,8 @@ configurations { - // This node contains custom pivot information. - Toolset - { - key: "PlatformToolset"; - choices: { v140, v120, v110, v100 }; - } + Toolset { + key: "PlatformToolset"; + choices: { v140, v120, v110, v100 }; + } } nuget { nuspec { |