docs icon indicating copy to clipboard operation
docs copied to clipboard

dotnet-svcutil 2.x requires .NET 5.0 runtime

Open okumura-pico opened this issue 3 years ago • 0 comments

dotnet-svcutil 2.x does not work with .NET Core 2.2 and .NET 6.0.

dotnet-svcutil 2.x depends on Microsoft.NETCore.App 5.0.0 package, so it may work with only .NET 5.0.

Patch is the following

--- dotnet-svcutil-guide.md.orig	2022-09-15 14:37:21.968561427 +0900
+++ dotnet-svcutil-guide.md	2022-09-15 14:38:11.836903091 +0900
@@ -21,7 +21,7 @@
 
 # [dotnet-svcutil 2.x](#tab/dotnetsvcutil2x)
 
-- [.NET Core 2.1 SDK](https://dotnet.microsoft.com/download) or later versions
+- [.NET 5.0 Runtime](https://dotnet.microsoft.com/download)
 - Your favorite code editor
 
 # [dotnet-svcutil 1.x](#tab/dotnetsvcutil1x)

Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

okumura-pico avatar Sep 15 '22 05:09 okumura-pico