From 63bcdb7986871372eefddfbcd0ce50636e0ade76 Mon Sep 17 00:00:00 2001 From: KristofferStrube Date: Sun, 18 Feb 2024 13:13:37 +0100 Subject: [PATCH] Update to .NET 8 and include source-link bar. --- ...Strube.Blazor.SVGEditor.WasmExample.csproj | 2 +- .../Pages/Animation.razor | 2 +- .../Pages/Index.razor | 2 +- .../Pages/Save.razor | 2 +- .../Pages/SnapToInteger.razor | 2 +- .../Shared/MainLayout.razor | 22 ++++++++++++--- .../Shared/MainLayout.razor.css | 27 +++++++++++++------ .../Shared/NavMenu.razor | 10 +++---- .../wwwroot/index.html | 1 + ...stofferStrube.Blazor.SvgEditor.Test.csproj | 2 +- 10 files changed, 49 insertions(+), 23 deletions(-) diff --git a/samples/KristofferStrube.Blazor.SVGEditor.WasmExample/KristofferStrube.Blazor.SVGEditor.WasmExample.csproj b/samples/KristofferStrube.Blazor.SVGEditor.WasmExample/KristofferStrube.Blazor.SVGEditor.WasmExample.csproj index ca63e64e..fc9df1f8 100644 --- a/samples/KristofferStrube.Blazor.SVGEditor.WasmExample/KristofferStrube.Blazor.SVGEditor.WasmExample.csproj +++ b/samples/KristofferStrube.Blazor.SVGEditor.WasmExample/KristofferStrube.Blazor.SVGEditor.WasmExample.csproj @@ -2,7 +2,7 @@ net8.0 - true + false enable enable diff --git a/samples/KristofferStrube.Blazor.SVGEditor.WasmExample/Pages/Animation.razor b/samples/KristofferStrube.Blazor.SVGEditor.WasmExample/Pages/Animation.razor index bd2d0e8a..dbe13b60 100644 --- a/samples/KristofferStrube.Blazor.SVGEditor.WasmExample/Pages/Animation.razor +++ b/samples/KristofferStrube.Blazor.SVGEditor.WasmExample/Pages/Animation.razor @@ -3,7 +3,7 @@ Animation