ionide / proj-info

Parse and evaluate MsBuild project files
MIT License
64 stars 37 forks source link

Support projects running on .NET 7 #167

Closed baronfel closed 2 years ago

baronfel commented 2 years ago

So in the end there aren't many changes made to the actual code of this project - the build pipelines now explicitly test net7.0 loading and they do so by making the tests project multitarget. there's a very minor change to the matching code for graph builds due to an internal change there, but the majority of things Just Work on 7 as long as you run it from a 7 context. We'll likely need to do similar things when we test in FSAC - at least with relation to the CI build. We might not need to make all of FSAC 7-aware as long as rollforward is enabled. We;ll find out in a bit I guess.