Skip to content

Commit 5801931

Browse files
committed
Update build.cake
1 parent 72e8d56 commit 5801931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/build.cake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Task("Build")
104104
{
105105
Configuration = "Release",
106106
Framework = "net5.0-windows",
107-
OutputDirectory = "lib/net5.0-windows"
107+
OutputDirectory = "lib/net5.0"
108108
};
109109

110110
DotNetCoreBuild("../src/Net_40/HandyControl_Net_40/HandyControl_Net_40.csproj", settingsNet40);

0 commit comments

Comments
 (0)