mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-22 17:47:53 +00:00
Change "dotnet new" config choices to reference netcoreapp2.0 (not that it makes a difference when it's the only choice)
This commit is contained in:
@@ -159,11 +159,11 @@ function buildDotNetNewNuGetPackage() {
|
|||||||
datatype: 'choice',
|
datatype: 'choice',
|
||||||
choices: [
|
choices: [
|
||||||
{
|
{
|
||||||
choice: 'netcoreapp1.1',
|
choice: 'netcoreapp2.0',
|
||||||
description: 'Target netcoreapp1.1'
|
description: 'Target netcoreapp2.0'
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
defaultValue: 'netcoreapp1.1'
|
defaultValue: 'netcoreapp2.0'
|
||||||
},
|
},
|
||||||
skipRestore: {
|
skipRestore: {
|
||||||
type: 'parameter',
|
type: 'parameter',
|
||||||
|
|||||||
Reference in New Issue
Block a user