File tree Expand file tree Collapse file tree 5 files changed +9
-7
lines changed
AbpCompanyName.AbpProjectName.Application
AbpCompanyName.AbpProjectName.EntityFrameworkCore
AbpCompanyName.AbpProjectName.Web
AbpCompanyName.AbpProjectName.Tests
AbpCompanyName.AbpProjectName.Web.Tests Expand file tree Collapse file tree 5 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 3
3
4
4
"dependencies" : {
5
5
"AbpCompanyName.AbpProjectName.Core" : " 1.0.0.0-*" ,
6
- "Abp.EntityFrameworkCore" : " 1.2.0 " ,
7
- "Abp.AutoMapper" : " 1.2.0 "
6
+ "Abp.EntityFrameworkCore" : " 1.3.1 " ,
7
+ "Abp.AutoMapper" : " 1.3.1 "
8
8
},
9
9
10
10
"frameworks" : {
Original file line number Diff line number Diff line change 2
2
"version" : " 1.0.0.0-*" ,
3
3
4
4
"dependencies" : {
5
- "Abp.EntityFrameworkCore" : " 1.2.0 " ,
5
+ "Abp.EntityFrameworkCore" : " 1.3.1 " ,
6
6
"AbpCompanyName.AbpProjectName.Core" : " 1.0.0.0-*" ,
7
7
"Microsoft.EntityFrameworkCore.SqlServer" : " 1.1.0" ,
8
8
"Microsoft.EntityFrameworkCore.SqlServer.Design" : " 1.1.0" ,
Original file line number Diff line number Diff line change 29
29
"Microsoft.EntityFrameworkCore.Tools" : {
30
30
"version" : " 1.1.0-preview4-final" ,
31
31
"type" : " build"
32
- }
32
+ },
33
+ "Abp.AspNetCore" : " 1.3.1" ,
34
+ "Abp.Castle.Log4Net" : " 1.3.1"
33
35
},
34
36
35
37
"tools" : {
Original file line number Diff line number Diff line change 11
11
"xunit.extensibility.execution" : " 2.2.0-beta2-build3300" ,
12
12
"xunit.runner.visualstudio" : " 2.2.0-beta2-build1149" ,
13
13
"Shouldly" : " 2.8.2" ,
14
+ "Abp.TestBase" : " 1.3.1" ,
14
15
"NSubstitute" : " 2.0.0-rc" ,
15
16
"Castle.Windsor.MsDependencyInjection" : " 1.3.0" ,
16
17
"Microsoft.EntityFrameworkCore.InMemory" : " 1.1.0" ,
17
- "Abp.TestBase" : " 1.2.0"
18
18
},
19
19
20
20
"frameworks" : {
Original file line number Diff line number Diff line change 4
4
"testRunner" : " xunit" ,
5
5
6
6
"dependencies" : {
7
- "Abp.AspNetCore.TestBase" : " 1.2.0" ,
8
7
"AbpCompanyName.AbpProjectName.Tests" : " 1.0.0.0-*" ,
9
8
"AbpCompanyName.AbpProjectName.Web" : " 1.0.0-*" ,
9
+ "Microsoft.AspNetCore.Mvc" : " 1.1.0" ,
10
+ "Abp.AspNetCore.TestBase" : " 1.3.1" ,
10
11
"AngleSharp" : " 0.9.9" ,
11
- "Microsoft.AspNetCore.Mvc" : " 1.1.0"
12
12
},
13
13
14
14
"frameworks" : {
You can’t perform that action at this time.
0 commit comments