Skip to content

Commit ed9e1c5

Browse files
committed
fix: SDK Auto-detection
1 parent 43a01bd commit ed9e1c5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dotnet/utils.go

+2
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ func GetRuntimeVersions(config *Config) (runtimeVersions []string, err error) {
8383
var (
8484
out bytes.Buffer
8585
)
86+
87+
_, err = CheckDotnetVersionInfo(config)
8688
if config.SdkPath == "" {
8789
err = fmt.Errorf(".Net SDK not found")
8890
return

0 commit comments

Comments
 (0)