From 84f9cd06fb268800f34b8a2602a09f18645ad678 Mon Sep 17 00:00:00 2001 From: Garth Andrews Date: Fri, 1 Jul 2022 16:10:18 +0200 Subject: [PATCH] omnisharp(-http): Add notes for net6 variants (#3729) * Omnisharp: Add net6 variant version 1.39.0 * Omnisharp: Add notes referring to net6 variant Remove net6 variant packages. Co-authored-by: Ill1 --- bucket/omnisharp-http.json | 1 + bucket/omnisharp.json | 1 + 2 files changed, 2 insertions(+) diff --git a/bucket/omnisharp-http.json b/bucket/omnisharp-http.json index 299b55f9d3..882c25e8a9 100644 --- a/bucket/omnisharp-http.json +++ b/bucket/omnisharp-http.json @@ -3,6 +3,7 @@ "description": "A .NET development platform based on roslyn workspaces", "homepage": "http://www.omnisharp.net", "license": "MIT", + "notes": "For omnisharp-http-net6, please install 'versions/omnisharp-http-net6", "architecture": { "64bit": { "url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.39.0/omnisharp.http-win-x64.zip", diff --git a/bucket/omnisharp.json b/bucket/omnisharp.json index 2d2f31cda0..32460d21b7 100644 --- a/bucket/omnisharp.json +++ b/bucket/omnisharp.json @@ -3,6 +3,7 @@ "description": "A .NET development platform based on roslyn workspaces", "homepage": "http://www.omnisharp.net", "license": "MIT", + "notes": "For omnisharp-net6, please install 'versions/omnisharp-net6", "architecture": { "64bit": { "url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.39.0/omnisharp-win-x64.zip",