diff --git a/Directory.Build.props b/Directory.Build.props
index e5e23b39..2f950b53 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -1,5 +1,5 @@
- 1.23.2
+ 1.28.0
diff --git a/src/OneWare.Core/App.axaml.cs b/src/OneWare.Core/App.axaml.cs
index 418af9c1..79f4b5fb 100644
--- a/src/OneWare.Core/App.axaml.cs
+++ b/src/OneWare.Core/App.axaml.cs
@@ -156,8 +156,10 @@ protected virtual AvaloniaObject CreateShell()
settingsService.RegisterSettingCategory("Languages", 0, "FluentIcons.ProofreadLanguageRegular");
+ var onnxRuntimeOptions = OnnxRuntimeBootstrapper.GetOnnxRuntimeOptions(paths);
+
settingsService.RegisterSetting("Tools", "ONNX Runtime", OnnxRuntimeBootstrapper.SettingSelectedRuntimeKey,
- new ComboBoxSetting("Runtime (restart required)", "onnxruntime-builtin", OnnxRuntimeBootstrapper.GetOnnxRuntimeOptions(paths).Cast