Skip to content

Commit b3815a7

Browse files
committed
Bumped appveyor to latest VS image
1 parent 50dd038 commit b3815a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ branches:
33
only:
44
- master
55
- build-test
6-
image: Previous Visual Studio 2017
6+
image: Visual Studio 2019
77
configuration: Release
88
dotnet_csproj:
99
patch: true

src/EcsRx.Infrastructure/Modules/FrameworkModule.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public void Setup(IDependencyContainer container)
3737
container.Bind<IComponentDatabase, ComponentDatabase>();
3838
}
3939

40-
private object CreateDefaultTypeLookup(IDependencyContainer container)
40+
private static object CreateDefaultTypeLookup(IDependencyContainer container)
4141
{
4242
var componentTypeAssigner = container.Resolve<IComponentTypeAssigner>();
4343
var allComponents = componentTypeAssigner.GenerateComponentLookups();

0 commit comments

Comments
 (0)