Skip to content

Commit 0f05478

Browse files
committed
merge netstandard2.0 in nupkg
1 parent 4c0ede2 commit 0f05478

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ Target "MergeDotnetCoreIntoNuget" (fun _ ->
400400

401401
let runTool = runCmdIn "tools" dotnetExePath
402402

403-
runTool """mergenupkg --source "%s" --other "%s" --framework netstandard1.6 """ nupkg netcoreNupkg
403+
runTool """mergenupkg --source "%s" --other "%s" --framework netstandard2.0 """ nupkg netcoreNupkg
404404
)
405405

406406
Target "PublishNuGet" (fun _ ->

0 commit comments

Comments
 (0)