SdkResolver Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An abstract interface for classes that can resolve a Software Development Kit (SDK).
public ref class SdkResolver abstract
C#
public abstract class SdkResolver
type SdkResolver = class
Public MustInherit Class SdkResolver
- Inheritance
-
SdkResolver
Name |
Gets the name of the SdkResolver to be displayed in build output log. |
Priority |
Gets the self-described resolution priority order. MSBuild will sort resolvers by this value. |
Resolve(Sdk |
Resolves the specified SDK reference. |
Produit | Versions |
---|---|
MSBuild | 15, 16, 17 |
MSBuild (.NET Core) | 15, 16, 17 |