Skip to content

Commit 176c9be

Browse files
Baseline fixes
1 parent 251ca60 commit 176c9be

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/ProjectTemplates/test/template-baselines.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1127,6 +1127,7 @@
11271127
"Pages/FetchData.razor",
11281128
"Pages/Index.razor",
11291129
"Program.cs",
1130+
"Properties/launchSettings.json",
11301131
"Shared/MainLayout.razor",
11311132
"Shared/NavMenu.razor",
11321133
"Shared/SurveyPrompt.razor",
@@ -1143,7 +1144,6 @@
11431144
"wwwroot/css/open-iconic/README.md",
11441145
"wwwroot/css/site.css",
11451146
"wwwroot/index.html",
1146-
"wwwroot/sample-data",
11471147
"wwwroot/sample-data/weather.json",
11481148
"_Imports.razor"
11491149
]
@@ -1157,6 +1157,7 @@
11571157
"Client/Pages/FetchData.razor",
11581158
"Client/Pages/Index.razor",
11591159
"Client/Program.cs",
1160+
"Client/Properties/launchSettings.json",
11601161
"Client/Shared/MainLayout.razor",
11611162
"Client/Shared/NavMenu.razor",
11621163
"Client/Shared/SurveyPrompt.razor",
@@ -1176,19 +1177,21 @@
11761177
"Client/_Imports.razor",
11771178
"Server/Controllers/WeatherForecastController.cs",
11781179
"Server/Program.cs",
1180+
"Server/Properties/launchSettings.json",
11791181
"Server/Startup.cs",
11801182
"Shared/WeatherForecast.cs"
11811183
]
11821184
},
11831185
"PWA": {
11841186
"Template": "blazorwasm",
1185-
"Arguments": "new blazorwasm -pwa",
1187+
"Arguments": "new blazorwasm --pwa",
11861188
"Files": [
11871189
"App.razor",
11881190
"Pages/Counter.razor",
11891191
"Pages/FetchData.razor",
11901192
"Pages/Index.razor",
11911193
"Program.cs",
1194+
"Properties/launchSettings.json",
11921195
"Shared/MainLayout.razor",
11931196
"Shared/NavMenu.razor",
11941197
"Shared/SurveyPrompt.razor",
@@ -1207,7 +1210,6 @@
12071210
"wwwroot/icon-512.png",
12081211
"wwwroot/index.html",
12091212
"wwwroot/manifest.json",
1210-
"wwwroot/sample-data",
12111213
"wwwroot/sample-data/weather.json",
12121214
"wwwroot/service-worker.js",
12131215
"wwwroot/service-worker.published.js",

0 commit comments

Comments
 (0)