Not able to use dotnet-svcutil with .NET Core 3.1 framework on macOS
See original GitHub issueDescribe the bug
When running dotnet-svcutil
on macOS 10.15.7 and .NET Core 3.1.9 it throws an error “It was not possible to find any compatible framework version”.
To Reproduce Steps to reproduce the behavior:
- Run
dotnet-svcutil
.
~ ᐅ dotnet-svcutil
It was not possible to find any compatible framework version
The framework 'Microsoft.NETCore.App', version '2.1.0' was not found.
- The following frameworks were found:
3.1.9 at [/usr/local/share/dotnet/shared/Microsoft.NETCore.App]
You can resolve the problem by installing the specified framework and/or SDK.
The specified framework can be found at:
- https://aka.ms/dotnet-core-applaunch?framework=Microsoft.NETCore.App&framework_version=2.1.0&arch=x64&rid=osx.10.15-x64
Expected behavior
Want to be able to run dotnet-svcutil
with .NET Core 3.1.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:2
- Comments:10 (2 by maintainers)
Top Results From Across the Web
WCF dotnet-svcutil tool for .NET Core
NET tool that retrieves metadata from a web service on a network location or from a WSDL file, and generates a WCF class...
Read more >Net Core - can't connect with WCF service (on Mac)
I thought that I should have Connected Service inside Visual Studio (for Mac) but I can't find it either. So it's not possible...
Read more >dotnet-svcutil 2.1.0
This package contains a .NET tool you can call from the shell/command line. dotnet new tool-manifest # if you are setting up this...
Read more >Using CoreWCF to Move WCF Services to .NET Core
Sam's eager to share how you can use CoreWCF to modernize applications to .NET 7.
Read more >NET Core 3.1.5
After installing the .NET Core SDK 3.1.105, the following command will show that you're running version 3.1.105 of the tools. dotnet ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
It doesn’t. Here is my output on dotnet core 5:
Seeing this now on .NET 6 its prompting me to download .NET 5