File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
src/ProjectTemplates/Web.ProjectTemplates/content/BlazorWeb-CSharp/.template.config Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 6565 "condition" : " (UseWebAssembly && InteractiveAtRoot)" ,
6666 "rename" : {
6767 "BlazorWeb-CSharp/Components/Layout/" : " ./BlazorWeb-CSharp.Client/Layout/" ,
68+ "BlazorWeb-CSharp/Components/Models/WeatherForecast.cs" : " ./BlazorWeb-CSharp.Client/Models/WeatherForecast.cs" ,
6869 "BlazorWeb-CSharp/Components/Pages/Home.razor" : " ./BlazorWeb-CSharp.Client/Pages/Home.razor" ,
70+ "BlazorWeb-CSharp/Components/Pages/NotFound.razor" : " ./BlazorWeb-CSharp.Client/Pages/NotFound.razor" ,
6971 "BlazorWeb-CSharp/Components/Pages/Weather.razor" : " ./BlazorWeb-CSharp.Client/Pages/Weather.razor" ,
7072 "BlazorWeb-CSharp/Components/Routes.razor" : " ./BlazorWeb-CSharp.Client/Routes.razor"
7173 }
9092 {
9193 "condition" : " (!(UseServer && !UseWebAssembly))" ,
9294 "exclude" : [
93- " BlazorWeb-CSharp/Components/Pages/Counter.razor"
95+ " BlazorWeb-CSharp/Components/Pages/Counter.razor" ,
96+ " BlazorWeb-CSharp/Components/Pages/WeatherDetails.razor"
9497 ]
9598 },
9699 {
You can’t perform that action at this time.
0 commit comments