Skip to content

Commit

Permalink
Update jQuery version to 3.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jelledruyts committed Nov 21, 2023
1 parent 70c01f6 commit 3ac8df0
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions InspectorGadget.sln
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion WebApp/Pages/Shared/_Layout.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
</div>
</footer>

<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script>
<script src="https://code.jquery.com/jquery-3.7.1.slim.min.js" integrity="sha256-kmHvs0B+OpCW5GVHUNjv9rOmY0IvSIRcf7zGUDTDQM8=" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
<script src="~/js/site.js" asp-append-version="true"></script>
Expand Down

0 comments on commit 3ac8df0

Please sign in to comment.