Open D:\Games\UE_5.4\Engine\Source\Programs\Shared\EpicGames.Horde\EpicGames.Horde.csproj
and change version PackageReference Include=“Microsoft.Extensions.Caching.Memory” Version=“6.0.2”
same here, suddenly from one day to another VS is not building any longer with an NU1903 warning.
the suggested solution does not work as the version in EpicGames.Horde.csproj is already 6.02
still does not build from VS (with VS22 17.12.4, UE5.4.4)
Any help very much apreciated
edit (update)… ok my bad !
if one clicks on this warning in the VS editor it opens some EpicHorde file, which contains the
line @ravendcode meant to be changed.
PackageReference Include=“Microsoft.Extensions.Caching.Memory” Version=“6.0.2”
if changed there - it then works.
(i did mean above, the EpicGames.Horde.csproj manually found in the UE5.4 installation directory. That one had already the correct version, while what ever file it was in the VS editor did not…)