File tree Expand file tree Collapse file tree 7 files changed +11
-9
lines changed
AbpCompanyName.AbpProjectName.Application
AbpCompanyName.AbpProjectName.Core
AbpCompanyName.AbpProjectName.EntityFrameworkCore
AbpCompanyName.AbpProjectName.Web
AbpCompanyName.AbpProjectName.Tests
AbpCompanyName.AbpProjectName.Web.Tests Expand file tree Collapse file tree 7 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 2
2
"version" : " 1.0.0.0-*" ,
3
3
4
4
"dependencies" : {
5
- "Abp.AutoMapper" : " 0.10.0" ,
5
+ "Abp.AutoMapper" : " 0.10.0.1 " ,
6
6
"AbpCompanyName.AbpProjectName.Core" : " 1.0.0.0-*"
7
7
},
8
8
Original file line number Diff line number Diff line change 2
2
"version" : " 1.0.0.0-*" ,
3
3
4
4
"dependencies" : {
5
- "Abp" : " 0.10.0"
5
+ "Abp" : " 0.10.0.1 "
6
6
},
7
7
8
8
"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" : " 0.10.0" ,
5
+ "Abp.EntityFrameworkCore" : " 0.10.0.1 " ,
6
6
"AbpCompanyName.AbpProjectName.Core" : " 1.0.0.0-*" ,
7
7
"Microsoft.EntityFrameworkCore.SqlServer" : " 1.0.0" ,
8
8
"Microsoft.EntityFrameworkCore.Tools" : " 1.0.0-preview2-final"
Original file line number Diff line number Diff line change 18
18
"Microsoft.VisualStudio.Web.BrowserLink.Loader" : " 14.0.0" ,
19
19
"Microsoft.VisualStudio.Web.CodeGeneration.Tools" : " 1.0.0-preview2-final" ,
20
20
"Microsoft.VisualStudio.Web.CodeGenerators.Mvc" : " 1.0.0-preview2-final" ,
21
- "Abp.AspNetCore " : " 0.10 .0" ,
22
- "Castle.LoggingFacility.MsLogging " : " 1.0.0 "
21
+ "Castle.LoggingFacility.MsLogging " : " 1.0 .0" ,
22
+ "Abp.AspNetCore " : " 0.10.0.1 "
23
23
},
24
24
25
25
"tools" : {
Original file line number Diff line number Diff line change 1
1
using System . Reflection ;
2
2
using Abp . Modules ;
3
+ using Abp . TestBase ;
3
4
using AbpCompanyName . AbpProjectName . EntityFrameworkCore ;
4
5
using Castle . MicroKernel . Registration ;
5
6
using Castle . Windsor . MsDependencyInjection ;
@@ -10,7 +11,8 @@ namespace AbpCompanyName.AbpProjectName.Tests
10
11
{
11
12
[ DependsOn (
12
13
typeof ( AbpProjectNameApplicationModule ) ,
13
- typeof ( AbpProjectNameEntityFrameworkCoreModule )
14
+ typeof ( AbpProjectNameEntityFrameworkCoreModule ) ,
15
+ typeof ( AbpTestBaseModule )
14
16
) ]
15
17
public class AbpProjectNameTestModule : AbpModule
16
18
{
Original file line number Diff line number Diff line change 13
13
"xunit" : " 2.2.0-beta2-build3300" ,
14
14
"xunit.extensibility.execution" : " 2.2.0-beta2-build3300" ,
15
15
"xunit.runner.visualstudio" : " 2.2.0-beta2-build1149" ,
16
- "Abp.TestBase " : " 0.10 .0" ,
17
- "Castle.Windsor.MsDependencyInjection " : " 1.0.0 "
16
+ "Castle.Windsor.MsDependencyInjection " : " 1.0 .0" ,
17
+ "Abp.TestBase " : " 0.10.0.1 "
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" : " 0.10.0" ,
7
+ "Abp.AspNetCore.TestBase" : " 0.10.0.1 " ,
8
8
"AbpCompanyName.AbpProjectName.Tests" : " 1.0.0.0-*" ,
9
9
"AbpCompanyName.AbpProjectName.Web" : " 1.0.0-*" ,
10
10
"Microsoft.AspNetCore.Mvc" : " 1.0.0"
You can’t perform that action at this time.
0 commit comments