dotnet / crank

Benchmarking infrastructure for applications
MIT License
970 stars 103 forks source link

Fix version resolution #711

Closed sebastienros closed 5 months ago

sebastienros commented 5 months ago

Fixes https://github.com/dotnet/crank/issues/710

sebastienros commented 5 months ago

/cc @kasperk81

The previous PR broke "edge" versions resolution (net9.0) runs as it was not assigning the values to the result variable. This PR fixes it and also uses the same file for "latest" frameworks (aspnetcore and runtime). This way the frameworks are sure to exist and should fix random download issues.