Skip to content

Commit a09dc41

Browse files
committed
Move razor-pages to LegacyTemplates
1 parent 859062b commit a09dc41

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

MyApp/_includes/web-new-netcore.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
| [vue-mjs](https://github.com/LegacyTemplates/vue-mjs) | .NET 10 Simple, Modern Vue ServiceStack Auth App with Tailwind |
1616
| [razor-ssg](https://github.com/NetCoreTemplates/razor-ssg) | .NET 10 Razor SSG App with Tailwind |
1717
| [razor-press](https://github.com/NetCoreTemplates/razor-press) | .NET 10 Razor Press Documentation Site with Tailwind |
18-
| [razor-pages](https://github.com/NetCoreTemplates/razor-pages) | .NET 10 Razor Pages App with Tailwind |
18+
| [razor-pages](https://github.com/LegacyTemplates/razor-pages) | .NET 10 Razor Pages App with Tailwind |
1919
| [razor-bootstrap](https://github.com/NetCoreTemplates/razor-bootstrap) | .NET 10 Razor Pages App with Bootstrap |
2020
| [razor](https://github.com/NetCoreTemplates/razor) | .NET 10 Razor Pages App |
21-
| [mvcauth](https://github.com/LegacyTemplates/mvcauth) | .NET 10 MVC Auth App |
21+
| [mvcauth](https://github.com/LegacyTemplates/mvcauth) | .NET 10 MVC Auth App |
2222
| [mvc-bootstrap](https://github.com/NetCoreTemplates/mvc-bootstrap) | .NET 10 MVC Identity Auth App with Bootstrap |
2323
| [mvc](https://github.com/NetCoreTemplates/mvc) | .NET 10 MVC Identity Auth App with Tailwind |
2424
| [script](https://github.com/NetCoreTemplates/script) | .NET 10 #Script Pages App with Bootstrap |

MyApp/_pages/netcore.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ public class Program
293293

294294

295295
Alternatively you can start with any of the [.NET Core Templates](https://github.com/NetCoreTemplates/) which
296-
uses ASP .NET Core's recommended [Top-level statements](https://learn.microsoft.com/en-us/dotnet/csharp/fundamentals/program-structure/top-level-statements) for its [Program.cs](https://github.com/NetCoreTemplates/razor-pages/blob/main/MyApp/Program.cs) Startup class, e.g:
296+
uses ASP .NET Core's recommended [Top-level statements](https://learn.microsoft.com/en-us/dotnet/csharp/fundamentals/program-structure/top-level-statements) for its [Program.cs](https://github.com/LegacyTemplates/razor-pages/blob/main/MyApp/Program.cs) Startup class, e.g:
297297

298298
```csharp
299299
var builder = WebApplication.CreateBuilder(args);

0 commit comments

Comments
 (0)