Closed Marvin-Brouwer closed 1 year ago
Decided to move this feature out of the milestone since it requires VS preview on top of the runtime.
Setting the due date to the 14th of november, expecting net7
to be released around the 8th.
Maybe also add this: https://www.youtube.com/watch?v=Y2YOaqSAJAQ
Is your feature request related to a problem? Please describe. DotNet v7 is scheduled to be released in November. Even though
net7
solutions can usenet6
libraries it makes sense to publish both. This should make sure we get the fullnet7
performance improvements and it'll ensure future proofing.Describe the solution you'd like Add the version to the build pipelines and csproj output on top of
netcore2.1
andnet6
.Describe alternatives you've considered
-
Additional context It's not necessary to profile
net6
after this feature to prevent build times ramping up. However, keep it if GitHub allows the amount of runtime.