From 7e732bccfebe0cf51138d4368b98c2ab11e168f7 Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Tue, 24 Mar 2020 19:02:16 +0100 Subject: [PATCH] Fix choices not being honored for C# classlibs (#2336) Manual port of https://github.com/dotnet/templating/pull/2335 --- .../ClassLibrary-CSharp/.template.config/template.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.5.0/content/ClassLibrary-CSharp/.template.config/template.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.5.0/content/ClassLibrary-CSharp/.template.config/template.json index 980f4e8ad5..a0674f02ed 100644 --- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.5.0/content/ClassLibrary-CSharp/.template.config/template.json +++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.5.0/content/ClassLibrary-CSharp/.template.config/template.json @@ -55,8 +55,8 @@ "description": "Target netstandard2.0" } ], - "replaces": "netstandard2.0", - "defaultValue": "netstandard2.0" + "replaces": "net5.0", + "defaultValue": "net5.0" }, "langVersion": { "type": "parameter",