Skip to content

Commit c34fac2

Browse files
author
Dan Walmsley
committed
build script uses correct netstandard version.
1 parent 8d876ec commit c34fac2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.cake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ var nuspecNuGetBehaviors = new NuGetPackSettings()
182182
},
183183
Files = new []
184184
{
185-
new NuSpecContent { Source = "src/AvaloniaEdit/bin/" + configuration + "/netstandard1.1/AvaloniaEdit.dll", Target = "lib/netstandard1.1" },
185+
new NuSpecContent { Source = "src/AvaloniaEdit/bin/" + configuration + "/netstandard1.3/AvaloniaEdit.dll", Target = "lib/netstandard1.3" },
186186
},
187187
BasePath = Directory("./"),
188188
OutputDirectory = nugetRoot

0 commit comments

Comments
 (0)