Skip to content

Commit

Permalink
build script uses correct netstandard version.
Browse files Browse the repository at this point in the history
  • Loading branch information
danwalmsley committed Aug 14, 2017
1 parent 8d876ec commit c34fac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ var nuspecNuGetBehaviors = new NuGetPackSettings()
},
Files = new []
{
new NuSpecContent { Source = "src/AvaloniaEdit/bin/" + configuration + "/netstandard1.1/AvaloniaEdit.dll", Target = "lib/netstandard1.1" },
new NuSpecContent { Source = "src/AvaloniaEdit/bin/" + configuration + "/netstandard1.3/AvaloniaEdit.dll", Target = "lib/netstandard1.3" },
},
BasePath = Directory("./"),
OutputDirectory = nugetRoot
Expand Down

0 comments on commit c34fac2

Please sign in to comment.