mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 19:18:59 +01:00
Fixes #9965: Update default project.json TFMs
This commit is contained in:
@@ -107,8 +107,8 @@ export class ProjectJSONContribution implements JSONWorkerContribution {
|
||||
'version': '{{1.0.0-*}}',
|
||||
'dependencies': {},
|
||||
'frameworks': {
|
||||
'dnx451': {},
|
||||
'dnxcore50': {}
|
||||
'net461': {},
|
||||
'netcoreapp1.0': {}
|
||||
}
|
||||
};
|
||||
result.add({ kind: CompletionItemKind.Class, label: localize('json.project.default', 'Default project.json'), insertText: JSON.stringify(defaultValue, null, '\t'), documentation: '' });
|
||||
|
||||
Reference in New Issue
Block a user