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
Copy file name to clipboardExpand all lines: CHANGELOG
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,17 @@ The major and minor parts of the version number indicate the compatibility
7
7
with the ASP.NET Core framework version (2.2.\*, 3.0.\*, 5.0.\*, 7.0.\*) and only
8
8
the build part is actually indicating the release version of the project.
9
9
10
+
## 8.0.1 - 2023-11-19
11
+
12
+
### Fixed
13
+
* [First call to Blazor app fails with InvalidOperationException: 'RemoteNavigationManager' has not been initialized](https://github.com/lord-executor/Ninject.Web.AspNetCore/issues/12)
14
+
* This fixes a pre-existing issue with the wrong scope provider being used for ImplementationFactory services
15
+
16
+
## 8.0.0 - 2023-11-14
17
+
18
+
### Changed
19
+
* Updated projects to multi-target .NET 8, 7, 6 and 5
0 commit comments