From 79c60c91afbeae9e34748588c2842d625d5d1ef6 Mon Sep 17 00:00:00 2001 From: Daniel Roth Date: Mon, 23 Jul 2018 23:10:14 -0700 Subject: [PATCH] Fixup default value for TemplateBlazorPackageVersion in server-side template --- .../BlazorServerSide-CSharp/.template.config.src/template.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/.template.config.src/template.json b/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/.template.config.src/template.json index 2d3ee56c47..626f9f4cbe 100644 --- a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/.template.config.src/template.json +++ b/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/.template.config.src/template.json @@ -85,7 +85,7 @@ "datatype": "string", "description": "Specifies which version of Blazor packages to use.", "replaces": "$(TemplateBlazorPackageVersion)", - "defaultValue": "0.5.0-preview1-t000" + "defaultValue": "${TemplateBlazorVersion}" }, "skipRestore": { "type": "parameter",