Closed silkfire closed 2 years ago
AppVeyor is failing because it requires the .NET 6 SDK.
I think if you update the last line of appveyor.yml' file to be
Visual Studio 2022` I think the PR will build
They've increased the number of unit tests in DependencyInjectionSpecificationTests
from 73 to 84 in Microsoft.Extensions.DependencyInjection.Specification.Tests
version 6.0.0
and five of them are failing.
I'm going to merge this and then add the IServiceProviderIsService
interface that is causing this failure.
@Lex45x you upgraded the version to 5.0 are you ok with bumping it to 6.0 or do you want a target for 5.0 in addition to 6.0?
EOL for version 5.0 is May 2022 so I could see keeping it for a little while longer if you're specifically using it.
@ipjohnson, sorry for the delay. Was on a long vacation. Feel free to get rid of .Net 5.0.
Ok this has been released to nuget
Similar to https://github.com/ipjohnson/Grace.DependencyInjection.Extensions/pull/27, it'd be nice to upgrade the .NET 5 TFM to .NET 6 as the former will stop being supported in May 2022.
Also bumped a few of dependencies and removed some that already are implicitly referenced.