azure devops dotnet core app : why "dotnet restore" job fails?
I have an azure pipeline for a dotnet core app, and when it executes this job , i got: 2023-02-16T17:02:26.7325011Z 1>C:\hostedtoolcache\windows\dotnet\sdk\6.0.406\NuGet.targets(132,5): error : ‘6.1.6,6.2.3’ is not a valid version string. [D:\a\1\s\WebApp\WebApp.csproj] 2023-02-16T17:02:26.7944327Z System.ArgumentException: ‘6.1.6,6.2.3’ is not a valid version string. 2023-02-16T17:02:26.7945294Z at NuGet.Versioning.VersionRange.Parse(String value, Boolean allowFloating) 2023-02-16T17:02:26.7946303Z at NuGet.Versioning.VersionRange.Parse(String value) 2023-02-16T17:02:26.7947172Z at NuGet.Commands.MSBuildRestoreUtility.AddPackageReferences(PackageSpec spec, IEnumerable`1… Read More azure devops dotnet core app : why "dotnet restore" job fails?