mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-13 17:22:15 -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:
@@ -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": {
|
||||
|
||||
@@ -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