From 9c6620de0728663e0203d3259bc071e3472d6c51 Mon Sep 17 00:00:00 2001 From: Mike Phares Date: Mon, 17 Apr 2023 09:34:10 -0700 Subject: [PATCH] omnisharp sdk bump --- .omnisharp/omnisharp.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.omnisharp/omnisharp.json b/.omnisharp/omnisharp.json index f51dc21..744e2bd 100644 --- a/.omnisharp/omnisharp.json +++ b/.omnisharp/omnisharp.json @@ -1,7 +1,7 @@ { "sdk": { - "path": "c:/program files/dotnet/sdk/7.0.104/", - "version": "7.0.104" + "path": "c:/program files/dotnet/sdk/7.0.105/", + "version": "7.0.105" }, "FormattingOptions": { "enableEditorConfigSupport": true,