dotnet / jitutils

MIT License
150 stars 60 forks source link

Revert recent .NET upgrade #360

Closed jakobbotsch closed 2 years ago

jakobbotsch commented 2 years ago

jitformat pipeline is still using .NET core 3.1. We need to upgrade it in dotnet/runtime before we upgrade jitutils.

jakobbotsch commented 2 years ago

We can maybe just merge https://github.com/dotnet/runtime/pull/77511 instead.

BruceForstall commented 2 years ago

We can maybe just merge dotnet/runtime#77511 instead.

Might as well wait a few weeks until .NET 7 GA is released?

jakobbotsch commented 2 years ago

Might as well wait a few weeks until .NET 7 GA is released?

I think together with #361 it shouldn't be an issue to take that now.

jakobbotsch commented 2 years ago

Hmm, actually I think #361 will not help, but I have changed https://github.com/dotnet/runtime/pull/77511 to upgrade to .NET 6 instead. I think we will need to stay with that until we upgrade jitutils to target .NET 7.

jakobbotsch commented 2 years ago

Should not be necessary anymore.