Update build.cake

This commit is contained in:
NaBian 2020-11-28 13:57:46 +08:00
parent 12165c5ec8
commit 35bbccd5b8

View File

@ -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);