-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable template author to select the default framework to be used #8
Comments
I think the default framework is picked by the IDE. I'm not sure if we have the capability for this yet. The main developer for this area is currently out of office, I will discuss with him when he is back. |
FYI I changed the title |
Do we still require the Framework symbol in 16.9 or 16.10? |
I think that fix is going into 16.10 |
It seems that if I specify a Framework symbol, it uses that now and VS 2022 hides the drop down on the previous screen. |
In my
template.json
file I default theFramework
to usenetstandard2.1
(see below), however the UI always showsnetcoreapp3.1
by default and the drop down does not actually contain the list of target frameworks that I've listed below.Ideally, the UI should pick up the list from the
choices
array and respect thedefaultValue
in thetemplate.json
.The text was updated successfully, but these errors were encountered: