File tree Expand file tree Collapse file tree 9 files changed +23
-11029
lines changed
AbpCompanyName.AbpProjectName.Application
AbpCompanyName.AbpProjectName.Web.Core
AbpCompanyName.AbpProjectName.Web.Host
AbpCompanyName.AbpProjectName.Web.Mvc Expand file tree Collapse file tree 9 files changed +23
-11029
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 22
22
"@angular/platform-browser" : " ^6.0.3" ,
23
23
"@angular/platform-browser-dynamic" : " ^6.0.3" ,
24
24
"@angular/router" : " ^6.0.3" ,
25
- "@aspnet/signalr" : " 1.0.0-rc1-update1 " ,
25
+ "@aspnet/signalr" : " ^ 1.0.0" ,
26
26
"@types/bootstrap" : " ^3.3.33" ,
27
27
"@types/jquery" : " ^3.2.12" ,
28
28
"@types/jquery.blockui" : " 0.0.28" ,
33
33
"@types/signalr" : " ^2.2.33" ,
34
34
"@types/toastr" : " ^2.1.33" ,
35
35
"abp-ng2-module" : " ^3.0.0" ,
36
- "abp-web-resources" : " ^3.5 .0" ,
36
+ "abp-web-resources" : " ^3.7 .0" ,
37
37
"animate.css" : " ^3.5.2" ,
38
38
"block-ui" : " ^2.70.1" ,
39
39
"bootstrap" : " ^3.3.7" ,
Original file line number Diff line number Diff line change 175
175
version "2.1.3"
176
176
resolved "https://registry.yarnpkg.com/@angularclass/hmr/-/hmr-2.1.3.tgz#34e658ed3da37f23b0a200e2da5a89be92bb209f"
177
177
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 "
181
181
182
182
183
183
version "6.0.3"
@@ -412,9 +412,9 @@ abp-web-resources@^3.1.0:
412
412
version "3.3.0"
413
413
resolved "https://registry.yarnpkg.com/abp-web-resources/-/abp-web-resources-3.3.0.tgz#ff09008326f90b6e1734b7c23cd9dd5d3f89ad81"
414
414
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 "
418
418
419
419
420
420
version "1.3.3"
Original file line number Diff line number Diff line change 16
16
<DefineConstants >FEATURE_SIGNALR</DefineConstants >
17
17
</PropertyGroup >
18
18
19
- <PropertyGroup Condition =" '$(TargetFramework)' == 'netcoreapp2.0 ' " >
19
+ <PropertyGroup Condition =" '$(TargetFramework)' == 'netcoreapp2.1 ' " >
20
20
<DefineConstants >FEATURE_SIGNALR_ASPNETCORE</DefineConstants >
21
21
</PropertyGroup >
22
-
22
+
23
23
<ItemGroup >
24
24
<ProjectReference Include =" ..\AbpCompanyName.AbpProjectName.Core\AbpCompanyName.AbpProjectName.Core.csproj" />
25
25
</ItemGroup >
Original file line number Diff line number Diff line change 21
21
<DefineConstants >FEATURE_SIGNALR</DefineConstants >
22
22
</PropertyGroup >
23
23
24
- <PropertyGroup Condition =" '$(TargetFramework)' == 'netcoreapp2.0 ' " >
24
+ <PropertyGroup Condition =" '$(TargetFramework)' == 'netcoreapp2.1 ' " >
25
25
<DefineConstants >FEATURE_SIGNALR_ASPNETCORE</DefineConstants >
26
26
</PropertyGroup >
27
27
31
31
</ItemGroup >
32
32
33
33
<ItemGroup >
34
- <PackageReference Include =" Abp.AspNetCore.SignalR" Version =" 3.7.0" />
35
34
<PackageReference Include =" System.ValueTuple" Version =" 4.5.0" />
36
35
<PackageReference Include =" Microsoft.AspNetCore.Authentication.JwtBearer" Version =" 2.1.0" />
37
36
<PackageReference Include =" Microsoft.AspNetCore.Owin" Version =" 2.1.0" />
49
48
<PackageReference Include =" Abp.Owin" Version =" 3.7.0" />
50
49
</ItemGroup >
51
50
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 " />
54
53
</ItemGroup >
55
54
56
55
</Project >
Original file line number Diff line number Diff line change 14
14
<DefineConstants >FEATURE_SIGNALR</DefineConstants >
15
15
</PropertyGroup >
16
16
17
- <PropertyGroup Condition =" '$(TargetFramework)' == 'netcoreapp2.0 ' " >
17
+ <PropertyGroup Condition =" '$(TargetFramework)' == 'netcoreapp2.1 ' " >
18
18
<DefineConstants >FEATURE_SIGNALR_ASPNETCORE</DefineConstants >
19
19
</PropertyGroup >
20
20
Original file line number Diff line number Diff line change 15
15
<DefineConstants >FEATURE_SIGNALR</DefineConstants >
16
16
</PropertyGroup >
17
17
18
- <PropertyGroup Condition =" '$(TargetFramework)' == 'netcoreapp2.0 ' " >
18
+ <PropertyGroup Condition =" '$(TargetFramework)' == 'netcoreapp2.1 ' " >
19
19
<DefineConstants >FEATURE_SIGNALR_ASPNETCORE</DefineConstants >
20
20
</PropertyGroup >
21
21
Original file line number Diff line number Diff line change 7
7
"build" : " vue-cli-service build"
8
8
},
9
9
"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" ,
12
12
"axios" : " ^0.18.0" ,
13
13
"famfamfam-flags" : " ^1.0.0" ,
14
14
"iview" : " ^2.13.1" ,
Original file line number Diff line number Diff line change 2
2
# yarn lockfile v1
3
3
4
4
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 "
8
8
9
9
10
10
version "7.0.0-beta.46"
@@ -781,9 +781,9 @@ abbrev@1:
781
781
version "1.1.1"
782
782
resolved "http://registry.npm.taobao.org/abbrev/download/abbrev-1.1.1.tgz#f8f2c887ad10bf67f634f005b6987fed3179aac8"
783
783
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 "
787
787
788
788
accepts@~1.3.4, accepts@~1.3.5 :
789
789
version "1.3.5"
You can’t perform that action at this time.
0 commit comments