diff --git a/MLEM.Templates/content/MLEM.Templates.DesktopGL/.template.config/template.json b/MLEM.Templates/content/MLEM.Templates.DesktopGL/.template.config/template.json index 32ffe43..762e754 100644 --- a/MLEM.Templates/content/MLEM.Templates.DesktopGL/.template.config/template.json +++ b/MLEM.Templates/content/MLEM.Templates.DesktopGL/.template.config/template.json @@ -16,12 +16,5 @@ { "path": "TemplateNamespace.csproj" } - ], - "symbols": { - "framework": { - "type": "parameter", - "defaultValue": "net462", - "replaces": "net462" - } - } + ] } \ No newline at end of file diff --git a/MLEM.Templates/content/MLEM.Templates.Portable/.template.config/template.json b/MLEM.Templates/content/MLEM.Templates.Portable/.template.config/template.json index 6318a3d..9a03998 100644 --- a/MLEM.Templates/content/MLEM.Templates.Portable/.template.config/template.json +++ b/MLEM.Templates/content/MLEM.Templates.Portable/.template.config/template.json @@ -16,12 +16,5 @@ { "path": "TemplateNamespace.csproj" } - ], - "symbols": { - "framework": { - "type": "parameter", - "defaultValue": "netstandard2.0", - "replaces": "netstandard2.0" - } - } + ] } \ No newline at end of file