Xian55 / WowClassicGrindBot

Highly configurable and responsive World of Warcraft Classic pixel Grind Bot - No DLL injection or memory tampering, just screen capture and input simulation.
190 stars 127 forks source link

I cant build from Powershell #525

Closed starnodes closed 1 year ago

starnodes commented 1 year ago

Description

C:\Program Files\dotnet\sdk\7.0.109\Current\SolutionFile\ImportAfter\Microsoft.NET.Sdk.Solution.targets(27,5): error NE TSDK1134: сборка решения с заданным идентификатором RuntimeIdentifier не поддерживается. Если вы хотите выполнить публикацию для одного RID, укажите RID на уровне отдельного проекта. [C:\WowClassicGrindBot\MasterOfPuppets.sln]

Addon Version

latest

World of Warcraft Client

Wrath of the Lich King Classic

Reproduction Steps

1) Unpacking to directory C:\WowClassicGrindBot 2) Im trying build with dotnet-sdk-7.0.100-win-x64 dotnet-sdk-7.0.109-win-x64 dotnet-sdk-7.0.306-win-x64 dotnet-sdk-7.0.306-win-x86 3) Using windows 11 pro latest update 3) Always got error: C:\Program Files\dotnet\sdk\7.0.109\Current\SolutionFile\ImportAfter\Microsoft.NET.Sdk.Solution.targets(27,5): error NE TSDK1134: сборка решения с заданным идентификатором RuntimeIdentifier не поддерживается. Если вы хотите выполнить публикацию для одного RID, укажите RID на уровне отдельного проекта. [C:\WowClassicGrindBot\MasterOfPuppets.sln]

Ошибка сборки.

C:\Program Files\dotnet\sdk\7.0.109\Current\SolutionFile\ImportAfter\Microsoft.NET.Sdk.Solution.targets(27,5): error NE TSDK1134: сборка решения с заданным идентификатором RuntimeIdentifier не поддерживается. Если вы хотите выполнить публикацию для одного RID, укажите RID на уровне отдельного проекта. [C:\WowClassicGrindBot\MasterOfPuppets.sln] Предупреждений: 0 Ошибок: 1

Last Good Version

No response

Screenshots

No response

Logs

No response

Xian55 commented 1 year ago

Hello thanks for letting me know.

I assume you've tried to build with the mentioned cli command.

For me, it fails as well. At the time - probably it was dotnet 6 - when i made docs about the build process it worked.

Try with the following command instead.

dotnet build -c Release /p:Platform=x64

or

dotnet build -c Release /p:Platform=x86

Sorry for the inconveniences

starnodes commented 1 year ago

Hello thanks for letting me know.

I assume you've tried to build with the mentioned cli command.

For me, it fails as well. At the time - probably it was dotnet 6 - when i made docs about the build process it worked.

Try with the following command instead.

dotnet build -c Release /p:Platform=x64

or

dotnet build -c Release /p:Platform=x86

Sorry for the inconveniences

tnx, its working!

Xian55 commented 1 year ago

fixed with fa199208183cc8f315ad08bb64de18b1877d7e4d