1 file changed
+1
-1
lines changedSubmodule spa-templates updated 30 files
- CODE-OF-CONDUCT.md+6
- LICENSE.txt+23
- src/content/Angular-CSharp/.template.config/template.json+1-2
- src/content/Angular-CSharp/Controllers/OidcConfigurationController.cs+17-17
- src/content/Angular-CSharp/Controllers/WeatherForecastController.cs+25-31
- src/content/Angular-CSharp/Data/ApplicationDbContext.cs+9-14
- src/content/Angular-CSharp/Data/SQLServer/00000000000000_CreateIdentitySchema.Designer.cs+43-2
- src/content/Angular-CSharp/Data/SQLServer/00000000000000_CreateIdentitySchema.cs+31
- src/content/Angular-CSharp/Data/SQLServer/ApplicationDbContextModelSnapshot.cs+43-2
- src/content/Angular-CSharp/Data/SQLite/00000000000000_CreateIdentitySchema.Designer.cs+42-2
- src/content/Angular-CSharp/Data/SQLite/00000000000000_CreateIdentitySchema.cs+31
- src/content/Angular-CSharp/Data/SQLite/ApplicationDbContextModelSnapshot.cs+42-2
- src/content/Angular-CSharp/Models/ApplicationUser.cs+4-8
- src/content/Angular-CSharp/Pages/Error.cshtml.cs+14-20
- src/content/Angular-CSharp/Program.cs+6-17
- src/content/Angular-CSharp/WeatherForecast.cs+6-9
- src/content/React-CSharp/.template.config/template.json+1-2
- src/content/React-CSharp/Controllers/OidcConfigurationController.cs+17-17
- src/content/React-CSharp/Controllers/WeatherForecastController.cs+25-31
- src/content/React-CSharp/Data/ApplicationDbContext.cs+9-14
- src/content/React-CSharp/Data/SQLServer/00000000000000_CreateIdentitySchema.Designer.cs+41-2
- src/content/React-CSharp/Data/SQLServer/00000000000000_CreateIdentitySchema.cs+31
- src/content/React-CSharp/Data/SQLServer/ApplicationDbContextModelSnapshot.cs+41-2
- src/content/React-CSharp/Data/SQLite/00000000000000_CreateIdentitySchema.Designer.cs+42-2
- src/content/React-CSharp/Data/SQLite/00000000000000_CreateIdentitySchema.cs+31
- src/content/React-CSharp/Data/SQLite/ApplicationDbContextModelSnapshot.cs+42-2
- src/content/React-CSharp/Models/ApplicationUser.cs+3-8
- src/content/React-CSharp/Pages/Error.cshtml.cs+14-20
- src/content/React-CSharp/Program.cs+6-17
- src/content/React-CSharp/WeatherForecast.cs+6-9
0 commit comments