This repository has been archived by the owner on Dec 3, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgraded all packages to latest. Bumped version
- Loading branch information
Chris Sainty
committed
Mar 6, 2020
1 parent
aafddd8
commit 3ee8058
Showing
58 changed files
with
593 additions
and
853 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
20 changes: 10 additions & 10 deletions
20
samples/BlazorClientSide/App.razor → samples/BlazorServer/App.razor
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
<Router AppAssembly="typeof(Program).Assembly"> | ||
<Found Context="routeData"> | ||
<RouteView RouteData="routeData" DefaultLayout="typeof(MainLayout)" /> | ||
</Found> | ||
<NotFound> | ||
<LayoutView Layout="typeof(MainLayout)"> | ||
<h1>Page not found</h1> | ||
<p>Sorry, but there's nothing here!</p> | ||
</LayoutView> | ||
</NotFound> | ||
<Router AppAssembly="typeof(Program).Assembly"> | ||
<Found Context="routeData"> | ||
<RouteView RouteData="routeData" DefaultLayout="typeof(MainLayout)" /> | ||
</Found> | ||
<NotFound> | ||
<LayoutView Layout="typeof(MainLayout)"> | ||
<h1>Page not found</h1> | ||
<p>Sorry, but there's nothing here!</p> | ||
</LayoutView> | ||
</NotFound> | ||
</Router> |
File renamed without changes.
Oops, something went wrong.