Skip to content

Commit af7b00f

Browse files
Migrated all projects to latest TFM and Updated NuGet Packages
1 parent f0e8c0d commit af7b00f

File tree

43 files changed

+43
-43
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+43
-43
lines changed

PDFViewer2/NET10/PDFViewer2_ServerApp/Components/App.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html>
1+
<!DOCTYPE html>
22
<html lang="en">
33

44
<head>

PDFViewer2/NET10/PDFViewer2_ServerApp/Components/Layout/MainLayout.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@inherits LayoutComponentBase
1+
@inherits LayoutComponentBase
22

33
<div class="page">
44
<div class="sidebar">

PDFViewer2/NET10/PDFViewer2_ServerApp/Components/Layout/NavMenu.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<div class="top-row ps-3 navbar navbar-dark">
1+
<div class="top-row ps-3 navbar navbar-dark">
22
<div class="container-fluid">
33
<a class="navbar-brand" href="">PDFViewer2_ServerApp</a>
44
</div>

PDFViewer2/NET10/PDFViewer2_ServerApp/Components/Layout/ReconnectModal.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<script type="module" src="@Assets["Components/Layout/ReconnectModal.razor.js"]"></script>
1+
<script type="module" src="@Assets["Components/Layout/ReconnectModal.razor.js"]"></script>
22

33
<dialog id="components-reconnect-modal" data-nosnippet>
44
<div class="components-reconnect-container">

PDFViewer2/NET10/PDFViewer2_ServerApp/Components/Pages/Counter.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@page "/counter"
1+
@page "/counter"
22

33
<PageTitle>Counter</PageTitle>
44

PDFViewer2/NET10/PDFViewer2_ServerApp/Components/Pages/Error.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@page "/Error"
1+
@page "/Error"
22
@using System.Diagnostics
33

44
<PageTitle>Error</PageTitle>

PDFViewer2/NET10/PDFViewer2_ServerApp/Components/Pages/Home.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@page "/"
1+
@page "/"
22

33
@using Syncfusion.Blazor.SfPdfViewer
44

PDFViewer2/NET10/PDFViewer2_ServerApp/Components/Pages/NotFound.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@page "/not-found"
1+
@page "/not-found"
22
@layout MainLayout
33

44
<h3>Not Found</h3>

PDFViewer2/NET10/PDFViewer2_ServerApp/Components/Pages/Weather.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@page "/weather"
1+
@page "/weather"
22

33
<PageTitle>Weather</PageTitle>
44

PDFViewer2/NET10/PDFViewer2_ServerApp/Components/Routes.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Router AppAssembly="typeof(Program).Assembly" NotFoundPage="typeof(Pages.NotFound)">
1+
<Router AppAssembly="typeof(Program).Assembly" NotFoundPage="typeof(Pages.NotFound)">
22
<Found Context="routeData">
33
<RouteView RouteData="routeData" DefaultLayout="typeof(Layout.MainLayout)" />
44
<FocusOnNavigate RouteData="routeData" Selector="h1" />

0 commit comments

Comments
 (0)