dotnet workload restore always restores workloads using the latest version available, which can break our CI build as shown in https://github.com/openiddict/openiddict-core/pull/2162. This PR tries to fix that by using a rollback file using pinned versions.
dotnet workload restore
always restores workloads using the latest version available, which can break our CI build as shown in https://github.com/openiddict/openiddict-core/pull/2162. This PR tries to fix that by using a rollback file using pinned versions.