Created
June 15, 2021 14:24
-
-
Save khalidabuhakmeh/78b6e789e9298a60e0484b1577187343 to your computer and use it in GitHub Desktop.
Template Entry Missing ConfigMounPointId
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"MountPointUri": "/usr/local/share/dotnet/templates/3.1.16/microsoft.dotnet.winforms.projecttemplates.4.8.1-servicing.21213.7.nupkg", | |
"Author": "Microsoft", | |
"Classifications": [ | |
"Common", | |
"WinForms" | |
], | |
"DefaultName": "WinFormsApp1", | |
"Description": "A project for creating a .NET Core Windows Forms (WinForms) Application", | |
"Identity": "Microsoft.Common.WinForms", | |
"GeneratorId": "0c434df7-e2cb-4dee-b216-d7c58c8eb4b3", | |
"GroupIdentity": "Microsoft.Common.WinForms", | |
"Precedence": 3000, | |
"Name": "Windows Forms (WinForms) Application", | |
"ShortNameList": [ | |
"winforms" | |
], | |
"Tags": { | |
"language": { | |
"DisplayName": null, | |
"Description": null, | |
"Choices": { | |
"C#": { | |
"DisplayName": "", | |
"Description": "" | |
} | |
}, | |
"DefaultValue": "C#" | |
}, | |
"type": { | |
"DisplayName": null, | |
"Description": null, | |
"Choices": { | |
"project": { | |
"DisplayName": "", | |
"Description": "" | |
} | |
}, | |
"DefaultValue": "project" | |
}, | |
"Framework": { | |
"DisplayName": "", | |
"Description": "The target framework for the project.", | |
"Choices": { | |
"netcoreapp3.0": { | |
"DisplayName": "", | |
"Description": "Target netcoreapp3.0" | |
} | |
}, | |
"DefaultValue": "netcoreapp3.0" | |
} | |
}, | |
"CacheParameters": { | |
"name": { | |
"DataType": "string", | |
"DefaultValue": null, | |
"DisplayName": "", | |
"Description": "The default name symbol" | |
}, | |
"TargetFrameworkOverride": { | |
"DataType": "string", | |
"DefaultValue": "", | |
"DisplayName": "", | |
"Description": "Overrides the target framework" | |
}, | |
"langVersion": { | |
"DataType": "text", | |
"DefaultValue": "", | |
"DisplayName": "", | |
"Description": "Sets langVersion in the created project file" | |
}, | |
"skipRestore": { | |
"DataType": "bool", | |
"DefaultValue": "false", | |
"DisplayName": "", | |
"Description": "If specified, skips the automatic restore of the project on create." | |
} | |
}, | |
"ConfigPlace": "/WinFormsApplication-CSharp/.template.config/template.json", | |
"LocaleConfigPlace": null, | |
"HostConfigPlace": "/WinFormsApplication-CSharp/.template.config/dotnetcli.host.json", | |
"ThirdPartyNotices": null, | |
"BaselineInfo": {}, | |
"HasScriptRunningPostActions": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment