aboutsummaryrefslogtreecommitdiff
path: root/global.json
AgeCommit message (Collapse)Author
2021-02-10Edit the global.json to allow use of dotnet sdk 5.0.XXX (#2008)Xpl0itR
2020-11-15infra: Migrate to .NET 5 (#1694)Mary
* infra: Migrate to .NET 5 This migrate projects and CI to .NET 5 * Remove language version restrictions (now on 9.0 by default) * infra: pin .NET 5 to avoid later issues * infra: Cleanup csproj files * infra: update dependencies * infra: Add temporary workaround for a bug in Vector128.Create see https://github.com/dotnet/runtime/issues/44704 for more informations