Update target frameworks to net10.0 and net11.0 by dotnet-maestro[bot] · Pull Request #15349 · microsoft/vstest (original) (raw)

repurposed PR from maestro, since there were mutliple streams of changes needed to merge

Updates from main from dotnet/dotnet, as well as updates to latest arcade. And local updates to bring the frameworks forward.

These updates bring the NetCurrent and NetPrevious variables to net10 and net11 (or just net11 in source-build).

So now we are updating the runner frameworks to net10, for VS and dotnet SDK. Source build also stopped building two different versions and only the latest one is produced, so (info from Viktor Hofer) the duplicated entries for current tfm and previous tfm in nuspec are no longer needed, and cause an error saying that we copy two files into the same place.

Updated Dependencies