We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33b275a commit 178a05cCopy full SHA for 178a05c
templates/package-builder/src/build/build.ts
@@ -152,6 +152,18 @@ function buildDotNetNewNuGetPackage() {
152
type: 'bind',
153
binding: 'dotnet-cli-version',
154
replaces: 'sdkVersionInjectedHere'
155
+ },
156
+ Framework: {
157
+ type: "parameter",
158
+ description: "The target framework for the project.",
159
+ datatype: "choice",
160
+ choices: [
161
+ {
162
+ choice: "netcoreapp1.1",
163
+ description: "Target netcoreapp1.1"
164
+ }
165
+ ],
166
+ defaultValue: "netcoreapp1.1"
167
}
168
},
169
tags: { language: 'C#', type: 'project' },
0 commit comments