Browse Source

[skip ci] fix netcore_ver define

Aurel Bílý 6 years ago
parent
commit
063a7cf885
1 changed files with 3 additions and 2 deletions
  1. 3 2
      src-json/define.json

+ 3 - 2
src-json/define.json

@@ -366,8 +366,9 @@
 	{
 		"name": "NetcoreVer",
 		"define": "netcore_ver",
-		"doc": "<version:x.x.x> Sets the .NET core version to be targeted",
-		"platforms": ["cs"]
+		"doc": "Sets the .NET core version to be targeted",
+		"platforms": ["cs"],
+		"params": ["version: x.x.x"]
 	},
 	{
 		"name": "NetTarget",