diff --git a/build/dependencies.props b/build/dependencies.props index c1ebeb91e1..d567778b4c 100644 --- a/build/dependencies.props +++ b/build/dependencies.props @@ -3,7 +3,7 @@ $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - 2.1.0-preview2-15735 + 2.1.0-preview2-15736 2.1.0-preview2-30285 2.1.0-preview2-30285 2.1.0-preview2-30285 diff --git a/korebuild-lock.txt b/korebuild-lock.txt index 57f8287db2..14ecc99f57 100644 --- a/korebuild-lock.txt +++ b/korebuild-lock.txt @@ -1,2 +1,2 @@ -version:2.1.0-preview2-15735 -commithash:e1c2a4b79748d853196318c6e2e52151846070bd +version:2.1.0-preview2-15736 +commithash:36ec5cebaad48f278fd9420fe459d7d0640ec80f diff --git a/src/Microsoft.AspNetCore.SpaTemplates/Microsoft.AspNetCore.SpaTemplates.csproj b/src/Microsoft.AspNetCore.SpaTemplates/Microsoft.AspNetCore.SpaTemplates.csproj index 2cfec022ce..bf00fe2b24 100644 --- a/src/Microsoft.AspNetCore.SpaTemplates/Microsoft.AspNetCore.SpaTemplates.csproj +++ b/src/Microsoft.AspNetCore.SpaTemplates/Microsoft.AspNetCore.SpaTemplates.csproj @@ -22,13 +22,13 @@ - + $(GeneratedContentProperties) - + $(GeneratedContentProperties) - + $(GeneratedContentProperties) diff --git a/src/Microsoft.AspNetCore.SpaTemplates/content/Aurelia-CSharp/.template.config/template.json b/src/Microsoft.AspNetCore.SpaTemplates/content/Aurelia-CSharp/.template.config/template.json index 2501dd9a98..47e40a69fd 100644 --- a/src/Microsoft.AspNetCore.SpaTemplates/content/Aurelia-CSharp/.template.config/template.json +++ b/src/Microsoft.AspNetCore.SpaTemplates/content/Aurelia-CSharp/.template.config/template.json @@ -11,11 +11,11 @@ "preferNameDirectory": true, "primaryOutputs": [ { - "path": "AureliaSpa.csproj" + "path": "Company.WebApplication1.csproj" } ], "shortName": "aurelia", - "sourceName": "AureliaSpa", + "sourceName": "Company.WebApplication1", "sources": [ { "source": "./", diff --git a/src/Microsoft.AspNetCore.SpaTemplates/content/Aurelia-CSharp/ClientApp/app/components/app/app.ts b/src/Microsoft.AspNetCore.SpaTemplates/content/Aurelia-CSharp/ClientApp/app/components/app/app.ts index 5d067df64e..ed21dd2bcf 100644 --- a/src/Microsoft.AspNetCore.SpaTemplates/content/Aurelia-CSharp/ClientApp/app/components/app/app.ts +++ b/src/Microsoft.AspNetCore.SpaTemplates/content/Aurelia-CSharp/ClientApp/app/components/app/app.ts @@ -5,7 +5,7 @@ export class App { router: Router; configureRouter(config: RouterConfiguration, router: Router) { - config.title = 'AureliaSpa'; + config.title = 'Company.WebApplication1'; config.map([{ route: [ '', 'home' ], name: 'home', diff --git a/src/Microsoft.AspNetCore.SpaTemplates/content/Aurelia-CSharp/ClientApp/app/components/navmenu/navmenu.html b/src/Microsoft.AspNetCore.SpaTemplates/content/Aurelia-CSharp/ClientApp/app/components/navmenu/navmenu.html index 1661aa6247..15cc54846e 100644 --- a/src/Microsoft.AspNetCore.SpaTemplates/content/Aurelia-CSharp/ClientApp/app/components/navmenu/navmenu.html +++ b/src/Microsoft.AspNetCore.SpaTemplates/content/Aurelia-CSharp/ClientApp/app/components/navmenu/navmenu.html @@ -9,7 +9,7 @@ - AureliaSpa + Company.WebApplication1