Преглед на файлове

[skip ci] fix netcore_ver define

Aurel Bílý преди 6 години
родител
ревизия
063a7cf885
променени са 1 файла, в които са добавени 3 реда и са изтрити 2 реда
  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",