diff --git a/internal/plugin/autodetect/auto_detect_util.go b/internal/plugin/autodetect/auto_detect_util.go index 22afce09..7ee0234f 100644 --- a/internal/plugin/autodetect/auto_detect_util.go +++ b/internal/plugin/autodetect/auto_detect_util.go @@ -51,6 +51,16 @@ func DetectDirectoriesToCache(skipPrepare bool) ([]string, []string, string, err tool: "dotnet", preparer: newDotnetPreparer(), }, + { + globToDetect: "*.vbproj", + tool: "dotnet", + preparer: newDotnetPreparer(), + }, + { + globToDetect: "*.fsproj", + tool: "dotnet", + preparer: newDotnetPreparer(), + }, } var directoriesToCache []string