diff options
Diffstat (limited to 'scripts')
| -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 787216e..687ea03 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 {  | 
