File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
delegation/ContosoWebApplication/ContosoWebApplication Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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>
Original file line number Diff line number Diff line change 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" />
Original file line number Diff line number Diff line change 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" />
You can’t perform that action at this time.
0 commit comments