replaysMike/NUnit.Extension.TestMonitor

net6 publishing is broken

Opened this issue · 1 comments

For some reason that I couldn't figure out, when targeting and publishing net6 it's missing the Microsoft.Extensions.* dependencies and will fail at runtime that it can't find them.

Something changed with net6 publishing, I tried several workarounds that did not work. Everything is fine in net5 however.

net5 builds are being used for now since they work fine, I will look at this in the near future