mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -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",
|
"name": "sql-bindings-vscode",
|
||||||
"displayName": "%displayName%",
|
"displayName": "%displayName%",
|
||||||
"description": "%description%",
|
"description": "%description%",
|
||||||
"version": "0.3.1",
|
"version": "0.4.0",
|
||||||
"publisher": "ms-mssql",
|
"publisher": "ms-mssql",
|
||||||
"preview": true,
|
"preview": true,
|
||||||
"engines": {
|
"engines": {
|
||||||
|
|||||||
@@ -242,8 +242,8 @@ export async function createAzureFunction(node?: ITreeNodeInfo): Promise<void> {
|
|||||||
telemetryStep = CreateAzureFunctionStep.createFunctionAPI;
|
telemetryStep = CreateAzureFunctionStep.createFunctionAPI;
|
||||||
await azureFunctionApi.createFunction({
|
await azureFunctionApi.createFunction({
|
||||||
language: 'C#',
|
language: 'C#',
|
||||||
targetFramework: 'netcoreapp3.1',
|
targetFramework: 'net6.0',
|
||||||
version: '~3',
|
version: '~4',
|
||||||
templateId: templateId,
|
templateId: templateId,
|
||||||
functionName: functionName,
|
functionName: functionName,
|
||||||
functionSettings: {
|
functionSettings: {
|
||||||
|
|||||||
Reference in New Issue
Block a user