Skip to content

Commit 6f1f514

Browse files
committed
refactor: update make file to use .net 8.0
1 parent 43f0d60 commit 6f1f514

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Make.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ if "%~1" neq "" (
2222

2323

2424
set FILE_DIR=%~dp0
25-
set FRAMEWORK=net7.0-windows
25+
set FRAMEWORK=net8.0-windows
2626
set ARCH=win-x64
2727
set BIN_DIR=%FILE_DIR%SoundSwitch\bin\%buildPlatform%\%FRAMEWORK%\%ARCH%\publish
2828

0 commit comments

Comments
 (0)