Update SQL Bindings VSCode target framework and version, and vbump (#23157)

* update target framework and version, and vbump
This commit is contained in:
Vasu Bhog
2023-05-17 15:49:29 -07:00
committed by GitHub
parent 7bebadd784
commit d53a35bf4f
2 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
"name": "sql-bindings-vscode",
"displayName": "%displayName%",
"description": "%description%",
"version": "0.3.1",
"version": "0.4.0",
"publisher": "ms-mssql",
"preview": true,
"engines": {

View File

@@ -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: {