From 3adebdbeea184558c83753b097b1abd32b2cd0dc Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Mon, 24 Feb 2020 18:10:57 +0100 Subject: [PATCH] remove symbols part --- .../.template.config/template.json | 9 +-------- .../.template.config/template.json | 9 +-------- 2 files changed, 2 insertions(+), 16 deletions(-) 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