File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
AbpCompanyName.AbpProjectName.WebMpa/App_Start
AbpCompanyName.AbpProjectName.WebSpaAngular/App_Start Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ public static void RegisterBundles(BundleCollection bundles)
9595 "~/Abp/Framework/scripts/libs/abp.sweet-alert.js" ,
9696 "~/js/admin.js" ,
9797 "~/js/main.js" ,
98- "~/Scripts/jquery.signalR-2.2.3 .js" ,
98+ "~/Scripts/jquery.signalR-2.3.0 .js" ,
9999 "~/Views/Shared/_Layout.js"
100100 )
101101 ) ;
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ public static void RegisterBundles(BundleCollection bundles)
105105 "~/Abp/Framework/scripts/libs/angularjs/abp.ng.js" ,
106106
107107 "~/js/admin.js" ,
108- "~/Scripts/jquery.signalR-2.2.3 .min.js" ,
108+ "~/Scripts/jquery.signalR-2.3.0 .min.js" ,
109109 "~/js/main.js"
110110 )
111111 ) ;
You can’t perform that action at this time.
0 commit comments