diff --git a/omnisharp-settings.el b/omnisharp-settings.el index 1ddb3063..41ef0148 100644 --- a/omnisharp-settings.el +++ b/omnisharp-settings.el @@ -91,7 +91,7 @@ Otherwise omnisharp request the user to do M-x `omnisharp-install-server` and th executable will be used instead." :type '(choice (const :tag "Not Set" nil) string)) -(defcustom omnisharp-expected-server-version "1.32.13" +(defcustom omnisharp-expected-server-version "1.32.18" "Version of the omnisharp-roslyn server that this omnisharp-emacs package is built for. Also used to select version for automatic server installation." :group 'omnisharp diff --git a/test/buttercup-tests/navigation/go-to-definition-test.el b/test/buttercup-tests/navigation/go-to-definition-test.el index 03af291b..9269d719 100644 --- a/test/buttercup-tests/navigation/go-to-definition-test.el +++ b/test/buttercup-tests/navigation/go-to-definition-test.el @@ -79,5 +79,5 @@ ;; TODO: for some reason I need to set current buffer from window list ;; with with-current-buffer.. (with-current-buffer (car (mapcar #'window-buffer (window-list))) - (ot--i-should-be-in-buffer-name "*omnisharp-metadata:MiscellaneousFiles.csproj:mscorlib:System.String*") + (ot--i-should-be-in-buffer-name "*omnisharp-metadata:MinimalProject:netstandard:System.String*") (ot--point-should-be-on-a-line-containing "public sealed class String"))))