Skip to content

Commit d1ceaa9

Browse files
Bump jQuery in /delegation/ContosoWebApplication/ContosoWebApplication
Bumps jQuery from 3.3.1 to 3.5.0. --- updated-dependencies: - dependency-name: jQuery dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c229aba commit d1ceaa9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

delegation/ContosoWebApplication/ContosoWebApplication/Web.Release.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
-->
1717
<connectionStrings>
1818
<add name="contosoinc_db"
19-
connectionString="<database_connection>"
19+
connectionString="<DATABASE_CONNECTION>"
2020
xdt:Transform="SetAttributes" xdt:Locator="Match(name)"/>
2121
</connectionStrings>
2222
<system.web>

delegation/ContosoWebApplication/ContosoWebApplication/Web.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<!-- <add name="DefaultConnection" connectionString="Data Source=(LocalDb)\v11.0;AttachDbFilename=|DataDirectory|\aspnet-ContosoWebApplication-20150121080022.mdf;Initial Catalog=aspnet-ContosoWebApplication-20150121080022;Integrated Security=True"
1313
providerName="System.Data.SqlClient" /> -->
1414
<add name="DefaultConnection"
15-
connectionString="<database_connection>" providerName="System.Data.SqlClient" />
15+
connectionString="<DATABASE_CONNECTION>" providerName="System.Data.SqlClient" />
1616
</connectionStrings>
1717
<appSettings>
1818
<add key="webpages:Version" value="3.0.0.0" />

delegation/ContosoWebApplication/ContosoWebApplication/packages.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="Antlr" version="3.4.1.9004" targetFramework="net45" />
44
<package id="bootstrap" version="3.4.1" targetFramework="net45" />
55
<package id="EntityFramework" version="6.0.0" targetFramework="net45" />
6-
<package id="jQuery" version="3.3.1" targetFramework="net45" />
6+
<package id="jQuery" version="3.5.0" targetFramework="net45" />
77
<package id="jQuery.Validation" version="1.17.0" targetFramework="net45" />
88
<package id="Microsoft.AspNet.Identity.Core" version="1.0.0" targetFramework="net45" />
99
<package id="Microsoft.AspNet.Identity.EntityFramework" version="1.0.0" targetFramework="net45" />

0 commit comments

Comments
 (0)