The running command stopped because the preference variable "ErrorActionPreference" or common parameter is set to Stop: Failure: Msbuild failed when processing the file 'Project path' with message: SDK Resolver Failure: "The SDK resolver "Microsoft.DotNet.MSBuildSdkResolver" failed while attempting to resolve the SDK "Microsoft.NET.Sdk.Web". Exception: "System.IO.FileNotFoundException: Could not load file or assembly 'System.Collections.Immutable, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified
We are using .net core 3.1 , Microsoft Visual Studio Enterprise 2022 (64-bit) - Current
Version 17.5.3 and latest version of r4mvc . I could see System.Collections.Immutable dll is available on the same folder where the r4mvc . Not sure why its breaking. Please guide.