File tree Expand file tree Collapse file tree 5 files changed +12
-12
lines changed
AbpCompanyName.AbpProjectName.Application
AbpCompanyName.AbpProjectName.Core
AbpCompanyName.AbpProjectName.EntityFrameworkCore
AbpCompanyName.AbpProjectName.Web
test/AbpCompanyName.AbpProjectName.Tests Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1
- {
1
+ {
2
2
"version" : " 1.0.0.0-*" ,
3
3
4
4
"dependencies" : {
5
- "Abp.AutoMapper" : " 0.9.4 " ,
5
+ "Abp.AutoMapper" : " 0.9.5 " ,
6
6
"AbpCompanyName.AbpProjectName.Core" : " 1.0.0.0-*"
7
7
},
8
8
Original file line number Diff line number Diff line change 1
- {
1
+ {
2
2
"version" : " 1.0.0.0-*" ,
3
3
4
4
"dependencies" : {
5
- "Abp" : " 0.9.4.0-* "
5
+ "Abp" : " 0.9.5 "
6
6
},
7
7
8
8
"frameworks" : {
Original file line number Diff line number Diff line change 1
- {
1
+ {
2
2
"version" : " 1.0.0.0-*" ,
3
3
4
4
"dependencies" : {
5
- "Abp.EntityFrameworkCore" : " 0.9.4 " ,
5
+ "Abp.EntityFrameworkCore" : " 0.9.5 " ,
6
6
"AbpCompanyName.AbpProjectName.Core" : " 1.0.0.0-*" ,
7
7
"Microsoft.EntityFrameworkCore.SqlServer" : " 1.0.0-rc2-final" ,
8
8
"Microsoft.EntityFrameworkCore.Tools" : {
Original file line number Diff line number Diff line change 24
24
"version" : " 1.0.0-preview1-final" ,
25
25
"type" : " build"
26
26
},
27
- "Abp.EntityFrameworkCore" : " 0.9.4.0-*" ,
28
27
"Microsoft.EntityFrameworkCore.SqlServer" : " 1.0.0-rc2-final" ,
29
28
"Microsoft.EntityFrameworkCore.Tools" : {
30
29
"version" : " 1.0.0-preview1-final" ,
31
30
"type" : " build"
32
31
},
33
32
"Castle.Windsor-log4net" : " 3.3.0" ,
34
- "Abp.AspNetCore" : " 0.9.4" ,
35
33
"AbpCompanyName.AbpProjectName.Application" : " 1.0.0.0-*" ,
36
- "AbpCompanyName.AbpProjectName.EntityFrameworkCore" : " 1.0.0.0-*"
34
+ "AbpCompanyName.AbpProjectName.EntityFrameworkCore" : " 1.0.0.0-*" ,
35
+ "Abp.AspNetCore" : " 0.9.5" ,
36
+ "Abp.EntityFrameworkCore" : " 0.9.5"
37
37
},
38
38
39
39
"tools" : {
Original file line number Diff line number Diff line change 4
4
"testRunner" : " xunit" ,
5
5
6
6
"dependencies" : {
7
- "Abp.TestBase" : " 0.9.4.0-*" ,
8
7
"Castle.Windsor.MsDependencyInjection" : " 0.1.0" ,
9
8
"Microsoft.EntityFrameworkCore.InMemory" : " 1.0.0-rc2-final" ,
10
9
"xunit" : " 2.1.0" ,
11
10
"xunit.runner.visualstudio" : " 2.1.0" ,
12
11
"xunit.extensibility.execution" : " 2.1.0" ,
13
12
"dotnet-test-xunit" : " 1.0.0-rc2-build10025" ,
14
- "Shouldly" : " 2.7.0" ,
15
13
"NSubstitute" : " 1.10.0" ,
16
14
"AbpCompanyName.AbpProjectName.Application" : " 1.0.0.0-*" ,
17
- "AbpCompanyName.AbpProjectName.EntityFrameworkCore" : " 1.0.0.0-*"
15
+ "AbpCompanyName.AbpProjectName.EntityFrameworkCore" : " 1.0.0.0-*" ,
16
+ "Abp.TestBase" : " 0.9.5" ,
17
+ "Shouldly" : " 2.8.0"
18
18
},
19
19
20
20
"frameworks" : {
You can’t perform that action at this time.
0 commit comments