openiddict / openiddict-core

Flexible and versatile OAuth 2.0/OpenID Connect stack for .NET
https://openiddict.com/
Apache License 2.0
4.47k stars 528 forks source link

Pin the workload versions in WorkloadRollback.json #2163

Closed kevinchalet closed 3 months ago

kevinchalet commented 3 months ago

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.