NetFabric/NetFabric.Hyperlinq.Analyzer

Migrate target framework to `net6.0` for `NetFabric.Hyperlinq.Analyzer.UnitTests`

Closed this issue · 3 comments

Migrate the target framework from netcoreapp3.1 to net6.0 – a supported LTS version.

https://devblogs.microsoft.com/dotnet/net-core-3-1-will-reach-end-of-support-on-december-13-2022/

I'm working on it. Thanks!

I wonder whether netstandard2.0 would be usable?

I guess this would require migration from dotnet-reportgenerator-cli to ReportGenerator.Core.

Fixed by #66.