Blazor [WASM] System.TypeLoadException: Could not resolve type with token 0100001a
问题 I'm getting this error: enter code here System.TypeLoadException: Could not resolve type with token 0100001a from typeref (expected class 'System.Threading.Tasks.Task' in assembly 'System.Runtime, Version=4.2.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a') When I switch to: <TargetFramework>netcoreapp3.1</TargetFramework> or <TargetFramework>netcoreapp5.0</TargetFramework> from netstandard2.1 My packages are: <PackageReference Include="Blazored.LocalStorage" Version="2.1.5" />