File tree Expand file tree Collapse file tree 8 files changed +23
-24
lines changed
AbpCompanyName.AbpProjectName.Application
AbpCompanyName.AbpProjectName.Web.Core
AbpCompanyName.AbpProjectName.Web.Host
AbpCompanyName.AbpProjectName.Web.Mvc Expand file tree Collapse file tree 8 files changed +23
-24
lines changed Original file line number Diff line number Diff line change 2222 "@angular/platform-browser" : " ^6.0.3" ,
2323 "@angular/platform-browser-dynamic" : " ^6.0.3" ,
2424 "@angular/router" : " ^6.0.3" ,
25- "@aspnet/signalr" : " 1.0.0-rc1-update1 " ,
25+ "@aspnet/signalr" : " ^ 1.0.0" ,
2626 "@types/bootstrap" : " ^3.3.33" ,
2727 "@types/jquery" : " ^3.2.12" ,
2828 "@types/jquery.blockui" : " 0.0.28" ,
3333 "@types/signalr" : " ^2.2.33" ,
3434 "@types/toastr" : " ^2.1.33" ,
3535 "abp-ng2-module" : " ^3.0.0" ,
36- "abp-web-resources" : " ^3.5 .0" ,
36+ "abp-web-resources" : " ^3.7 .0" ,
3737 "animate.css" : " ^3.5.2" ,
3838 "block-ui" : " ^2.70.1" ,
3939 "bootstrap" : " ^3.3.7" ,
Original file line number Diff line number Diff line change 175175 version "2.1.3"
176176 resolved "https://registry.yarnpkg.com/@angularclass/hmr/-/hmr-2.1.3.tgz#34e658ed3da37f23b0a200e2da5a89be92bb209f"
177177
178- " @aspnet/[email protected] -rc1-update1 " :
179- version "1.0.0-rc1-update1 "
180- resolved "https://registry.yarnpkg.com/@aspnet/signalr/-/signalr-1.0.0-rc1-update1 .tgz#7110703e976f1203f6799efb45f57645a62cbcbd "
178+ " @aspnet/signalr@^ 1.0.0 " :
179+ version "1.0.0"
180+ resolved "https://registry.yarnpkg.com/@aspnet/signalr/-/signalr-1.0.0.tgz#26b10a32014a65c540cc5053cffa883c320788ce "
181181
182182183183 version "6.0.3"
@@ -412,9 +412,9 @@ abp-web-resources@^3.1.0:
412412 version "3.3.0"
413413 resolved "https://registry.yarnpkg.com/abp-web-resources/-/abp-web-resources-3.3.0.tgz#ff09008326f90b6e1734b7c23cd9dd5d3f89ad81"
414414
415- abp-web-resources@^3.5 .0 :
416- version "3.5 .0"
417- resolved "https://registry.yarnpkg.com/abp-web-resources/-/abp-web-resources-3.5 .0.tgz#bfad1eb60597e37ebfdd025bfb7d843bdabf17f8 "
415+ abp-web-resources@^3.7 .0 :
416+ version "3.7 .0"
417+ resolved "https://registry.yarnpkg.com/abp-web-resources/-/abp-web-resources-3.7 .0.tgz#eaf35870765421c6fd989b008e2d0eb855d3d266 "
418418
419419420420 version "1.3.3"
Original file line number Diff line number Diff line change 1616 <DefineConstants >FEATURE_SIGNALR</DefineConstants >
1717 </PropertyGroup >
1818
19- <PropertyGroup Condition =" '$(TargetFramework)' == 'netcoreapp2.0 ' " >
19+ <PropertyGroup Condition =" '$(TargetFramework)' == 'netcoreapp2.1 ' " >
2020 <DefineConstants >FEATURE_SIGNALR_ASPNETCORE</DefineConstants >
2121 </PropertyGroup >
22-
22+
2323 <ItemGroup >
2424 <ProjectReference Include =" ..\AbpCompanyName.AbpProjectName.Core\AbpCompanyName.AbpProjectName.Core.csproj" />
2525 </ItemGroup >
Original file line number Diff line number Diff line change 2121 <DefineConstants >FEATURE_SIGNALR</DefineConstants >
2222 </PropertyGroup >
2323
24- <PropertyGroup Condition =" '$(TargetFramework)' == 'netcoreapp2.0 ' " >
24+ <PropertyGroup Condition =" '$(TargetFramework)' == 'netcoreapp2.1 ' " >
2525 <DefineConstants >FEATURE_SIGNALR_ASPNETCORE</DefineConstants >
2626 </PropertyGroup >
2727
3131 </ItemGroup >
3232
3333 <ItemGroup >
34- <PackageReference Include =" Abp.AspNetCore.SignalR" Version =" 3.7.0" />
3534 <PackageReference Include =" System.ValueTuple" Version =" 4.5.0" />
3635 <PackageReference Include =" Microsoft.AspNetCore.Authentication.JwtBearer" Version =" 2.1.0" />
3736 <PackageReference Include =" Microsoft.AspNetCore.Owin" Version =" 2.1.0" />
4948 <PackageReference Include =" Abp.Owin" Version =" 3.7.0" />
5049 </ItemGroup >
5150
52- <ItemGroup Condition =" '$(TargetFramework)' == 'netcoreapp2.0 ' " >
53- <PackageReference Include =" Abp.AspNetCore.SignalR" Version =" 3.6.2-preview6 " />
51+ <ItemGroup Condition =" '$(TargetFramework)' == 'netcoreapp2.1 ' " >
52+ <PackageReference Include =" Abp.AspNetCore.SignalR" Version =" 3.7.0 " />
5453 </ItemGroup >
5554
5655</Project >
Original file line number Diff line number Diff line change 1414 <DefineConstants >FEATURE_SIGNALR</DefineConstants >
1515 </PropertyGroup >
1616
17- <PropertyGroup Condition =" '$(TargetFramework)' == 'netcoreapp2.0 ' " >
17+ <PropertyGroup Condition =" '$(TargetFramework)' == 'netcoreapp2.1 ' " >
1818 <DefineConstants >FEATURE_SIGNALR_ASPNETCORE</DefineConstants >
1919 </PropertyGroup >
2020
Original file line number Diff line number Diff line change 1515 <DefineConstants >FEATURE_SIGNALR</DefineConstants >
1616 </PropertyGroup >
1717
18- <PropertyGroup Condition =" '$(TargetFramework)' == 'netcoreapp2.0 ' " >
18+ <PropertyGroup Condition =" '$(TargetFramework)' == 'netcoreapp2.1 ' " >
1919 <DefineConstants >FEATURE_SIGNALR_ASPNETCORE</DefineConstants >
2020 </PropertyGroup >
2121
Original file line number Diff line number Diff line change 77 "build" : " vue-cli-service build"
88 },
99 "dependencies" : {
10- "@aspnet/signalr" : " ^1.0.0-rc1-update1 " ,
11- "abp-web-resources" : " ^3.5 .0" ,
10+ "@aspnet/signalr" : " ^1.0.0" ,
11+ "abp-web-resources" : " ^3.7 .0" ,
1212 "axios" : " ^0.18.0" ,
1313 "famfamfam-flags" : " ^1.0.0" ,
1414 "iview" : " ^2.13.1" ,
Original file line number Diff line number Diff line change 22# yarn lockfile v1
33
44
5- " @aspnet/signalr@^1.0.0-rc1-update1 " :
6- version "1.0.0-rc1-update1 "
7- resolved "https://registry.yarnpkg.com/@aspnet/signalr/-/signalr-1.0.0-rc1-update1 .tgz#7110703e976f1203f6799efb45f57645a62cbcbd "
5+ " @aspnet/signalr@^1.0.0 " :
6+ version "1.0.0"
7+ resolved "https://registry.yarnpkg.com/@aspnet/signalr/-/signalr-1.0.0.tgz#26b10a32014a65c540cc5053cffa883c320788ce "
88
991010 version "7.0.0-beta.46"
@@ -781,9 +781,9 @@ abbrev@1:
781781 version "1.1.1"
782782 resolved "http://registry.npm.taobao.org/abbrev/download/abbrev-1.1.1.tgz#f8f2c887ad10bf67f634f005b6987fed3179aac8"
783783
784- abp-web-resources@^3.5 .0 :
785- version "3.5 .0"
786- resolved "http ://registry.npm.taobao.org /abp-web-resources/download /abp-web-resources-3.5 .0.tgz#bfad1eb60597e37ebfdd025bfb7d843bdabf17f8 "
784+ abp-web-resources@^3.7 .0 :
785+ version "3.7 .0"
786+ resolved "https ://registry.yarnpkg.com /abp-web-resources/- /abp-web-resources-3.7 .0.tgz#eaf35870765421c6fd989b008e2d0eb855d3d266 "
787787
788788accepts@~1.3.4, accepts@~1.3.5 :
789789 version "1.3.5"
You can’t perform that action at this time.
0 commit comments