mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-21 17:22:55 -05:00
Fix "unsupported version" error when adding sql binding package (#17721)
This commit is contained in:
@@ -47,8 +47,8 @@ export class PackageHelper {
|
||||
commandTitle: constants.addPackage,
|
||||
argument: this.constructAddPackageArguments(projectUri, packageName, packageVersion)
|
||||
};
|
||||
|
||||
await this.netCoreTool.runDotnetCommand(addOptions);
|
||||
// Add package can be done with any version of .NET so skip the supported version check
|
||||
await this.netCoreTool.runDotnetCommand(addOptions, true);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user