'Does .NET Standard 2.0 have a dedicated SDK and Runtime?
https://dotnet.microsoft.com/en-us/download/dotnet contains a list with the available SDKs and runtimes for .NET Core.
https://dotnet.microsoft.com/en-us/download/dotnet-framework contains a list with the available SDKs and runtimes for the old .NET Framework.
But on both pages and on (https://dotnet.microsoft.com in general) I couldn't find any SDKs and runtimes for .NET Standard 2.0. Do they even exist?
Solution 1:[1]
No, there's no runtime for .NET Standard like for .NET Core and .NET Framework.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | dario |
