Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Layton <jeffl8n@users.noreply.github.com>2021-06-14 05:00:57 +0300
committerGitHub <noreply@github.com>2021-06-14 05:00:57 +0300
commit374a7a8ab46408f655e95eb4dc4e5cdc0aba182f (patch)
treeb61f07e11128a9dd340bf1bde739be7f21668b3e /src/ProjectTemplates/Web.ProjectTemplates/content/BlazorServerWeb-CSharp
parent56ddfd2cdb4e92d0a32be62716e5a7775b134532 (diff)
Append version to app/site CSS (#33507)
Add asp-append-version="true" to CSS links in project templates. Fixes #31475
Diffstat (limited to 'src/ProjectTemplates/Web.ProjectTemplates/content/BlazorServerWeb-CSharp')
-rw-r--r--src/ProjectTemplates/Web.ProjectTemplates/content/BlazorServerWeb-CSharp/Pages/Error.cshtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ProjectTemplates/Web.ProjectTemplates/content/BlazorServerWeb-CSharp/Pages/Error.cshtml b/src/ProjectTemplates/Web.ProjectTemplates/content/BlazorServerWeb-CSharp/Pages/Error.cshtml
index 6b3b6a1930..fadab18400 100644
--- a/src/ProjectTemplates/Web.ProjectTemplates/content/BlazorServerWeb-CSharp/Pages/Error.cshtml
+++ b/src/ProjectTemplates/Web.ProjectTemplates/content/BlazorServerWeb-CSharp/Pages/Error.cshtml
@@ -9,7 +9,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title>Error</title>
<link href="~/css/bootstrap/bootstrap.min.css" rel="stylesheet" />
- <link href="~/css/app.css" rel="stylesheet" />
+ <link href="~/css/app.css" rel="stylesheet" asp-append-version="true" />
</head>
<body>