Fixes #9965: Update default project.json TFMs

This commit is contained in:
Martin Aeschlimann
2016-08-22 14:39:29 +02:00
parent bcddf93bbe
commit 14908e3603

View File

@@ -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: '' });