Skip to content

Commit

Permalink
update to .NET 8
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Apr 14, 2024
1 parent 1ba179b commit 76c62b4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MyApp/Pages/Start.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@attribute [RenderStatic]

@{
ViewData["Title"] = "Create new .NET 6 project";
ViewData["Title"] = "Create new .NET 8 project";
}

@await Html.PartialAsync("StartHeader")
Expand Down
2 changes: 1 addition & 1 deletion MyApp/Pages/StartAuth.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@attribute [RenderStatic]

@{
ViewData["Title"] = "Create new .NET 6 project";
ViewData["Title"] = "Create new .NET 8 project";
}

@await Html.PartialAsync("StartHeader")
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# servicestack.net

.NET 6.0 razor-ssg Static Generated Razor Pages Project Template
.NET 8.0 razor-ssg Static Generated Razor Pages Project Template

[![](https://raw.githubusercontent.com/ServiceStack/docs/master/docs/images/ssg/servicestack.net-home-1440.png)](https://servicestack.net)

Expand Down

0 comments on commit 76c62b4

Please sign in to comment.