From 3ac8df00c89eb1c412bd596d53c321d73d35350f Mon Sep 17 00:00:00 2001 From: Jelle Druyts Date: Tue, 21 Nov 2023 14:52:10 +0100 Subject: [PATCH] Update jQuery version to 3.7.1 --- InspectorGadget.sln | 25 +++++++++++++++++++++++++ WebApp/Pages/Shared/_Layout.cshtml | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 InspectorGadget.sln diff --git a/InspectorGadget.sln b/InspectorGadget.sln new file mode 100644 index 0000000..38adb28 --- /dev/null +++ b/InspectorGadget.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.5.002.0 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "InspectorGadget.WebApp", "WebApp\InspectorGadget.WebApp.csproj", "{C5F438E1-8F02-4826-98EA-A500FC50A616}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {C5F438E1-8F02-4826-98EA-A500FC50A616}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {C5F438E1-8F02-4826-98EA-A500FC50A616}.Debug|Any CPU.Build.0 = Debug|Any CPU + {C5F438E1-8F02-4826-98EA-A500FC50A616}.Release|Any CPU.ActiveCfg = Release|Any CPU + {C5F438E1-8F02-4826-98EA-A500FC50A616}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {80BA6744-71B6-4E74-8916-B3085F131AAB} + EndGlobalSection +EndGlobal diff --git a/WebApp/Pages/Shared/_Layout.cshtml b/WebApp/Pages/Shared/_Layout.cshtml index a87c7a4..67f4323 100644 --- a/WebApp/Pages/Shared/_Layout.cshtml +++ b/WebApp/Pages/Shared/_Layout.cshtml @@ -80,7 +80,7 @@ - +