.NET 8 (aka .NET Core 8) it can't use .NET framework assemblies. The solution is you create a class library project that targets .NET Standard 2.0. This library can then be referenced by both .NET Core and .NET Framework projects. .NET Standard is not deprecated, but it has been largely...