torhovland / blazor-redux

Connecting a Redux state store with Blazor.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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')

lhtuling opened this issue · comments

        builder.Services.AddReduxStore<MyState, IAction>(new MyState(), Reducers.RootReducer);