Skip to content

Commit

Permalink
Bump jQuery in /Getting Started/ASP.NET WebForms/Edit Excel/Edit Excel
Browse files Browse the repository at this point in the history
Bumps jQuery from 3.4.1 to 3.5.0.

---
updated-dependencies:
- dependency-name: jQuery
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 6, 2024
1 parent 60e0c62 commit 6fcc741
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="AspNet.ScriptManager.jQuery, Version=3.5.0.0, Culture=neutral, PublicKeyToken=null">
<HintPath>..\packages\AspNet.ScriptManager.jQuery.3.5.0\lib\net45\AspNet.ScriptManager.jQuery.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.CSharp" />
<Reference Include="Syncfusion.Compression.Base, Version=19.4460.0.38, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL">
<HintPath>..\packages\Syncfusion.Compression.Base.19.4.0.38\lib\net46\Syncfusion.Compression.Base.dll</HintPath>
Expand Down Expand Up @@ -77,9 +81,6 @@
<Reference Include="AspNet.ScriptManager.bootstrap">
<HintPath>..\packages\AspNet.ScriptManager.bootstrap.3.4.1\lib\net45\AspNet.ScriptManager.bootstrap.dll</HintPath>
</Reference>
<Reference Include="AspNet.ScriptManager.jQuery">
<HintPath>..\packages\AspNet.ScriptManager.jQuery.3.4.1\lib\net45\AspNet.ScriptManager.jQuery.dll</HintPath>
</Reference>
<Reference Include="Microsoft.ScriptManager.MSAjax">
<HintPath>..\packages\Microsoft.AspNet.ScriptManager.MSAjax.5.0.0\lib\net45\Microsoft.ScriptManager.MSAjax.dll</HintPath>
</Reference>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<packages>
<package id="Antlr" version="3.5.0.2" targetFramework="net46" />
<package id="AspNet.ScriptManager.bootstrap" version="3.4.1" targetFramework="net46" />
<package id="AspNet.ScriptManager.jQuery" version="3.4.1" targetFramework="net46" />
<package id="AspNet.ScriptManager.jQuery" version="3.5.0" targetFramework="net46" />
<package id="bootstrap" version="3.4.1" targetFramework="net46" />
<package id="jQuery" version="3.4.1" targetFramework="net46" />
<package id="jQuery" version="3.5.0" targetFramework="net46" />
<package id="Microsoft.AspNet.FriendlyUrls" version="1.0.2" targetFramework="net46" />
<package id="Microsoft.AspNet.FriendlyUrls.Core" version="1.0.2" targetFramework="net46" />
<package id="Microsoft.AspNet.ScriptManager.MSAjax" version="5.0.0" targetFramework="net46" />
Expand Down

0 comments on commit 6fcc741

Please sign in to comment.