torhovland / blazor-redux

Connecting a Redux state store with Blazor.
Other
481 stars 48 forks source link

System.TypeLoadException: Could not resolve type with token 01000030 from typeref (expected class 'Microsoft.JSInterop.Json' in assembly 'Microsoft.JSInterop, Version=0.6.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60') #21

Closed lhtuling closed 10 months ago

lhtuling commented 3 years ago
        builder.Services.AddReduxStore<MyState, IAction>(new MyState(), Reducers.RootReducer);