mirror of
https://gitee.com/handyorg/HandyControl.git
synced 2024-12-02 03:47:48 +08:00
Update build.cake
This commit is contained in:
parent
12165c5ec8
commit
35bbccd5b8
@ -64,7 +64,7 @@ Task("Build")
|
|||||||
{
|
{
|
||||||
Configuration = "Release",
|
Configuration = "Release",
|
||||||
Framework = "net5.0-windows",
|
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);
|
DotNetCoreBuild("../src/Net_40/HandyControl_Net_40/HandyControl_Net_40.csproj", settingsNet40);
|
||||||
|
Loading…
Reference in New Issue
Block a user