Skip to content

Commit

Permalink
tools/release: Use net462
Browse files Browse the repository at this point in the history
note: others .Net 4.6 frameworks are EOL
  • Loading branch information
Mizux committed Jul 31, 2023
1 parent a6492e8 commit e8abc68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/release/build_delivery_win.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ rm.exe -rf temp_dotnet
echo DONE | tee.exe -a build.log

echo Build dotnet: ... | tee.exe -a build.log
cmake -S. -Btemp_dotnet -DBUILD_SAMPLES=OFF -DBUILD_EXAMPLES=OFF -DBUILD_DOTNET=ON -DUSE_DOTNET_46=ON
cmake -S. -Btemp_dotnet -DBUILD_SAMPLES=OFF -DBUILD_EXAMPLES=OFF -DBUILD_DOTNET=ON -DUSE_DOTNET_462=ON
cmake --build temp_dotnet --config Release -j8 -v
echo DONE | tee.exe -a build.log
REM make.exe test_dotnet WINDOWS_PATH_TO_PYTHON=c:\python39-64 || exit 1
Expand Down

0 comments on commit e8abc68

Please sign in to comment.