mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-22 17:47:53 +00:00
Added missing Framework symbol
This commit is contained in:
committed by
Steve Sanderson
parent
33b275a7d3
commit
178a05cc33
@@ -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' },
|
||||
|
||||
Reference in New Issue
Block a user