Skip to content

Commit

Permalink
更新编译脚本
Browse files Browse the repository at this point in the history
  • Loading branch information
chr233 committed Jan 12, 2022
1 parent 6dfb21f commit a7d7a99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ foreach ($lang in $languages) {

Copy-Item -Path "$folder_backup\Langs.$lang.resx" -Destination "$folder_location\Langs.resx" -Force;

dotnet publish ASFEnhance -c "Release" -f "net5.0" -o "$folder_out";
dotnet publish ASFEnhance -c "Release" -f "net6.0" -o "$folder_out";

if ((Test-Path $file_dist)) {

Expand Down

0 comments on commit a7d7a99

Please sign in to comment.