removed .net version

This commit is contained in:
Andrey Savihin 2024-08-19 13:03:44 +03:00
parent b7fb108cde
commit d72536e37b

View File

@ -5,6 +5,6 @@ cd /D "%~dp0"
call start\stop.bat nopause
dotnet build ..\server\asc.web.slnf
dotnet build ..\server\ASC.Migrations.sln
PUSHD %~dp0..\server\common\Tools\ASC.Migration.Runner\bin\Debug\net7.0
PUSHD %~dp0..\server\common\Tools\ASC.Migration.Runner\bin\Debug\
dotnet ASC.Migration.Runner.dll standalone=true
pause