File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/EcsRx.Infrastructure/Modules Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ branches:
3
3
only :
4
4
- master
5
5
- build-test
6
- image : Previous Visual Studio 2017
6
+ image : Visual Studio 2019
7
7
configuration : Release
8
8
dotnet_csproj :
9
9
patch : true
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ public void Setup(IDependencyContainer container)
37
37
container . Bind < IComponentDatabase , ComponentDatabase > ( ) ;
38
38
}
39
39
40
- private object CreateDefaultTypeLookup ( IDependencyContainer container )
40
+ private static object CreateDefaultTypeLookup ( IDependencyContainer container )
41
41
{
42
42
var componentTypeAssigner = container . Resolve < IComponentTypeAssigner > ( ) ;
43
43
var allComponents = componentTypeAssigner . GenerateComponentLookups ( ) ;
You can’t perform that action at this time.
0 commit comments