mirror of
https://gitee.com/handyorg/HandyControl.git
synced 2024-11-29 18:38:30 +08:00
Update build.cake
This commit is contained in:
parent
12165c5ec8
commit
35bbccd5b8
@ -64,7 +64,7 @@ Task("Build")
|
||||
{
|
||||
Configuration = "Release",
|
||||
Framework = "net5.0-windows",
|
||||
OutputDirectory = "lib/net5.0"
|
||||
OutputDirectory = "lib/net5.0-windows"
|
||||
};
|
||||
|
||||
DotNetCoreBuild("../src/Net_40/HandyControl_Net_40/HandyControl_Net_40.csproj", settingsNet40);
|
||||
|
Loading…
Reference in New Issue
Block a user