You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I updated one of our solutions today to the latest version of Ninject and its various ancillary libraries (Ninject.Extensions.Factory, Ninject.MockingKernel and so on), but I can't seem to use the latest version of the NSubstituteMockingKernel.
All of the Ninject Nuget packages appear to work on .NET 4.5 except the Ninject.MockingKernel.NSubstitute package (which appears to require .NET 4.6). I assume I still have to install this package, because I can't find any reference to the NSubstituteMockingKernel in the base Ninject.MockingKernel package, or to any module that would enable the NSubstitute mocks in
NSubstitute doesnt require .NET 4.6 so I'm not sure why the mocking kernel would.
The text was updated successfully, but these errors were encountered:
I updated one of our solutions today to the latest version of Ninject and its various ancillary libraries (Ninject.Extensions.Factory, Ninject.MockingKernel and so on), but I can't seem to use the latest version of the NSubstituteMockingKernel.
All of the Ninject Nuget packages appear to work on .NET 4.5 except the Ninject.MockingKernel.NSubstitute package (which appears to require .NET 4.6). I assume I still have to install this package, because I can't find any reference to the NSubstituteMockingKernel in the base Ninject.MockingKernel package, or to any module that would enable the NSubstitute mocks in
NSubstitute doesnt require .NET 4.6 so I'm not sure why the mocking kernel would.
The text was updated successfully, but these errors were encountered: