mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-22 17:22:59 -05:00
Update SQL Bindings VSCode target framework and version, and vbump (#23157)
* update target framework and version, and vbump
This commit is contained in:
@@ -242,8 +242,8 @@ export async function createAzureFunction(node?: ITreeNodeInfo): Promise<void> {
|
||||
telemetryStep = CreateAzureFunctionStep.createFunctionAPI;
|
||||
await azureFunctionApi.createFunction({
|
||||
language: 'C#',
|
||||
targetFramework: 'netcoreapp3.1',
|
||||
version: '~3',
|
||||
targetFramework: 'net6.0',
|
||||
version: '~4',
|
||||
templateId: templateId,
|
||||
functionName: functionName,
|
||||
functionSettings: {
|
||||
|
||||
Reference in New Issue
Block a user