Skip to content

Commit eb8690d

Browse files
committed
Update template baselines
1 parent 5983350 commit eb8690d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+60765
-264
lines changed

src/ProjectTemplates/Web.ProjectTemplates/content/BlazorWeb-CSharp/.template.config/template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
"BlazorWeb-CSharp/Components/Pages/Counter.*",
107107
"BlazorWeb-CSharp/Components/Pages/Weather.*",
108108
"BlazorWeb-CSharp/Components/Layout/NavMenu.*",
109-
"BlazorWeb-CSharp/wwwroot/bootstrap/**",
109+
"BlazorWeb-CSharp/wwwroot/lib/**",
110110
"BlazorWeb-CSharp/wwwroot/favicon.*",
111111
"BlazorWeb-CSharp.Client/Pages/**",
112112
"BlazorWeb-CSharp.Client/wwwroot/**"

src/ProjectTemplates/Web.ProjectTemplates/content/ComponentsWebAssembly-CSharp/.template.config/template.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,7 @@
124124
"Pages/Weather.*",
125125
"Layout/MainLayout.razor.css",
126126
"Layout/NavMenu.*",
127-
"wwwroot/css/bootstrap/**",
128-
"wwwroot/css/bootstrap-icons/**",
127+
"wwwroot/lib/**",
129128
"wwwroot/favicon.png",
130129
"wwwroot/sample-data/weather.json"
131130
]

src/ProjectTemplates/Web.ProjectTemplates/content/ComponentsWebAssembly-CSharp/wwwroot/css/bootstrap/bootstrap.min.css

Lines changed: 0 additions & 7 deletions
This file was deleted.

src/ProjectTemplates/Web.ProjectTemplates/content/ComponentsWebAssembly-CSharp/wwwroot/css/bootstrap/bootstrap.min.css.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/ProjectTemplates/Web.ProjectTemplates/content/ComponentsWebAssembly-CSharp/wwwroot/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<title>ComponentsWebAssembly-CSharp</title>
88
<base href="/" />
99
<!--#if SampleContent -->
10-
<link rel="stylesheet" href="css/bootstrap/bootstrap.min.css" />
10+
<link rel="stylesheet" href="lib/bootstrap/dist/css/bootstrap.min.css" />
1111
<!--#endif -->
1212
<link rel="stylesheet" href="css/app.css" />
1313
<!--#if SampleContent -->

0 commit comments

Comments
 (0)