File tree Expand file tree Collapse file tree 3 files changed +6
-8
lines changed
Expand file tree Collapse file tree 3 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -52,13 +52,13 @@ private static async Task Main( string[] args )
5252 var hostConfig = new J4JHostConfiguration ( )
5353 . ApplicationName ( "GeoProcessor" )
5454 . Publisher ( "J4JSoftware" )
55- . OperatingSystem ( OSNames . Windows )
56- . AddApplicationConfigurationFile ( "appConfig.json" )
57- . AddUserConfigurationFile ( "userConfig.json" )
58- . AddConfigurationInitializers ( SetupConfiguration )
55+ . AddApplicationConfigurationFile ( "appConfig.json" )
56+ . AddUserConfigurationFile ( "userConfig.json" )
57+ . AddConfigurationInitializers ( SetupConfiguration )
5958 . LoggerInitializer ( SetupLogging )
60- . FilePathTrimmer ( FilePathTrimmer )
61- . OptionsInitializer ( SetupOptions )
59+ . FilePathTrimmer ( FilePathTrimmer )
60+ . CommandLineOperatingSystem ( CommandLineOperatingSystems . Windows )
61+ . CommandLineOptionsInitializer ( SetupOptions )
6262 . AddDependencyInjectionInitializers ( SetupDependencyInjection )
6363 . AddServicesInitializers ( SetupServices ) ;
6464
Original file line number Diff line number Diff line change @@ -39,7 +39,6 @@ public ViewModelLocator()
3939 private IHost CreateHost ( )
4040 {
4141 var hostConfig = new J4JHostConfiguration ( )
42- . OperatingSystem ( OSNames . Windows )
4342 . Publisher ( "J4JSoftware" )
4443 . ApplicationName ( "GeoProcessor" )
4544 . AddApplicationConfigurationFile ( AppConfigFile )
Original file line number Diff line number Diff line change @@ -73,7 +73,6 @@ protected IExportConfig GetExportConfig()
7373 private IHost CreateHost ( )
7474 {
7575 var hostConfig = new J4JHostConfiguration ( )
76- . OperatingSystem ( OSNames . Windows )
7776 . Publisher ( "J4JSoftware" )
7877 . ApplicationName ( "Tests.GeoProcessor" )
7978 . AddApplicationConfigurationFile ( "appConfig.json" )
You can’t perform that action at this time.
0 commit comments