diff --git a/templates/package-builder/src/build/build.ts b/templates/package-builder/src/build/build.ts index 5e343c1cf5..0bac5c8a13 100644 --- a/templates/package-builder/src/build/build.ts +++ b/templates/package-builder/src/build/build.ts @@ -152,6 +152,18 @@ function buildDotNetNewNuGetPackage() { type: 'bind', binding: 'dotnet-cli-version', replaces: 'sdkVersionInjectedHere' + }, + Framework: { + type: "parameter", + description: "The target framework for the project.", + datatype: "choice", + choices: [ + { + choice: "netcoreapp1.1", + description: "Target netcoreapp1.1" + } + ], + defaultValue: "netcoreapp1.1" } }, tags: { language: 'C#', type: 'project' },