Class: Dependabot::DotnetSdk::DotnetSDK
- Inherits:
-
Ecosystem::VersionManager
- Object
- Ecosystem::VersionManager
- Dependabot::DotnetSdk::DotnetSDK
- Extended by:
- T::Sig
- Defined in:
- lib/dependabot/dotnet_sdk/language.rb
Constant Summary collapse
- LANGUAGE =
"DotnetSDK"- SUPPORTED_VERSIONS =
T.let([].freeze, T::Array[Dependabot::Version])
- DEPRECATED_VERSIONS =
T.let([].freeze, T::Array[Dependabot::Version])
Instance Method Summary collapse
-
#initialize(raw_version) ⇒ DotnetSDK
constructor
A new instance of DotnetSDK.